|
@@ -7,6 +7,8 @@
|
|
|
objects = {
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
+ AB54244D2A184B1500BFC98E /* exam.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB54244C2A184B1500BFC98E /* exam.swift */; };
|
|
|
+ AB54244F2A184B1F00BFC98E /* message.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB54244E2A184B1F00BFC98E /* message.swift */; };
|
|
|
AB92C77F2A16646C00FCA57D /* sdsz74App.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB92C77E2A16646C00FCA57D /* sdsz74App.swift */; };
|
|
|
AB92C7812A16646C00FCA57D /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB92C7802A16646C00FCA57D /* ContentView.swift */; };
|
|
|
AB92C7832A16646D00FCA57D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = AB92C7822A16646D00FCA57D /* Assets.xcassets */; };
|
|
@@ -34,15 +36,17 @@
|
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
- AB92C77B2A16646C00FCA57D /* sdsz74.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = sdsz74.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
+ AB54244C2A184B1500BFC98E /* exam.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = exam.swift; sourceTree = "<group>"; };
|
|
|
+ AB54244E2A184B1F00BFC98E /* message.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = message.swift; sourceTree = "<group>"; };
|
|
|
+ AB92C77B2A16646C00FCA57D /* 74 桌.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "74 桌.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
AB92C77E2A16646C00FCA57D /* sdsz74App.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = sdsz74App.swift; sourceTree = "<group>"; };
|
|
|
AB92C7802A16646C00FCA57D /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
|
|
AB92C7822A16646D00FCA57D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
|
AB92C7842A16646D00FCA57D /* sdsz74.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = sdsz74.entitlements; sourceTree = "<group>"; };
|
|
|
AB92C7862A16646D00FCA57D /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
|
|
|
- AB92C78C2A16646D00FCA57D /* sdsz74Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = sdsz74Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
+ AB92C78C2A16646D00FCA57D /* 74 桌Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "74 桌Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
AB92C7902A16646D00FCA57D /* sdsz74Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = sdsz74Tests.swift; sourceTree = "<group>"; };
|
|
|
- AB92C7962A16646D00FCA57D /* sdsz74UITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = sdsz74UITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
+ AB92C7962A16646D00FCA57D /* 74 桌UITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "74 桌UITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
AB92C79A2A16646D00FCA57D /* sdsz74UITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = sdsz74UITests.swift; sourceTree = "<group>"; };
|
|
|
AB92C79C2A16646D00FCA57D /* sdsz74UITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = sdsz74UITestsLaunchTests.swift; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
@@ -85,9 +89,9 @@
|
|
|
AB92C77C2A16646C00FCA57D /* Products */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- AB92C77B2A16646C00FCA57D /* sdsz74.app */,
|
|
|
- AB92C78C2A16646D00FCA57D /* sdsz74Tests.xctest */,
|
|
|
- AB92C7962A16646D00FCA57D /* sdsz74UITests.xctest */,
|
|
|
+ AB92C77B2A16646C00FCA57D /* 74 桌.app */,
|
|
|
+ AB92C78C2A16646D00FCA57D /* 74 桌Tests.xctest */,
|
|
|
+ AB92C7962A16646D00FCA57D /* 74 桌UITests.xctest */,
|
|
|
);
|
|
|
name = Products;
|
|
|
sourceTree = "<group>";
|
|
@@ -97,6 +101,8 @@
|
|
|
children = (
|
|
|
AB92C77E2A16646C00FCA57D /* sdsz74App.swift */,
|
|
|
AB92C7802A16646C00FCA57D /* ContentView.swift */,
|
|
|
+ AB54244C2A184B1500BFC98E /* exam.swift */,
|
|
|
+ AB54244E2A184B1F00BFC98E /* message.swift */,
|
|
|
AB92C7822A16646D00FCA57D /* Assets.xcassets */,
|
|
|
AB92C7842A16646D00FCA57D /* sdsz74.entitlements */,
|
|
|
AB92C7852A16646D00FCA57D /* Preview Content */,
|
|
@@ -132,9 +138,9 @@
|
|
|
/* End PBXGroup section */
|
|
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
|
- AB92C77A2A16646C00FCA57D /* sdsz74 */ = {
|
|
|
+ AB92C77A2A16646C00FCA57D /* 74 桌 */ = {
|
|
|
isa = PBXNativeTarget;
|
|
|
- buildConfigurationList = AB92C7A02A16646D00FCA57D /* Build configuration list for PBXNativeTarget "sdsz74" */;
|
|
|
+ buildConfigurationList = AB92C7A02A16646D00FCA57D /* Build configuration list for PBXNativeTarget "74 桌" */;
|
|
|
buildPhases = (
|
|
|
AB92C7772A16646C00FCA57D /* Sources */,
|
|
|
AB92C7782A16646C00FCA57D /* Frameworks */,
|
|
@@ -144,14 +150,14 @@
|
|
|
);
|
|
|
dependencies = (
|
|
|
);
|
|
|
- name = sdsz74;
|
|
|
+ name = "74 桌";
|
|
|
productName = sdsz74;
|
|
|
- productReference = AB92C77B2A16646C00FCA57D /* sdsz74.app */;
|
|
|
+ productReference = AB92C77B2A16646C00FCA57D /* 74 桌.app */;
|
|
|
productType = "com.apple.product-type.application";
|
|
|
};
|
|
|
- AB92C78B2A16646D00FCA57D /* sdsz74Tests */ = {
|
|
|
+ AB92C78B2A16646D00FCA57D /* 74 桌Tests */ = {
|
|
|
isa = PBXNativeTarget;
|
|
|
- buildConfigurationList = AB92C7A32A16646D00FCA57D /* Build configuration list for PBXNativeTarget "sdsz74Tests" */;
|
|
|
+ buildConfigurationList = AB92C7A32A16646D00FCA57D /* Build configuration list for PBXNativeTarget "74 桌Tests" */;
|
|
|
buildPhases = (
|
|
|
AB92C7882A16646D00FCA57D /* Sources */,
|
|
|
AB92C7892A16646D00FCA57D /* Frameworks */,
|
|
@@ -162,14 +168,14 @@
|
|
|
dependencies = (
|
|
|
AB92C78E2A16646D00FCA57D /* PBXTargetDependency */,
|
|
|
);
|
|
|
- name = sdsz74Tests;
|
|
|
+ name = "74 桌Tests";
|
|
|
productName = sdsz74Tests;
|
|
|
- productReference = AB92C78C2A16646D00FCA57D /* sdsz74Tests.xctest */;
|
|
|
+ productReference = AB92C78C2A16646D00FCA57D /* 74 桌Tests.xctest */;
|
|
|
productType = "com.apple.product-type.bundle.unit-test";
|
|
|
};
|
|
|
- AB92C7952A16646D00FCA57D /* sdsz74UITests */ = {
|
|
|
+ AB92C7952A16646D00FCA57D /* 74 桌UITests */ = {
|
|
|
isa = PBXNativeTarget;
|
|
|
- buildConfigurationList = AB92C7A62A16646D00FCA57D /* Build configuration list for PBXNativeTarget "sdsz74UITests" */;
|
|
|
+ buildConfigurationList = AB92C7A62A16646D00FCA57D /* Build configuration list for PBXNativeTarget "74 桌UITests" */;
|
|
|
buildPhases = (
|
|
|
AB92C7922A16646D00FCA57D /* Sources */,
|
|
|
AB92C7932A16646D00FCA57D /* Frameworks */,
|
|
@@ -180,9 +186,9 @@
|
|
|
dependencies = (
|
|
|
AB92C7982A16646D00FCA57D /* PBXTargetDependency */,
|
|
|
);
|
|
|
- name = sdsz74UITests;
|
|
|
+ name = "74 桌UITests";
|
|
|
productName = sdsz74UITests;
|
|
|
- productReference = AB92C7962A16646D00FCA57D /* sdsz74UITests.xctest */;
|
|
|
+ productReference = AB92C7962A16646D00FCA57D /* 74 桌UITests.xctest */;
|
|
|
productType = "com.apple.product-type.bundle.ui-testing";
|
|
|
};
|
|
|
/* End PBXNativeTarget section */
|
|
@@ -208,7 +214,7 @@
|
|
|
};
|
|
|
};
|
|
|
};
|
|
|
- buildConfigurationList = AB92C7762A16646C00FCA57D /* Build configuration list for PBXProject "sdsz74" */;
|
|
|
+ buildConfigurationList = AB92C7762A16646C00FCA57D /* Build configuration list for PBXProject "74 桌" */;
|
|
|
compatibilityVersion = "Xcode 14.0";
|
|
|
developmentRegion = en;
|
|
|
hasScannedForEncodings = 0;
|
|
@@ -221,9 +227,9 @@
|
|
|
projectDirPath = "";
|
|
|
projectRoot = "";
|
|
|
targets = (
|
|
|
- AB92C77A2A16646C00FCA57D /* sdsz74 */,
|
|
|
- AB92C78B2A16646D00FCA57D /* sdsz74Tests */,
|
|
|
- AB92C7952A16646D00FCA57D /* sdsz74UITests */,
|
|
|
+ AB92C77A2A16646C00FCA57D /* 74 桌 */,
|
|
|
+ AB92C78B2A16646D00FCA57D /* 74 桌Tests */,
|
|
|
+ AB92C7952A16646D00FCA57D /* 74 桌UITests */,
|
|
|
);
|
|
|
};
|
|
|
/* End PBXProject section */
|
|
@@ -260,6 +266,8 @@
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
AB92C7812A16646C00FCA57D /* ContentView.swift in Sources */,
|
|
|
+ AB54244F2A184B1F00BFC98E /* message.swift in Sources */,
|
|
|
+ AB54244D2A184B1500BFC98E /* exam.swift in Sources */,
|
|
|
AB92C77F2A16646C00FCA57D /* sdsz74App.swift in Sources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
@@ -286,12 +294,12 @@
|
|
|
/* Begin PBXTargetDependency section */
|
|
|
AB92C78E2A16646D00FCA57D /* PBXTargetDependency */ = {
|
|
|
isa = PBXTargetDependency;
|
|
|
- target = AB92C77A2A16646C00FCA57D /* sdsz74 */;
|
|
|
+ target = AB92C77A2A16646C00FCA57D /* 74 桌 */;
|
|
|
targetProxy = AB92C78D2A16646D00FCA57D /* PBXContainerItemProxy */;
|
|
|
};
|
|
|
AB92C7982A16646D00FCA57D /* PBXTargetDependency */ = {
|
|
|
isa = PBXTargetDependency;
|
|
|
- target = AB92C77A2A16646C00FCA57D /* sdsz74 */;
|
|
|
+ target = AB92C77A2A16646C00FCA57D /* 74 桌 */;
|
|
|
targetProxy = AB92C7972A16646D00FCA57D /* PBXContainerItemProxy */;
|
|
|
};
|
|
|
/* End PBXTargetDependency section */
|
|
@@ -412,9 +420,11 @@
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
|
CODE_SIGN_ENTITLEMENTS = sdsz74/sdsz74.entitlements;
|
|
|
+ "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
|
DEVELOPMENT_ASSET_PATHS = "\"sdsz74/Preview Content\"";
|
|
|
+ DEVELOPMENT_TEAM = 92QU5ZGYN7;
|
|
|
ENABLE_PREVIEWS = YES;
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
|
|
@@ -448,9 +458,11 @@
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
|
CODE_SIGN_ENTITLEMENTS = sdsz74/sdsz74.entitlements;
|
|
|
+ "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
|
DEVELOPMENT_ASSET_PATHS = "\"sdsz74/Preview Content\"";
|
|
|
+ DEVELOPMENT_TEAM = 92QU5ZGYN7;
|
|
|
ENABLE_PREVIEWS = YES;
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
|
|
@@ -485,6 +497,7 @@
|
|
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
|
+ DEVELOPMENT_TEAM = 92QU5ZGYN7;
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
|
|
|
MACOSX_DEPLOYMENT_TARGET = 13.0;
|
|
@@ -496,7 +509,7 @@
|
|
|
SWIFT_EMIT_LOC_STRINGS = NO;
|
|
|
SWIFT_VERSION = 5.0;
|
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/sdsz74.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/sdsz74";
|
|
|
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/74 桌.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/74 桌";
|
|
|
};
|
|
|
name = Debug;
|
|
|
};
|
|
@@ -507,6 +520,7 @@
|
|
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
|
+ DEVELOPMENT_TEAM = 92QU5ZGYN7;
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
|
|
|
MACOSX_DEPLOYMENT_TARGET = 13.0;
|
|
@@ -518,7 +532,7 @@
|
|
|
SWIFT_EMIT_LOC_STRINGS = NO;
|
|
|
SWIFT_VERSION = 5.0;
|
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/sdsz74.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/sdsz74";
|
|
|
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/74 桌.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/74 桌";
|
|
|
};
|
|
|
name = Release;
|
|
|
};
|
|
@@ -528,6 +542,7 @@
|
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
|
+ DEVELOPMENT_TEAM = 92QU5ZGYN7;
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
|
|
|
MACOSX_DEPLOYMENT_TARGET = 13.0;
|
|
@@ -549,6 +564,7 @@
|
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
|
+ DEVELOPMENT_TEAM = 92QU5ZGYN7;
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
|
|
|
MACOSX_DEPLOYMENT_TARGET = 13.0;
|
|
@@ -567,7 +583,7 @@
|
|
|
/* End XCBuildConfiguration section */
|
|
|
|
|
|
/* Begin XCConfigurationList section */
|
|
|
- AB92C7762A16646C00FCA57D /* Build configuration list for PBXProject "sdsz74" */ = {
|
|
|
+ AB92C7762A16646C00FCA57D /* Build configuration list for PBXProject "74 桌" */ = {
|
|
|
isa = XCConfigurationList;
|
|
|
buildConfigurations = (
|
|
|
AB92C79E2A16646D00FCA57D /* Debug */,
|
|
@@ -576,7 +592,7 @@
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
defaultConfigurationName = Release;
|
|
|
};
|
|
|
- AB92C7A02A16646D00FCA57D /* Build configuration list for PBXNativeTarget "sdsz74" */ = {
|
|
|
+ AB92C7A02A16646D00FCA57D /* Build configuration list for PBXNativeTarget "74 桌" */ = {
|
|
|
isa = XCConfigurationList;
|
|
|
buildConfigurations = (
|
|
|
AB92C7A12A16646D00FCA57D /* Debug */,
|
|
@@ -585,7 +601,7 @@
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
defaultConfigurationName = Release;
|
|
|
};
|
|
|
- AB92C7A32A16646D00FCA57D /* Build configuration list for PBXNativeTarget "sdsz74Tests" */ = {
|
|
|
+ AB92C7A32A16646D00FCA57D /* Build configuration list for PBXNativeTarget "74 桌Tests" */ = {
|
|
|
isa = XCConfigurationList;
|
|
|
buildConfigurations = (
|
|
|
AB92C7A42A16646D00FCA57D /* Debug */,
|
|
@@ -594,7 +610,7 @@
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
defaultConfigurationName = Release;
|
|
|
};
|
|
|
- AB92C7A62A16646D00FCA57D /* Build configuration list for PBXNativeTarget "sdsz74UITests" */ = {
|
|
|
+ AB92C7A62A16646D00FCA57D /* Build configuration list for PBXNativeTarget "74 桌UITests" */ = {
|
|
|
isa = XCConfigurationList;
|
|
|
buildConfigurations = (
|
|
|
AB92C7A72A16646D00FCA57D /* Debug */,
|