Skip to content

Commit ae33feb

Browse files
committed
fix tests
1 parent 5f10d1b commit ae33feb

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/appcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
- name: Build ObjC snippets
3333
run: |
3434
cd appcheck
35-
xcodebuild -project AppCheckSnippets.xcodeproj clean build -scheme AppCheckSnippetsObjC -objc -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
35+
xcodebuild -project AppCheckSnippets.xcodeproj clean build -scheme AppCheckSnippetsObjC -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
3636
env:
3737
destination: ${{ matrix.destination }}

storage/StorageReference.xcodeproj/project.pbxproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
PRODUCT_NAME = "$(TARGET_NAME)";
281281
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
282282
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
283-
SWIFT_VERSION = 5.0;
283+
SWIFT_VERSION = 6.0;
284284
};
285285
name = Debug;
286286
};
@@ -302,7 +302,7 @@
302302
PRODUCT_NAME = "$(TARGET_NAME)";
303303
SWIFT_COMPILATION_MODE = wholemodule;
304304
SWIFT_OPTIMIZATION_LEVEL = "-O";
305-
SWIFT_VERSION = 5.0;
305+
SWIFT_VERSION = 6.0;
306306
};
307307
name = Release;
308308
};
@@ -358,10 +358,11 @@
358358
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
359359
GCC_WARN_UNUSED_FUNCTION = YES;
360360
GCC_WARN_UNUSED_VARIABLE = YES;
361-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
361+
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
362362
MTL_ENABLE_DEBUG_INFO = YES;
363363
ONLY_ACTIVE_ARCH = YES;
364364
SDKROOT = iphoneos;
365+
SWIFT_VERSION = 6.0;
365366
TARGETED_DEVICE_FAMILY = "1,2";
366367
};
367368
name = Debug;
@@ -412,11 +413,12 @@
412413
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
413414
GCC_WARN_UNUSED_FUNCTION = YES;
414415
GCC_WARN_UNUSED_VARIABLE = YES;
415-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
416+
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
416417
MTL_ENABLE_DEBUG_INFO = NO;
417418
SDKROOT = iphoneos;
418419
SWIFT_COMPILATION_MODE = wholemodule;
419420
SWIFT_OPTIMIZATION_LEVEL = "-O";
421+
SWIFT_VERSION = 6.0;
420422
TARGETED_DEVICE_FAMILY = "1,2";
421423
VALIDATE_PRODUCT = YES;
422424
};

0 commit comments

Comments
 (0)