|
3 | 3 | archiveVersion = 1; |
4 | 4 | classes = { |
5 | 5 | }; |
6 | | - objectVersion = 77; |
| 6 | + objectVersion = 90; |
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
|
306 | 306 | /* Begin PBXFrameworksBuildPhase section */ |
307 | 307 | 011F6DEA259EF16400BED22E /* Frameworks */ = { |
308 | 308 | isa = PBXFrameworksBuildPhase; |
309 | | - buildActionMask = 2147483647; |
310 | 309 | files = ( |
311 | 310 | 012009FC299F1E190078A1F9 /* OrderedCollections in Frameworks */, |
312 | 311 | 012009F8299F1E190078A1F9 /* Collections in Frameworks */, |
313 | 312 | 012009FA299F1E190078A1F9 /* DequeModule in Frameworks */, |
314 | 313 | 0172030225A9634F008FD63B /* SwiftyJSON in Frameworks */, |
315 | 314 | 0182D37025B258A7001E881D /* KeychainAccess in Frameworks */, |
316 | 315 | ); |
317 | | - runOnlyForDeploymentPostprocessing = 0; |
318 | 316 | }; |
319 | 317 | 01D19B402D4DE33500BDEAB7 /* Frameworks */ = { |
320 | 318 | isa = PBXFrameworksBuildPhase; |
321 | | - buildActionMask = 2147483647; |
322 | 319 | files = ( |
323 | 320 | ); |
324 | | - runOnlyForDeploymentPostprocessing = 0; |
325 | 321 | }; |
326 | 322 | /* End PBXFrameworksBuildPhase section */ |
327 | 323 |
|
|
787 | 783 | ); |
788 | 784 | buildRules = ( |
789 | 785 | ); |
790 | | - dependencies = ( |
791 | | - ); |
792 | 786 | name = NativeAppTemplate; |
793 | 787 | packageProductDependencies = ( |
794 | 788 | 0172030125A9634F008FD63B /* SwiftyJSON */, |
|
818 | 812 | 01D19B442D4DE33500BDEAB7 /* NativeAppTemplateTests */, |
819 | 813 | ); |
820 | 814 | name = NativeAppTemplateTests; |
821 | | - packageProductDependencies = ( |
822 | | - ); |
823 | 815 | productName = NativeAppTemplateTests; |
824 | 816 | productReference = 01D19B432D4DE33500BDEAB7 /* NativeAppTemplateTests.xctest */; |
825 | 817 | productType = "com.apple.product-type.bundle.unit-test"; |
|
857 | 849 | 0182D36E25B258A7001E881D /* XCRemoteSwiftPackageReference "KeychainAccess" */, |
858 | 850 | 012009F6299F1E190078A1F9 /* XCRemoteSwiftPackageReference "swift-collections" */, |
859 | 851 | ); |
860 | | - preferredProjectObjectVersion = 77; |
| 852 | + preferredProjectObjectVersion = 90; |
861 | 853 | productRefGroup = 011F6DEE259EF16400BED22E /* Products */; |
862 | 854 | projectDirPath = ""; |
863 | 855 | projectRoot = ""; |
|
871 | 863 | /* Begin PBXResourcesBuildPhase section */ |
872 | 864 | 011F6DEB259EF16400BED22E /* Resources */ = { |
873 | 865 | isa = PBXResourcesBuildPhase; |
874 | | - buildActionMask = 2147483647; |
875 | 866 | files = ( |
876 | 867 | 015C78052B72DA2C00B6523C /* PrivacyInfo.xcprivacy in Resources */, |
877 | 868 | 018D4EFF2B6350F500CBA736 /* Inter-Bold.ttf in Resources */, |
878 | 869 | 018D4EFD2B6350E800CBA736 /* Inter-Medium.ttf in Resources */, |
879 | 870 | 011F6DF8259EF16600BED22E /* Preview Assets.xcassets in Resources */, |
880 | 871 | 011F6DF5259EF16600BED22E /* Assets.xcassets in Resources */, |
881 | 872 | ); |
882 | | - runOnlyForDeploymentPostprocessing = 0; |
883 | 873 | }; |
884 | 874 | 01D19B412D4DE33500BDEAB7 /* Resources */ = { |
885 | 875 | isa = PBXResourcesBuildPhase; |
886 | | - buildActionMask = 2147483647; |
887 | 876 | files = ( |
888 | 877 | 0135E8E42D7E4478004AD8FA /* SampleCode.xcconfig in Resources */, |
889 | 878 | ); |
890 | | - runOnlyForDeploymentPostprocessing = 0; |
891 | 879 | }; |
892 | 880 | /* End PBXResourcesBuildPhase section */ |
893 | 881 |
|
894 | 882 | /* Begin PBXShellScriptBuildPhase section */ |
895 | 883 | 01A77D352632D1D900352EBC /* SwiftLint Run Script */ = { |
896 | 884 | isa = PBXShellScriptBuildPhase; |
897 | 885 | alwaysOutOfDate = 1; |
898 | | - buildActionMask = 2147483647; |
899 | | - files = ( |
900 | | - ); |
901 | | - inputFileListPaths = ( |
902 | | - ); |
903 | | - inputPaths = ( |
904 | | - ); |
905 | 886 | name = "SwiftLint Run Script"; |
906 | | - outputFileListPaths = ( |
907 | | - ); |
908 | | - outputPaths = ( |
909 | | - ); |
910 | | - runOnlyForDeploymentPostprocessing = 0; |
911 | 887 | shellPath = /bin/sh; |
912 | | - shellScript = "if [[ \"$(uname -m)\" == arm64 ]]; then\n export PATH=\"/opt/homebrew/bin:$PATH\"\nfi\n\nif which swiftlint > /dev/null; then\n swiftlint\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; |
| 888 | + shellScript = ( |
| 889 | + "if [[ \"$(uname -m)\" == arm64 ]]; then", |
| 890 | + " export PATH=\"/opt/homebrew/bin:$PATH\"", |
| 891 | + "fi", |
| 892 | + "", |
| 893 | + "if which swiftlint > /dev/null; then", |
| 894 | + " swiftlint", |
| 895 | + "else", |
| 896 | + " echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"", |
| 897 | + "fi", |
| 898 | + "", |
| 899 | + ); |
913 | 900 | }; |
914 | 901 | /* End PBXShellScriptBuildPhase section */ |
915 | 902 |
|
916 | 903 | /* Begin PBXSourcesBuildPhase section */ |
917 | 904 | 011F6DE9259EF16400BED22E /* Sources */ = { |
918 | 905 | isa = PBXSourcesBuildPhase; |
919 | | - buildActionMask = 2147483647; |
920 | 906 | files = ( |
921 | 907 | 0172047925AA8335008FD63B /* UIFont+Extensions.swift in Sources */, |
922 | 908 | 01E2477029A570D300D4B00D /* SignUp.swift in Sources */, |
|
1045 | 1031 | 0172046725AA82BF008FD63B /* MainView.swift in Sources */, |
1046 | 1032 | 0172033825A9642E008FD63B /* JSONAPIError.swift in Sources */, |
1047 | 1033 | ); |
1048 | | - runOnlyForDeploymentPostprocessing = 0; |
1049 | 1034 | }; |
1050 | 1035 | 01D19B3F2D4DE33500BDEAB7 /* Sources */ = { |
1051 | 1036 | isa = PBXSourcesBuildPhase; |
1052 | | - buildActionMask = 2147483647; |
1053 | 1037 | files = ( |
1054 | 1038 | ); |
1055 | | - runOnlyForDeploymentPostprocessing = 0; |
1056 | 1039 | }; |
1057 | 1040 | /* End PBXSourcesBuildPhase section */ |
1058 | 1041 |
|
|
1065 | 1048 | /* End PBXTargetDependency section */ |
1066 | 1049 |
|
1067 | 1050 | /* Begin XCBuildConfiguration section */ |
1068 | | - 011F6E10259EF16600BED22E /* Debug */ = { |
| 1051 | + 011F6E10259EF16600BED22E /* Debug configuration for PBXProject "NativeAppTemplate" */ = { |
1069 | 1052 | isa = XCBuildConfiguration; |
1070 | 1053 | buildSettings = { |
1071 | 1054 | ALWAYS_SEARCH_USER_PATHS = NO; |
|
1133 | 1116 | }; |
1134 | 1117 | name = Debug; |
1135 | 1118 | }; |
1136 | | - 011F6E11259EF16600BED22E /* Release */ = { |
| 1119 | + 011F6E11259EF16600BED22E /* Release configuration for PBXProject "NativeAppTemplate" */ = { |
1137 | 1120 | isa = XCBuildConfiguration; |
1138 | 1121 | buildSettings = { |
1139 | 1122 | ALWAYS_SEARCH_USER_PATHS = NO; |
|
1195 | 1178 | }; |
1196 | 1179 | name = Release; |
1197 | 1180 | }; |
1198 | | - 011F6E13259EF16600BED22E /* Debug */ = { |
| 1181 | + 011F6E13259EF16600BED22E /* Debug configuration for PBXNativeTarget "NativeAppTemplate" */ = { |
1199 | 1182 | isa = XCBuildConfiguration; |
1200 | 1183 | buildSettings = { |
1201 | 1184 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
|
1204 | 1187 | CODE_SIGN_ENTITLEMENTS = NativeAppTemplate/NativeAppTemplate.entitlements; |
1205 | 1188 | CODE_SIGN_IDENTITY = "Apple Development"; |
1206 | 1189 | CODE_SIGN_STYLE = Automatic; |
1207 | | - CURRENT_PROJECT_VERSION = 4; |
| 1190 | + CURRENT_PROJECT_VERSION = 5; |
1208 | 1191 | DEVELOPMENT_ASSET_PATHS = "\"NativeAppTemplate/Preview Content\""; |
1209 | 1192 | DEVELOPMENT_TEAM = NNYDL5U3V3; |
1210 | 1193 | ENABLE_PREVIEWS = YES; |
|
1232 | 1215 | }; |
1233 | 1216 | name = Debug; |
1234 | 1217 | }; |
1235 | | - 011F6E14259EF16600BED22E /* Release */ = { |
| 1218 | + 011F6E14259EF16600BED22E /* Release configuration for PBXNativeTarget "NativeAppTemplate" */ = { |
1236 | 1219 | isa = XCBuildConfiguration; |
1237 | 1220 | buildSettings = { |
1238 | 1221 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
|
1241 | 1224 | CODE_SIGN_ENTITLEMENTS = NativeAppTemplate/NativeAppTemplate.entitlements; |
1242 | 1225 | CODE_SIGN_IDENTITY = "Apple Development"; |
1243 | 1226 | CODE_SIGN_STYLE = Automatic; |
1244 | | - CURRENT_PROJECT_VERSION = 4; |
| 1227 | + CURRENT_PROJECT_VERSION = 5; |
1245 | 1228 | DEVELOPMENT_ASSET_PATHS = "\"NativeAppTemplate/Preview Content\""; |
1246 | 1229 | DEVELOPMENT_TEAM = NNYDL5U3V3; |
1247 | 1230 | ENABLE_PREVIEWS = YES; |
|
1269 | 1252 | }; |
1270 | 1253 | name = Release; |
1271 | 1254 | }; |
1272 | | - 016595AF2824E3D800203F7F /* Beta */ = { |
| 1255 | + 016595AF2824E3D800203F7F /* Beta configuration for PBXProject "NativeAppTemplate" */ = { |
1273 | 1256 | isa = XCBuildConfiguration; |
1274 | 1257 | buildSettings = { |
1275 | 1258 | ALWAYS_SEARCH_USER_PATHS = NO; |
|
1331 | 1314 | }; |
1332 | 1315 | name = Beta; |
1333 | 1316 | }; |
1334 | | - 016595B02824E3D800203F7F /* Beta */ = { |
| 1317 | + 016595B02824E3D800203F7F /* Beta configuration for PBXNativeTarget "NativeAppTemplate" */ = { |
1335 | 1318 | isa = XCBuildConfiguration; |
1336 | 1319 | buildSettings = { |
1337 | 1320 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
1338 | 1321 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = ""; |
1339 | 1322 | BUNDLE_ID_SUFFIX = .beta; |
1340 | 1323 | CODE_SIGN_ENTITLEMENTS = NativeAppTemplate/NativeAppTemplate.entitlements; |
1341 | 1324 | CODE_SIGN_STYLE = Automatic; |
1342 | | - CURRENT_PROJECT_VERSION = 4; |
| 1325 | + CURRENT_PROJECT_VERSION = 5; |
1343 | 1326 | DEVELOPMENT_ASSET_PATHS = "\"NativeAppTemplate/Preview Content\""; |
1344 | 1327 | DEVELOPMENT_TEAM = NNYDL5U3V3; |
1345 | 1328 | ENABLE_PREVIEWS = YES; |
|
1365 | 1348 | }; |
1366 | 1349 | name = Beta; |
1367 | 1350 | }; |
1368 | | - 01D19B4A2D4DE33500BDEAB7 /* Debug */ = { |
| 1351 | + 01D19B4A2D4DE33500BDEAB7 /* Debug configuration for PBXNativeTarget "NativeAppTemplateTests" */ = { |
1369 | 1352 | isa = XCBuildConfiguration; |
1370 | 1353 | buildSettings = { |
1371 | 1354 | BUNDLE_LOADER = "$(TEST_HOST)"; |
|
1387 | 1370 | }; |
1388 | 1371 | name = Debug; |
1389 | 1372 | }; |
1390 | | - 01D19B4B2D4DE33500BDEAB7 /* Release */ = { |
| 1373 | + 01D19B4B2D4DE33500BDEAB7 /* Release configuration for PBXNativeTarget "NativeAppTemplateTests" */ = { |
1391 | 1374 | isa = XCBuildConfiguration; |
1392 | 1375 | buildSettings = { |
1393 | 1376 | BUNDLE_LOADER = "$(TEST_HOST)"; |
|
1408 | 1391 | }; |
1409 | 1392 | name = Release; |
1410 | 1393 | }; |
1411 | | - 01D19B4C2D4DE33500BDEAB7 /* Beta */ = { |
| 1394 | + 01D19B4C2D4DE33500BDEAB7 /* Beta configuration for PBXNativeTarget "NativeAppTemplateTests" */ = { |
1412 | 1395 | isa = XCBuildConfiguration; |
1413 | 1396 | buildSettings = { |
1414 | 1397 | BUNDLE_LOADER = "$(TEST_HOST)"; |
|
1435 | 1418 | 011F6DE8259EF16400BED22E /* Build configuration list for PBXProject "NativeAppTemplate" */ = { |
1436 | 1419 | isa = XCConfigurationList; |
1437 | 1420 | buildConfigurations = ( |
1438 | | - 011F6E10259EF16600BED22E /* Debug */, |
1439 | | - 011F6E11259EF16600BED22E /* Release */, |
1440 | | - 016595AF2824E3D800203F7F /* Beta */, |
| 1421 | + 011F6E10259EF16600BED22E /* Debug configuration for PBXProject "NativeAppTemplate" */, |
| 1422 | + 011F6E11259EF16600BED22E /* Release configuration for PBXProject "NativeAppTemplate" */, |
| 1423 | + 016595AF2824E3D800203F7F /* Beta configuration for PBXProject "NativeAppTemplate" */, |
1441 | 1424 | ); |
1442 | | - defaultConfigurationIsVisible = 0; |
1443 | 1425 | defaultConfigurationName = Release; |
1444 | 1426 | }; |
1445 | 1427 | 011F6E12259EF16600BED22E /* Build configuration list for PBXNativeTarget "NativeAppTemplate" */ = { |
1446 | 1428 | isa = XCConfigurationList; |
1447 | 1429 | buildConfigurations = ( |
1448 | | - 011F6E13259EF16600BED22E /* Debug */, |
1449 | | - 011F6E14259EF16600BED22E /* Release */, |
1450 | | - 016595B02824E3D800203F7F /* Beta */, |
| 1430 | + 011F6E13259EF16600BED22E /* Debug configuration for PBXNativeTarget "NativeAppTemplate" */, |
| 1431 | + 011F6E14259EF16600BED22E /* Release configuration for PBXNativeTarget "NativeAppTemplate" */, |
| 1432 | + 016595B02824E3D800203F7F /* Beta configuration for PBXNativeTarget "NativeAppTemplate" */, |
1451 | 1433 | ); |
1452 | | - defaultConfigurationIsVisible = 0; |
1453 | 1434 | defaultConfigurationName = Release; |
1454 | 1435 | }; |
1455 | 1436 | 01D19B492D4DE33500BDEAB7 /* Build configuration list for PBXNativeTarget "NativeAppTemplateTests" */ = { |
1456 | 1437 | isa = XCConfigurationList; |
1457 | 1438 | buildConfigurations = ( |
1458 | | - 01D19B4A2D4DE33500BDEAB7 /* Debug */, |
1459 | | - 01D19B4B2D4DE33500BDEAB7 /* Release */, |
1460 | | - 01D19B4C2D4DE33500BDEAB7 /* Beta */, |
| 1439 | + 01D19B4A2D4DE33500BDEAB7 /* Debug configuration for PBXNativeTarget "NativeAppTemplateTests" */, |
| 1440 | + 01D19B4B2D4DE33500BDEAB7 /* Release configuration for PBXNativeTarget "NativeAppTemplateTests" */, |
| 1441 | + 01D19B4C2D4DE33500BDEAB7 /* Beta configuration for PBXNativeTarget "NativeAppTemplateTests" */, |
1461 | 1442 | ); |
1462 | | - defaultConfigurationIsVisible = 0; |
1463 | 1443 | defaultConfigurationName = Release; |
1464 | 1444 | }; |
1465 | 1445 | /* End XCConfigurationList section */ |
|
0 commit comments