Add project, contents; Remove project, contents, xcschememanagement
This commit is contained in:
parent
f7e4a9f0a7
commit
6d45015152
@ -67,9 +67,9 @@
|
||||
/* End PBXCopyFilesBuildPhase section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
EA179D012F1722BB00B1D54A /* SecureStorgageSample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SecureStorgageSample.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
EA179D0E2F1722BC00B1D54A /* SecureStorgageSampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SecureStorgageSampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
EA179D182F1722BC00B1D54A /* SecureStorgageSampleUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SecureStorgageSampleUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
EA179D012F1722BB00B1D54A /* SecureStorageSample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SecureStorageSample.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
EA179D0E2F1722BC00B1D54A /* SecureStorageSampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SecureStorageSampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
EA179D182F1722BC00B1D54A /* SecureStorageSampleUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SecureStorageSampleUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
EA65D6E52F17DD6700C48466 /* SecureStorageSample Watch App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "SecureStorageSample Watch App.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
EA65D6F12F17DD6800C48466 /* SecureStorageSample Watch AppTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "SecureStorageSample Watch AppTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
EA65D6FB2F17DD6800C48466 /* SecureStorageSample Watch AppUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "SecureStorageSample Watch AppUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
@ -175,9 +175,9 @@
|
||||
EA179D022F1722BB00B1D54A /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
EA179D012F1722BB00B1D54A /* SecureStorgageSample.app */,
|
||||
EA179D0E2F1722BC00B1D54A /* SecureStorgageSampleTests.xctest */,
|
||||
EA179D182F1722BC00B1D54A /* SecureStorgageSampleUITests.xctest */,
|
||||
EA179D012F1722BB00B1D54A /* SecureStorageSample.app */,
|
||||
EA179D0E2F1722BC00B1D54A /* SecureStorageSampleTests.xctest */,
|
||||
EA179D182F1722BC00B1D54A /* SecureStorageSampleUITests.xctest */,
|
||||
EA65D6E52F17DD6700C48466 /* SecureStorageSample Watch App.app */,
|
||||
EA65D6F12F17DD6800C48466 /* SecureStorageSample Watch AppTests.xctest */,
|
||||
EA65D6FB2F17DD6800C48466 /* SecureStorageSample Watch AppUITests.xctest */,
|
||||
@ -195,9 +195,9 @@
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
EA179D002F1722BB00B1D54A /* SecureStorgageSample */ = {
|
||||
EA179D002F1722BB00B1D54A /* SecureStorageSample */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = EA179D222F1722BC00B1D54A /* Build configuration list for PBXNativeTarget "SecureStorgageSample" */;
|
||||
buildConfigurationList = EA179D222F1722BC00B1D54A /* Build configuration list for PBXNativeTarget "SecureStorageSample" */;
|
||||
buildPhases = (
|
||||
EA179CFD2F1722BB00B1D54A /* Sources */,
|
||||
EA179CFE2F1722BB00B1D54A /* Frameworks */,
|
||||
@ -212,18 +212,18 @@
|
||||
fileSystemSynchronizedGroups = (
|
||||
EA179D032F1722BB00B1D54A /* SecureStorgageSample */,
|
||||
);
|
||||
name = SecureStorgageSample;
|
||||
name = SecureStorageSample;
|
||||
packageProductDependencies = (
|
||||
EA179D552F17379800B1D54A /* LocalData */,
|
||||
EA65D7312F17DDEB00C48466 /* SharedKit */,
|
||||
);
|
||||
productName = SecureStorgageSample;
|
||||
productReference = EA179D012F1722BB00B1D54A /* SecureStorgageSample.app */;
|
||||
productReference = EA179D012F1722BB00B1D54A /* SecureStorageSample.app */;
|
||||
productType = "com.apple.product-type.application";
|
||||
};
|
||||
EA179D0D2F1722BC00B1D54A /* SecureStorgageSampleTests */ = {
|
||||
EA179D0D2F1722BC00B1D54A /* SecureStorageSampleTests */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = EA179D252F1722BC00B1D54A /* Build configuration list for PBXNativeTarget "SecureStorgageSampleTests" */;
|
||||
buildConfigurationList = EA179D252F1722BC00B1D54A /* Build configuration list for PBXNativeTarget "SecureStorageSampleTests" */;
|
||||
buildPhases = (
|
||||
EA179D0A2F1722BC00B1D54A /* Sources */,
|
||||
EA179D0B2F1722BC00B1D54A /* Frameworks */,
|
||||
@ -237,17 +237,17 @@
|
||||
fileSystemSynchronizedGroups = (
|
||||
EA179D112F1722BC00B1D54A /* SecureStorgageSampleTests */,
|
||||
);
|
||||
name = SecureStorgageSampleTests;
|
||||
name = SecureStorageSampleTests;
|
||||
packageProductDependencies = (
|
||||
EA65D7312F17DDEB00C48466 /* SharedKit */,
|
||||
);
|
||||
productName = SecureStorgageSampleTests;
|
||||
productReference = EA179D0E2F1722BC00B1D54A /* SecureStorgageSampleTests.xctest */;
|
||||
productReference = EA179D0E2F1722BC00B1D54A /* SecureStorageSampleTests.xctest */;
|
||||
productType = "com.apple.product-type.bundle.unit-test";
|
||||
};
|
||||
EA179D172F1722BC00B1D54A /* SecureStorgageSampleUITests */ = {
|
||||
EA179D172F1722BC00B1D54A /* SecureStorageSampleUITests */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = EA179D282F1722BC00B1D54A /* Build configuration list for PBXNativeTarget "SecureStorgageSampleUITests" */;
|
||||
buildConfigurationList = EA179D282F1722BC00B1D54A /* Build configuration list for PBXNativeTarget "SecureStorageSampleUITests" */;
|
||||
buildPhases = (
|
||||
EA179D142F1722BC00B1D54A /* Sources */,
|
||||
EA179D152F1722BC00B1D54A /* Frameworks */,
|
||||
@ -261,11 +261,11 @@
|
||||
fileSystemSynchronizedGroups = (
|
||||
EA179D1B2F1722BC00B1D54A /* SecureStorgageSampleUITests */,
|
||||
);
|
||||
name = SecureStorgageSampleUITests;
|
||||
name = SecureStorageSampleUITests;
|
||||
packageProductDependencies = (
|
||||
);
|
||||
productName = SecureStorgageSampleUITests;
|
||||
productReference = EA179D182F1722BC00B1D54A /* SecureStorgageSampleUITests.xctest */;
|
||||
productReference = EA179D182F1722BC00B1D54A /* SecureStorageSampleUITests.xctest */;
|
||||
productType = "com.apple.product-type.bundle.ui-testing";
|
||||
};
|
||||
EA65D6E42F17DD6700C48466 /* SecureStorageSample Watch App */ = {
|
||||
@ -371,7 +371,7 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
buildConfigurationList = EA179CFC2F1722BB00B1D54A /* Build configuration list for PBXProject "SecureStorgageSample" */;
|
||||
buildConfigurationList = EA179CFC2F1722BB00B1D54A /* Build configuration list for PBXProject "SecureStorageSample" */;
|
||||
developmentRegion = en;
|
||||
hasScannedForEncodings = 0;
|
||||
knownRegions = (
|
||||
@ -389,9 +389,9 @@
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
EA179D002F1722BB00B1D54A /* SecureStorgageSample */,
|
||||
EA179D0D2F1722BC00B1D54A /* SecureStorgageSampleTests */,
|
||||
EA179D172F1722BC00B1D54A /* SecureStorgageSampleUITests */,
|
||||
EA179D002F1722BB00B1D54A /* SecureStorageSample */,
|
||||
EA179D0D2F1722BC00B1D54A /* SecureStorageSampleTests */,
|
||||
EA179D172F1722BC00B1D54A /* SecureStorageSampleUITests */,
|
||||
EA65D6E42F17DD6700C48466 /* SecureStorageSample Watch App */,
|
||||
EA65D6F02F17DD6800C48466 /* SecureStorageSample Watch AppTests */,
|
||||
EA65D6FA2F17DD6800C48466 /* SecureStorageSample Watch AppUITests */,
|
||||
@ -492,12 +492,12 @@
|
||||
/* Begin PBXTargetDependency section */
|
||||
EA179D102F1722BC00B1D54A /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
target = EA179D002F1722BB00B1D54A /* SecureStorgageSample */;
|
||||
target = EA179D002F1722BB00B1D54A /* SecureStorageSample */;
|
||||
targetProxy = EA179D0F2F1722BC00B1D54A /* PBXContainerItemProxy */;
|
||||
};
|
||||
EA179D1A2F1722BC00B1D54A /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
target = EA179D002F1722BB00B1D54A /* SecureStorgageSample */;
|
||||
target = EA179D002F1722BB00B1D54A /* SecureStorageSample */;
|
||||
targetProxy = EA179D192F1722BC00B1D54A /* PBXContainerItemProxy */;
|
||||
};
|
||||
EA65D6F32F17DD6800C48466 /* PBXTargetDependency */ = {
|
||||
@ -722,7 +722,7 @@
|
||||
SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
|
||||
SWIFT_VERSION = 5.0;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/SecureStorgageSample.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/SecureStorgageSample";
|
||||
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/SecureStorageSample.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/SecureStorageSample";
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
@ -743,7 +743,7 @@
|
||||
SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
|
||||
SWIFT_VERSION = 5.0;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/SecureStorgageSample.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/SecureStorgageSample";
|
||||
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/SecureStorageSample.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/SecureStorageSample";
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
@ -797,7 +797,7 @@
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = SecureStorageSample;
|
||||
INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
|
||||
INFOPLIST_KEY_WKCompanionAppBundleIdentifier = com.mbrucedogs.SecureStorgageSample;
|
||||
INFOPLIST_KEY_WKCompanionAppBundleIdentifier = com.mbrucedogs.SecureStorageSample;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
@ -830,7 +830,7 @@
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = SecureStorageSample;
|
||||
INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
|
||||
INFOPLIST_KEY_WKCompanionAppBundleIdentifier = com.mbrucedogs.SecureStorgageSample;
|
||||
INFOPLIST_KEY_WKCompanionAppBundleIdentifier = com.mbrucedogs.SecureStorageSample;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
@ -944,7 +944,7 @@
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
EA179CFC2F1722BB00B1D54A /* Build configuration list for PBXProject "SecureStorgageSample" */ = {
|
||||
EA179CFC2F1722BB00B1D54A /* Build configuration list for PBXProject "SecureStorageSample" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
EA179D202F1722BC00B1D54A /* Debug */,
|
||||
@ -953,7 +953,7 @@
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
EA179D222F1722BC00B1D54A /* Build configuration list for PBXNativeTarget "SecureStorgageSample" */ = {
|
||||
EA179D222F1722BC00B1D54A /* Build configuration list for PBXNativeTarget "SecureStorageSample" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
EA179D232F1722BC00B1D54A /* Debug */,
|
||||
@ -962,7 +962,7 @@
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
EA179D252F1722BC00B1D54A /* Build configuration list for PBXNativeTarget "SecureStorgageSampleTests" */ = {
|
||||
EA179D252F1722BC00B1D54A /* Build configuration list for PBXNativeTarget "SecureStorageSampleTests" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
EA179D262F1722BC00B1D54A /* Debug */,
|
||||
@ -971,7 +971,7 @@
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
EA179D282F1722BC00B1D54A /* Build configuration list for PBXNativeTarget "SecureStorgageSampleUITests" */ = {
|
||||
EA179D282F1722BC00B1D54A /* Build configuration list for PBXNativeTarget "SecureStorageSampleUITests" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
EA179D292F1722BC00B1D54A /* Debug */,
|
||||
@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>SchemeUserState</key>
|
||||
<dict>
|
||||
<key>SecureStorageSample Watch App.xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
<key>SecureStorageWatch Watch App.xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
<key>SecureStorgageSample.xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>0</integer>
|
||||
</dict>
|
||||
<key>SecureStorgageSampleWatch.xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>3</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
@ -2,6 +2,6 @@
|
||||
<Workspace
|
||||
version = "1.0">
|
||||
<FileRef
|
||||
location = "container:SecureStorgageSample.xcodeproj">
|
||||
location = "container:SecureStorageSample.xcodeproj">
|
||||
</FileRef>
|
||||
</Workspace>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user