From 04a13af64b85a5a1588436cb853c559f5bb8995d Mon Sep 17 00:00:00 2001 From: brice Date: Tue, 10 Oct 2023 02:55:38 +0100 Subject: [PATCH] Upgraded settings for xcode 15 --- ConnectStats.xcodeproj/project.pbxproj | 9 ++++++--- .../xcshareddata/xcschemes/ConnectStats.xcscheme | 2 +- .../xcshareddata/xcschemes/ConnectStatsTestApp.xcscheme | 2 +- .../xcshareddata/xcschemes/FitFileExplorer.xcscheme | 2 +- .../xcshareddata/xcschemes/HealthStats.xcscheme | 2 +- ConnectStats/src/GCSettingsServicesViewController.m | 1 - 6 files changed, 10 insertions(+), 8 deletions(-) diff --git a/ConnectStats.xcodeproj/project.pbxproj b/ConnectStats.xcodeproj/project.pbxproj index a24f5462..22a66498 100644 --- a/ConnectStats.xcodeproj/project.pbxproj +++ b/ConnectStats.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 52; + objectVersion = 54; objects = { /* Begin PBXBuildFile section */ @@ -4569,9 +4569,10 @@ 428FF70015F36888007A88FA /* Project object */ = { isa = PBXProject; attributes = { + BuildIndependentTargetsInParallel = YES; CLASSPREFIX = GC; LastSwiftUpdateCheck = 0810; - LastUpgradeCheck = 1420; + LastUpgradeCheck = 1500; ORGANIZATIONNAME = "Brice Rosenzweig"; TargetAttributes = { 422FAEA319A1DD6000D09773 = { @@ -5185,7 +5186,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "# Type a script or drag a script file from your workspace to insert its path.\n\nCREDENTIALS=$SRCROOT/ConnectStats/credentials.json\nSAMPLE_CREDENTIALS=$SRCROOT/ConnectStats/credentials.sample.json\n\nif [ -f $CREDENTIALS ]; then\n echo \"Checked $CREDENTIALS\"\nelse\n if [ -f $SAMPLE_CREDENTIALS ]; then\n echo \"Creating $CREDENTIALS\"\n exit 1\n #/bin/cp $SAMPLE_CREDENTIALS $CREDENTIALS\n fi\nfi\n\n"; + shellScript = "# Type a script or drag a script file from your workspace to insert its path.\n\nCREDENTIALS=$SRCROOT/ConnectStats/credentials.json\nSAMPLE_CREDENTIALS=$SRCROOT/ConnectStats/credentials.sample.json\n\nif [ -f $CREDENTIALS ]; then\n echo \"Checked $CREDENTIALS\"\nelse\n if [ -f $SAMPLE_CREDENTIALS ]; then\n echo \"Creating $CREDENTIALS\"\n exit 1\n /bin/cp $SAMPLE_CREDENTIALS $CREDENTIALS\n fi\nfi\n\n"; }; 5F38E408AAF45836E802C5DB /* [CP] Copy Pods Resources */ = { isa = PBXShellScriptBuildPhase; @@ -6570,6 +6571,7 @@ COPY_PHASE_STRIP = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; + ENABLE_USER_SCRIPT_SANDBOXING = YES; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_DYNAMIC_NO_PIC = NO; GCC_NO_COMMON_BLOCKS = YES; @@ -6623,6 +6625,7 @@ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Brice Rosenzweig"; COPY_PHASE_STRIP = YES; ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_USER_SCRIPT_SANDBOXING = YES; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_NO_COMMON_BLOCKS = YES; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; diff --git a/ConnectStats.xcodeproj/xcshareddata/xcschemes/ConnectStats.xcscheme b/ConnectStats.xcodeproj/xcshareddata/xcschemes/ConnectStats.xcscheme index 1b1309ef..28231db9 100644 --- a/ConnectStats.xcodeproj/xcshareddata/xcschemes/ConnectStats.xcscheme +++ b/ConnectStats.xcodeproj/xcshareddata/xcschemes/ConnectStats.xcscheme @@ -1,6 +1,6 @@