Skip to content

Commit

Permalink
PIA-906: Build iOS app with XCode 14
Browse files Browse the repository at this point in the history
  • Loading branch information
kp-laura-sempere committed Nov 27, 2023
1 parent 61d5192 commit 18fee7e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3

- name: Select XCode version
run: sudo xcode-select -s /Applications/Xcode_15.0.app
run: sudo xcode-select -s /Applications/Xcode_14.3.1.app

- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testflight_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v3

- name: Select XCode version
run: sudo xcode-select -s /Applications/Xcode_15.0.app
run: sudo xcode-select -s /Applications/Xcode_14.3.1.app

- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand Down
4 changes: 2 additions & 2 deletions PIA VPN.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 52;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -4438,7 +4438,7 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/pia-foss/mobile-ios-library.git";
requirement = {
branch = "PIA-906_xcode14_compatibility";
branch = master;
kind = branch;
};
};
Expand Down

0 comments on commit 18fee7e

Please sign in to comment.