From 6d45015152b195d58322bada9341a04e99a27593 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Wed, 14 Jan 2026 12:50:45 -0600 Subject: [PATCH] Add project, contents; Remove project, contents, xcschememanagement --- .../project.pbxproj | 64 +++++++++---------- .../contents.xcworkspacedata | 0 .../xcschemes/xcschememanagement.plist | 29 --------- .../contents.xcworkspacedata | 2 +- 4 files changed, 33 insertions(+), 62 deletions(-) rename {SecureStorgageSample.xcodeproj => SecureStorageSample.xcodeproj}/project.pbxproj (93%) rename {SecureStorgageSample.xcodeproj => SecureStorageSample.xcodeproj}/project.xcworkspace/contents.xcworkspacedata (100%) delete mode 100644 SecureStorgageSample.xcodeproj/xcuserdata/mattbruce.xcuserdatad/xcschemes/xcschememanagement.plist diff --git a/SecureStorgageSample.xcodeproj/project.pbxproj b/SecureStorageSample.xcodeproj/project.pbxproj similarity index 93% rename from SecureStorgageSample.xcodeproj/project.pbxproj rename to SecureStorageSample.xcodeproj/project.pbxproj index bdadf66..0229100 100644 --- a/SecureStorgageSample.xcodeproj/project.pbxproj +++ b/SecureStorageSample.xcodeproj/project.pbxproj @@ -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 */, diff --git a/SecureStorgageSample.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/SecureStorageSample.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 100% rename from SecureStorgageSample.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to SecureStorageSample.xcodeproj/project.xcworkspace/contents.xcworkspacedata diff --git a/SecureStorgageSample.xcodeproj/xcuserdata/mattbruce.xcuserdatad/xcschemes/xcschememanagement.plist b/SecureStorgageSample.xcodeproj/xcuserdata/mattbruce.xcuserdatad/xcschemes/xcschememanagement.plist deleted file mode 100644 index 4571383..0000000 --- a/SecureStorgageSample.xcodeproj/xcuserdata/mattbruce.xcuserdatad/xcschemes/xcschememanagement.plist +++ /dev/null @@ -1,29 +0,0 @@ - - - - - SchemeUserState - - SecureStorageSample Watch App.xcscheme_^#shared#^_ - - orderHint - 1 - - SecureStorageWatch Watch App.xcscheme_^#shared#^_ - - orderHint - 1 - - SecureStorgageSample.xcscheme_^#shared#^_ - - orderHint - 0 - - SecureStorgageSampleWatch.xcscheme_^#shared#^_ - - orderHint - 3 - - - - diff --git a/SecureStorgageSample.xcworkspace/contents.xcworkspacedata b/SecureStorgageSample.xcworkspace/contents.xcworkspacedata index 4d946f5..95e776c 100644 --- a/SecureStorgageSample.xcworkspace/contents.xcworkspacedata +++ b/SecureStorgageSample.xcworkspace/contents.xcworkspacedata @@ -2,6 +2,6 @@ + location = "container:SecureStorageSample.xcodeproj">