|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 3836ECE12CCC2AA800EBBD8B /* ScribbleFoundation in Frameworks */ = {isa = PBXBuildFile; productRef = 3836ECE02CCC2AA800EBBD8B /* ScribbleFoundation */; };
|
| 11 | + 387BC5372CCE83F900B3D2A4 /* GoogleService-Info-Mock.plist in Resources */ = {isa = PBXBuildFile; fileRef = 387BC5362CCE83F900B3D2A4 /* GoogleService-Info-Mock.plist */; }; |
11 | 12 | 388038792CCBE5C1002494B7 /* Beta.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 388038782CCBE5C1002494B7 /* Beta.xcconfig */; };
|
12 | 13 | 3880387B2CCBE695002494B7 /* Alpha.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 3880387A2CCBE695002494B7 /* Alpha.xcconfig */; };
|
13 | 14 | 3880387D2CCBE6DD002494B7 /* Stable.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 3880387C2CCBE6DD002494B7 /* Stable.xcconfig */; };
|
|
45 | 46 | /* End PBXContainerItemProxy section */
|
46 | 47 |
|
47 | 48 | /* Begin PBXFileReference section */
|
| 49 | + 387BC5362CCE83F900B3D2A4 /* GoogleService-Info-Mock.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "GoogleService-Info-Mock.plist"; sourceTree = "<group>"; }; |
48 | 50 | 388038782CCBE5C1002494B7 /* Beta.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Beta.xcconfig; sourceTree = "<group>"; };
|
49 | 51 | 3880387A2CCBE695002494B7 /* Alpha.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Alpha.xcconfig; sourceTree = "<group>"; };
|
50 | 52 | 3880387C2CCBE6DD002494B7 /* Stable.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Stable.xcconfig; sourceTree = "<group>"; };
|
|
156 | 158 | isa = PBXGroup;
|
157 | 159 | children = (
|
158 | 160 | 388038B82CCBFDBE002494B7 /* PrivacyInfo.xcprivacy */,
|
| 161 | + 387BC5362CCE83F900B3D2A4 /* GoogleService-Info-Mock.plist */, |
159 | 162 | 388038A82CCBF74A002494B7 /* GoogleService-Info.plist */,
|
160 | 163 | 3880388F2CCBEAAE002494B7 /* Utilities */,
|
161 | 164 | 388038772CCBE59E002494B7 /* Configuration */,
|
|
315 | 318 | isa = PBXResourcesBuildPhase;
|
316 | 319 | buildActionMask = 2147483647;
|
317 | 320 | files = (
|
| 321 | + 387BC5372CCE83F900B3D2A4 /* GoogleService-Info-Mock.plist in Resources */, |
318 | 322 | 3880387F2CCBE76E002494B7 /* Development.xcconfig in Resources */,
|
319 | 323 | 388038792CCBE5C1002494B7 /* Beta.xcconfig in Resources */,
|
320 | 324 | 3880387B2CCBE695002494B7 /* Alpha.xcconfig in Resources */,
|
|
417 | 421 | /* End PBXTargetDependency section */
|
418 | 422 |
|
419 | 423 | /* Begin XCBuildConfiguration section */
|
| 424 | + 387BC5382CCE892F00B3D2A4 /* CI_ENV */ = { |
| 425 | + isa = XCBuildConfiguration; |
| 426 | + baseConfigurationReference = 3880387E2CCBE76E002494B7 /* Development.xcconfig */; |
| 427 | + buildSettings = { |
| 428 | + ALWAYS_SEARCH_USER_PATHS = NO; |
| 429 | + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; |
| 430 | + CLANG_ANALYZER_NONNULL = YES; |
| 431 | + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
| 432 | + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; |
| 433 | + CLANG_ENABLE_MODULES = YES; |
| 434 | + CLANG_ENABLE_OBJC_ARC = YES; |
| 435 | + CLANG_ENABLE_OBJC_WEAK = YES; |
| 436 | + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; |
| 437 | + CLANG_WARN_BOOL_CONVERSION = YES; |
| 438 | + CLANG_WARN_COMMA = YES; |
| 439 | + CLANG_WARN_CONSTANT_CONVERSION = YES; |
| 440 | + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; |
| 441 | + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
| 442 | + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
| 443 | + CLANG_WARN_EMPTY_BODY = YES; |
| 444 | + CLANG_WARN_ENUM_CONVERSION = YES; |
| 445 | + CLANG_WARN_INFINITE_RECURSION = YES; |
| 446 | + CLANG_WARN_INT_CONVERSION = YES; |
| 447 | + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; |
| 448 | + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; |
| 449 | + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; |
| 450 | + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
| 451 | + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; |
| 452 | + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
| 453 | + CLANG_WARN_STRICT_PROTOTYPES = YES; |
| 454 | + CLANG_WARN_SUSPICIOUS_MOVE = YES; |
| 455 | + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; |
| 456 | + CLANG_WARN_UNREACHABLE_CODE = YES; |
| 457 | + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
| 458 | + COPY_PHASE_STRIP = NO; |
| 459 | + DEBUG_INFORMATION_FORMAT = dwarf; |
| 460 | + ENABLE_STRICT_OBJC_MSGSEND = YES; |
| 461 | + ENABLE_TESTABILITY = YES; |
| 462 | + ENABLE_USER_SCRIPT_SANDBOXING = NO; |
| 463 | + GCC_C_LANGUAGE_STANDARD = gnu17; |
| 464 | + GCC_DYNAMIC_NO_PIC = NO; |
| 465 | + GCC_NO_COMMON_BLOCKS = YES; |
| 466 | + GCC_OPTIMIZATION_LEVEL = 0; |
| 467 | + GCC_PREPROCESSOR_DEFINITIONS = ( |
| 468 | + "$(inherited)", |
| 469 | + "CI_ENV=1", |
| 470 | + ); |
| 471 | + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
| 472 | + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; |
| 473 | + GCC_WARN_UNDECLARED_SELECTOR = YES; |
| 474 | + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
| 475 | + GCC_WARN_UNUSED_FUNCTION = YES; |
| 476 | + GCC_WARN_UNUSED_VARIABLE = YES; |
| 477 | + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; |
| 478 | + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; |
| 479 | + MTL_FAST_MATH = YES; |
| 480 | + ONLY_ACTIVE_ARCH = YES; |
| 481 | + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; |
| 482 | + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
| 483 | + }; |
| 484 | + name = CI_ENV; |
| 485 | + }; |
| 486 | + 387BC5392CCE892F00B3D2A4 /* CI_ENV */ = { |
| 487 | + isa = XCBuildConfiguration; |
| 488 | + baseConfigurationReference = 3880387E2CCBE76E002494B7 /* Development.xcconfig */; |
| 489 | + buildSettings = { |
| 490 | + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 491 | + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
| 492 | + CODE_SIGN_ENTITLEMENTS = ScribbleLab/ScribbleLab.entitlements; |
| 493 | + CODE_SIGN_STYLE = Automatic; |
| 494 | + CURRENT_PROJECT_VERSION = 1; |
| 495 | + DEVELOPMENT_ASSET_PATHS = "\"ScribbleLab/Preview Content\""; |
| 496 | + DEVELOPMENT_TEAM = W93RMB5CDG; |
| 497 | + ENABLE_HARDENED_RUNTIME = YES; |
| 498 | + ENABLE_PREVIEWS = YES; |
| 499 | + GENERATE_INFOPLIST_FILE = YES; |
| 500 | + INFOPLIST_FILE = ScribbleLab/Info.plist; |
| 501 | + INFOPLIST_KEY_CFBundleDisplayName = ScribbleLab; |
| 502 | + INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.education"; |
| 503 | + "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES; |
| 504 | + "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES; |
| 505 | + "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES; |
| 506 | + "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphonesimulator*]" = YES; |
| 507 | + "INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphoneos*]" = YES; |
| 508 | + "INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphonesimulator*]" = YES; |
| 509 | + INFOPLIST_KEY_UIStatusBarHidden = YES; |
| 510 | + INFOPLIST_KEY_UIStatusBarStyle = ""; |
| 511 | + "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphoneos*]" = UIStatusBarStyleDefault; |
| 512 | + "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault; |
| 513 | + INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; |
| 514 | + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; |
| 515 | + IPHONEOS_DEPLOYMENT_TARGET = 18.0; |
| 516 | + LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; |
| 517 | + "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; |
| 518 | + MACOSX_DEPLOYMENT_TARGET = 14.5; |
| 519 | + MARKETING_VERSION = "0.1-dev"; |
| 520 | + PRODUCT_BUNDLE_IDENTIFIER = com.nhsystems.ScribbleLab; |
| 521 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 522 | + SDKROOT = auto; |
| 523 | + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; |
| 524 | + SWIFT_EMIT_LOC_STRINGS = YES; |
| 525 | + SWIFT_VERSION = 5.0; |
| 526 | + TARGETED_DEVICE_FAMILY = "1,2,7"; |
| 527 | + XROS_DEPLOYMENT_TARGET = 2.0; |
| 528 | + }; |
| 529 | + name = CI_ENV; |
| 530 | + }; |
| 531 | + 387BC53A2CCE892F00B3D2A4 /* CI_ENV */ = { |
| 532 | + isa = XCBuildConfiguration; |
| 533 | + baseConfigurationReference = 3880387E2CCBE76E002494B7 /* Development.xcconfig */; |
| 534 | + buildSettings = { |
| 535 | + BUNDLE_LOADER = "$(TEST_HOST)"; |
| 536 | + CODE_SIGN_STYLE = Automatic; |
| 537 | + CURRENT_PROJECT_VERSION = 1; |
| 538 | + DEVELOPMENT_TEAM = W93RMB5CDG; |
| 539 | + GENERATE_INFOPLIST_FILE = YES; |
| 540 | + IPHONEOS_DEPLOYMENT_TARGET = 18.0; |
| 541 | + MACOSX_DEPLOYMENT_TARGET = 14.5; |
| 542 | + MARKETING_VERSION = 1.0; |
| 543 | + PRODUCT_BUNDLE_IDENTIFIER = com.nhsystems.ScribbleLabTests; |
| 544 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 545 | + SDKROOT = auto; |
| 546 | + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; |
| 547 | + SWIFT_EMIT_LOC_STRINGS = NO; |
| 548 | + SWIFT_VERSION = 5.0; |
| 549 | + TARGETED_DEVICE_FAMILY = "1,2,7"; |
| 550 | + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ScribbleLab.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/ScribbleLab"; |
| 551 | + XROS_DEPLOYMENT_TARGET = 2.0; |
| 552 | + }; |
| 553 | + name = CI_ENV; |
| 554 | + }; |
| 555 | + 387BC53B2CCE892F00B3D2A4 /* CI_ENV */ = { |
| 556 | + isa = XCBuildConfiguration; |
| 557 | + baseConfigurationReference = 3880387E2CCBE76E002494B7 /* Development.xcconfig */; |
| 558 | + buildSettings = { |
| 559 | + CODE_SIGN_STYLE = Automatic; |
| 560 | + CURRENT_PROJECT_VERSION = 1; |
| 561 | + DEVELOPMENT_TEAM = W93RMB5CDG; |
| 562 | + GENERATE_INFOPLIST_FILE = YES; |
| 563 | + IPHONEOS_DEPLOYMENT_TARGET = 18.0; |
| 564 | + MACOSX_DEPLOYMENT_TARGET = 14.5; |
| 565 | + MARKETING_VERSION = 1.0; |
| 566 | + PRODUCT_BUNDLE_IDENTIFIER = com.nhsystems.ScribbleLabUITests; |
| 567 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 568 | + SDKROOT = auto; |
| 569 | + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; |
| 570 | + SWIFT_EMIT_LOC_STRINGS = NO; |
| 571 | + SWIFT_VERSION = 5.0; |
| 572 | + TARGETED_DEVICE_FAMILY = "1,2,7"; |
| 573 | + TEST_TARGET_NAME = ScribbleLab; |
| 574 | + XROS_DEPLOYMENT_TARGET = 2.0; |
| 575 | + }; |
| 576 | + name = CI_ENV; |
| 577 | + }; |
420 | 578 | 388038802CCBE829002494B7 /* Alpha */ = {
|
421 | 579 | isa = XCBuildConfiguration;
|
422 | 580 | baseConfigurationReference = 3880387A2CCBE695002494B7 /* Alpha.xcconfig */;
|
|
1032 | 1190 | isa = XCConfigurationList;
|
1033 | 1191 | buildConfigurations = (
|
1034 | 1192 | 388DC8272CCBE37200C80FF9 /* Debug */,
|
| 1193 | + 387BC5382CCE892F00B3D2A4 /* CI_ENV */, |
1035 | 1194 | 388038802CCBE829002494B7 /* Alpha */,
|
1036 | 1195 | 388038842CCBE86D002494B7 /* Beta */,
|
1037 | 1196 | 388DC8282CCBE37200C80FF9 /* Release */,
|
|
1043 | 1202 | isa = XCConfigurationList;
|
1044 | 1203 | buildConfigurations = (
|
1045 | 1204 | 388DC82A2CCBE37200C80FF9 /* Debug */,
|
| 1205 | + 387BC5392CCE892F00B3D2A4 /* CI_ENV */, |
1046 | 1206 | 388038812CCBE829002494B7 /* Alpha */,
|
1047 | 1207 | 388038852CCBE86D002494B7 /* Beta */,
|
1048 | 1208 | 388DC82B2CCBE37200C80FF9 /* Release */,
|
|
1054 | 1214 | isa = XCConfigurationList;
|
1055 | 1215 | buildConfigurations = (
|
1056 | 1216 | 388DC82D2CCBE37200C80FF9 /* Debug */,
|
| 1217 | + 387BC53A2CCE892F00B3D2A4 /* CI_ENV */, |
1057 | 1218 | 388038822CCBE829002494B7 /* Alpha */,
|
1058 | 1219 | 388038862CCBE86D002494B7 /* Beta */,
|
1059 | 1220 | 388DC82E2CCBE37200C80FF9 /* Release */,
|
|
1065 | 1226 | isa = XCConfigurationList;
|
1066 | 1227 | buildConfigurations = (
|
1067 | 1228 | 388DC8302CCBE37200C80FF9 /* Debug */,
|
| 1229 | + 387BC53B2CCE892F00B3D2A4 /* CI_ENV */, |
1068 | 1230 | 388038832CCBE829002494B7 /* Alpha */,
|
1069 | 1231 | 388038872CCBE86D002494B7 /* Beta */,
|
1070 | 1232 | 388DC8312CCBE37200C80FF9 /* Release */,
|
|
0 commit comments