Skip to content

Commit 8d10b5d

Browse files
authored
Merge pull request #84 from essentialdevelopercom/xcode16_2
Update to Xcode 16.2 / iOS 18.2
2 parents 3b7babc + 9f0679b commit 8d10b5d

30 files changed

+16
-26
lines changed

.github/workflows/CI-iOS.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# This workflow contains a single job called "build-and-test"
1313
build-and-test:
1414
# The type of runner that the job will run on
15-
runs-on: macos-14-xlarge
15+
runs-on: macos-15-xlarge
1616

1717
timeout-minutes: 8
1818

@@ -22,10 +22,10 @@ jobs:
2222
- uses: actions/checkout@v4
2323

2424
- name: Select Xcode
25-
run: sudo xcode-select -switch /Applications/Xcode_15.4.app
25+
run: sudo xcode-select -switch /Applications/Xcode_16.2.app
2626

2727
- name: Xcode version
2828
run: /usr/bin/xcodebuild -version
2929

3030
- name: Build and Test
31-
run: xcodebuild clean build test -workspace EssentialApp/EssentialApp.xcworkspace -scheme "CI_iOS" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 15 Pro,OS=17.5" ONLY_ACTIVE_ARCH=YES
31+
run: xcodebuild clean build test -workspace EssentialApp/EssentialApp.xcworkspace -scheme "CI_iOS" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 16 Pro,OS=18.2" ONLY_ACTIVE_ARCH=YES

.github/workflows/CI-macOS.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# This workflow contains a single job called "build-and-test"
1313
build-and-test:
1414
# The type of runner that the job will run on
15-
runs-on: macos-14
15+
runs-on: macos-15
1616

1717
timeout-minutes: 8
1818

@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323

2424
- name: Select Xcode
25-
run: sudo xcode-select -switch /Applications/Xcode_15.4.app
25+
run: sudo xcode-select -switch /Applications/Xcode_16.2.app
2626

2727
- name: Xcode version
2828
run: /usr/bin/xcodebuild -version

.github/workflows/Deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# This workflow contains a single job called "build-and-deploy"
1313
build-and-deploy:
1414
# The type of runner that the job will run on
15-
runs-on: macos-14
15+
runs-on: macos-15
1616

1717
# Steps represent a sequence of tasks that will be executed as part of the job
1818
steps:
@@ -36,7 +36,7 @@ jobs:
3636
security set-key-partition-list -S apple-tool:,apple: -s -k "" ~/Library/Keychains/build.keychain
3737
3838
- name: Select Xcode
39-
run: sudo xcode-select -switch /Applications/Xcode_15.4.app
39+
run: sudo xcode-select -switch /Applications/Xcode_16.2.app
4040

4141
- name: Xcode version
4242
run: /usr/bin/xcodebuild -version

EssentialApp/EssentialApp.xcodeproj/project.pbxproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
attributes = {
249249
BuildIndependentTargetsInParallel = YES;
250250
LastSwiftUpdateCheck = 1120;
251-
LastUpgradeCheck = 1530;
251+
LastUpgradeCheck = 1620;
252252
ORGANIZATIONNAME = "Essential Developer";
253253
TargetAttributes = {
254254
0895DA82234B3B950031BB2D = {
@@ -540,7 +540,6 @@
540540
0895DAA6234B3B980031BB2D /* Debug */ = {
541541
isa = XCBuildConfiguration;
542542
buildSettings = {
543-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
544543
BUNDLE_LOADER = "$(TEST_HOST)";
545544
CLANG_ENABLE_MODULES = YES;
546545
CODE_SIGN_STYLE = Automatic;
@@ -567,7 +566,6 @@
567566
0895DAA7234B3B980031BB2D /* Release */ = {
568567
isa = XCBuildConfiguration;
569568
buildSettings = {
570-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
571569
BUNDLE_LOADER = "$(TEST_HOST)";
572570
CLANG_ENABLE_MODULES = YES;
573571
CODE_SIGN_STYLE = Automatic;

EssentialApp/EssentialApp.xcworkspace/xcshareddata/xcschemes/CI_iOS.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1530"
3+
LastUpgradeVersion = "1620"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

EssentialApp/EssentialApp.xcworkspace/xcshareddata/xcschemes/EssentialApp.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1530"
3+
LastUpgradeVersion = "1620"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

EssentialFeed/EssentialFeed.xcodeproj/project.pbxproj

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@
10541054
attributes = {
10551055
BuildIndependentTargetsInParallel = YES;
10561056
LastSwiftUpdateCheck = 1020;
1057-
LastUpgradeCheck = 1530;
1057+
LastUpgradeCheck = 1620;
10581058
ORGANIZATIONNAME = "Essential Developer";
10591059
TargetAttributes = {
10601060
080EDEF021B6DA7E00813479 = {
@@ -1528,7 +1528,6 @@
15281528
DYLIB_COMPATIBILITY_VERSION = 1;
15291529
DYLIB_CURRENT_VERSION = 1;
15301530
DYLIB_INSTALL_NAME_BASE = "@rpath";
1531-
ENABLE_MODULE_VERIFIER = YES;
15321531
FRAMEWORK_VERSION = A;
15331532
INFOPLIST_FILE = EssentialFeed/Info.plist;
15341533
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -1563,7 +1562,6 @@
15631562
DYLIB_COMPATIBILITY_VERSION = 1;
15641563
DYLIB_CURRENT_VERSION = 1;
15651564
DYLIB_INSTALL_NAME_BASE = "@rpath";
1566-
ENABLE_MODULE_VERIFIER = YES;
15671565
FRAMEWORK_VERSION = A;
15681566
INFOPLIST_FILE = EssentialFeed/Info.plist;
15691567
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -1587,7 +1585,6 @@
15871585
080EDF0921B6DA7E00813479 /* Debug */ = {
15881586
isa = XCBuildConfiguration;
15891587
buildSettings = {
1590-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
15911588
CLANG_ENABLE_MODULES = YES;
15921589
CODE_SIGN_STYLE = Automatic;
15931590
COMBINE_HIDPI_IMAGES = YES;
@@ -1612,7 +1609,6 @@
16121609
080EDF0A21B6DA7E00813479 /* Release */ = {
16131610
isa = XCBuildConfiguration;
16141611
buildSettings = {
1615-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
16161612
CLANG_ENABLE_MODULES = YES;
16171613
CODE_SIGN_STYLE = Automatic;
16181614
COMBINE_HIDPI_IMAGES = YES;
@@ -1732,7 +1728,6 @@
17321728
DYLIB_COMPATIBILITY_VERSION = 1;
17331729
DYLIB_CURRENT_VERSION = 1;
17341730
DYLIB_INSTALL_NAME_BASE = "@rpath";
1735-
ENABLE_MODULE_VERIFIER = YES;
17361731
INFOPLIST_FILE = EssentialFeediOS/Info.plist;
17371732
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
17381733
LD_RUNPATH_SEARCH_PATHS = (
@@ -1767,7 +1762,6 @@
17671762
DYLIB_COMPATIBILITY_VERSION = 1;
17681763
DYLIB_CURRENT_VERSION = 1;
17691764
DYLIB_INSTALL_NAME_BASE = "@rpath";
1770-
ENABLE_MODULE_VERIFIER = YES;
17711765
INFOPLIST_FILE = EssentialFeediOS/Info.plist;
17721766
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
17731767
LD_RUNPATH_SEARCH_PATHS = (
@@ -1794,7 +1788,6 @@
17941788
08D917B522B92A5D003BC31B /* Debug */ = {
17951789
isa = XCBuildConfiguration;
17961790
buildSettings = {
1797-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
17981791
CLANG_ENABLE_MODULES = YES;
17991792
CODE_SIGN_IDENTITY = "iPhone Developer";
18001793
CODE_SIGN_STYLE = Automatic;
@@ -1821,7 +1814,6 @@
18211814
08D917B622B92A5D003BC31B /* Release */ = {
18221815
isa = XCBuildConfiguration;
18231816
buildSettings = {
1824-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
18251817
CLANG_ENABLE_MODULES = YES;
18261818
CODE_SIGN_IDENTITY = "iPhone Developer";
18271819
CODE_SIGN_STYLE = Automatic;

EssentialFeed/EssentialFeed.xcodeproj/xcshareddata/xcschemes/CI_macOS.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1530"
3+
LastUpgradeVersion = "1620"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

EssentialFeed/EssentialFeed.xcodeproj/xcshareddata/xcschemes/EssentialFeed.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1530"
3+
LastUpgradeVersion = "1620"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

EssentialFeed/EssentialFeed.xcodeproj/xcshareddata/xcschemes/EssentialFeedAPIEndToEndTests.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1530"
3+
LastUpgradeVersion = "1620"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)