Stabilize iOS/watchOS/tvOS apps and add cross-platform audit remediation
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
1CC7CBCF2C21E42C001614B8 /* DataStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CC7CBCE2C21E42C001614B8 /* DataStore.swift */; };
|
||||
1CC7CBD12C21E5FA001614B8 /* PlayerUIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CC7CBD02C21E5FA001614B8 /* PlayerUIView.swift */; };
|
||||
1CC7CBD32C21E678001614B8 /* ThotStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CC7CBD22C21E678001614B8 /* ThotStyle.swift */; };
|
||||
D00200012E00000100000001 /* SharedCore in Frameworks */ = {isa = PBXBuildFile; productRef = D00200012E00000100000003 /* SharedCore */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
@@ -79,6 +80,7 @@
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
D00200012E00000100000001 /* SharedCore in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@@ -177,6 +179,9 @@
|
||||
dependencies = (
|
||||
);
|
||||
name = WekoutThotViewer;
|
||||
packageProductDependencies = (
|
||||
D00200012E00000100000003 /* SharedCore */,
|
||||
);
|
||||
productName = WekoutThotViewer;
|
||||
productReference = 1CC0930B2C21DE760004E1E6 /* WekoutThotViewer.app */;
|
||||
productType = "com.apple.product-type.application";
|
||||
@@ -205,6 +210,9 @@
|
||||
Base,
|
||||
);
|
||||
mainGroup = 1CC093022C21DE760004E1E6;
|
||||
packageReferences = (
|
||||
D00200012E00000100000002 /* XCLocalSwiftPackageReference "../SharedCore" */,
|
||||
);
|
||||
productRefGroup = 1CC0930C2C21DE760004E1E6 /* Products */;
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
@@ -258,6 +266,13 @@
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin XCLocalSwiftPackageReference section */
|
||||
D00200012E00000100000002 /* XCLocalSwiftPackageReference "../SharedCore" */ = {
|
||||
isa = XCLocalSwiftPackageReference;
|
||||
relativePath = ../SharedCore;
|
||||
};
|
||||
/* End XCLocalSwiftPackageReference section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
1CC093172C21DE770004E1E6 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
@@ -387,6 +402,7 @@
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
DEVELOPMENT_ASSET_PATHS = "\"WekoutThotViewer/Preview Content\"";
|
||||
DEVELOPMENT_TEAM = V3PF3M6B6U;
|
||||
ENABLE_APP_INTENTS_METADATA_GENERATION = NO;
|
||||
ENABLE_PREVIEWS = YES;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
INFOPLIST_FILE = WekoutThotViewer/Info.plist;
|
||||
@@ -414,6 +430,7 @@
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
DEVELOPMENT_ASSET_PATHS = "\"WekoutThotViewer/Preview Content\"";
|
||||
DEVELOPMENT_TEAM = V3PF3M6B6U;
|
||||
ENABLE_APP_INTENTS_METADATA_GENERATION = NO;
|
||||
ENABLE_PREVIEWS = YES;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
INFOPLIST_FILE = WekoutThotViewer/Info.plist;
|
||||
@@ -434,6 +451,14 @@
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCSwiftPackageProductDependency section */
|
||||
D00200012E00000100000003 /* SharedCore */ = {
|
||||
isa = XCSwiftPackageProductDependency;
|
||||
package = D00200012E00000100000002 /* XCLocalSwiftPackageReference "../SharedCore" */;
|
||||
productName = SharedCore;
|
||||
};
|
||||
/* End XCSwiftPackageProductDependency section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
1CC093062C21DE760004E1E6 /* Build configuration list for PBXProject "WekoutThotViewer" */ = {
|
||||
isa = XCConfigurationList;
|
||||
|
||||
Reference in New Issue
Block a user