Skip to content

Commit e2bca52

Browse files
ymwang1984Yiming Wang
and
Yiming Wang
authored
Xcode 12.4 support (#477)
Co-authored-by: Yiming Wang <ymwang@linkedin.com>
1 parent c77080e commit e2bca52

File tree

5 files changed

+23
-23
lines changed

5 files changed

+23
-23
lines changed

.github/workflows/PR.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
steps:
1111
# actions/checkout@v2 but we use the SHA1 because tags can be re-written in git
1212
- uses: actions/checkout@722adc63f1aa60a57ec37892e133b1d319cae598
13-
- name: Select Xcode 12.3
14-
run: sudo xcode-select -s /Applications/Xcode_12.3.app
13+
- name: Select Xcode 12.4
14+
run: sudo xcode-select -s /Applications/Xcode_12.4.app
1515
- name: Run Bluepill tests
1616
run: ./scripts/bluepill.sh instance_tests1
1717
- name: Capture xcresult files
@@ -29,8 +29,8 @@ jobs:
2929
steps:
3030
# actions/checkout@v2 but we use the SHA1 because tags can be re-written in git
3131
- uses: actions/checkout@722adc63f1aa60a57ec37892e133b1d319cae598
32-
- name: Select Xcode 12.3
33-
run: sudo xcode-select -s /Applications/Xcode_12.3.app
32+
- name: Select Xcode 12.4
33+
run: sudo xcode-select -s /Applications/Xcode_12.4.app
3434
- name: Run Bluepill tests
3535
run: ./scripts/bluepill.sh instance_tests2
3636
- name: Capture xcresult files
@@ -48,8 +48,8 @@ jobs:
4848
steps:
4949
# actions/checkout@v2 but we use the SHA1 because tags can be re-written in git
5050
- uses: actions/checkout@722adc63f1aa60a57ec37892e133b1d319cae598
51-
- name: Select Xcode 12.3
52-
run: sudo xcode-select -s /Applications/Xcode_12.3.app
51+
- name: Select Xcode 12.4
52+
run: sudo xcode-select -s /Applications/Xcode_12.4.app
5353
- name: Run Bluepill tests
5454
run: ./scripts/bluepill.sh runner_tests
5555
- name: Capture xcresult files

.github/workflows/master.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
steps:
1616
# actions/checkout@v2 but we use the SHA1 because tags can be re-written in git
1717
- uses: actions/checkout@722adc63f1aa60a57ec37892e133b1d319cae598
18-
- name: Select Xcode 12.3
19-
run: sudo xcode-select -s /Applications/Xcode_12.3.app
18+
- name: Select Xcode 12.4
19+
run: sudo xcode-select -s /Applications/Xcode_12.4.app
2020
- name: Run Bluepill tests
2121
run: ./scripts/bluepill.sh instance_tests1
2222
- name: Capture xcresult files
@@ -34,8 +34,8 @@ jobs:
3434
steps:
3535
# actions/checkout@v2 but we use the SHA1 because tags can be re-written in git
3636
- uses: actions/checkout@722adc63f1aa60a57ec37892e133b1d319cae598
37-
- name: Select Xcode 12.3
38-
run: sudo xcode-select -s /Applications/Xcode_12.3.app
37+
- name: Select Xcode 12.4
38+
run: sudo xcode-select -s /Applications/Xcode_12.4.app
3939
- name: Run Bluepill tests
4040
run: ./scripts/bluepill.sh instance_tests2
4141
- name: Capture xcresult files
@@ -53,8 +53,8 @@ jobs:
5353
steps:
5454
# actions/checkout@v2 but we use the SHA1 because tags can be re-written in git
5555
- uses: actions/checkout@722adc63f1aa60a57ec37892e133b1d319cae598
56-
- name: Select Xcode 12.3
57-
run: sudo xcode-select -s /Applications/Xcode_12.3.app
56+
- name: Select Xcode 12.4
57+
run: sudo xcode-select -s /Applications/Xcode_12.4.app
5858
- name: Run Bluepill tests
5959
run: ./scripts/bluepill.sh runner_tests
6060
- name: Capture xcresult files

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
steps:
1414
# actions/checkout@v2 but we use the SHA1 because tags can be re-written in git
1515
- uses: actions/checkout@722adc63f1aa60a57ec37892e133b1d319cae598
16-
- name: Select Xcode 12.3
17-
run: sudo xcode-select -s /Applications/Xcode_12.3.app
16+
- name: Select Xcode 12.4
17+
run: sudo xcode-select -s /Applications/Xcode_12.4.app
1818
- name: Run Bluepill tests
1919
run: ./scripts/bluepill.sh instance_tests1
2020
- name: Capture xcresult files
@@ -32,8 +32,8 @@ jobs:
3232
steps:
3333
# actions/checkout@v2 but we use the SHA1 because tags can be re-written in git
3434
- uses: actions/checkout@722adc63f1aa60a57ec37892e133b1d319cae598
35-
- name: Select Xcode 12.3
36-
run: sudo xcode-select -s /Applications/Xcode_12.3.app
35+
- name: Select Xcode 12.4
36+
run: sudo xcode-select -s /Applications/Xcode_12.4.app
3737
- name: Run Bluepill tests
3838
run: ./scripts/bluepill.sh instance_tests2
3939
- name: Capture xcresult files
@@ -54,8 +54,8 @@ jobs:
5454
- name: Report event trigger data
5555
run: |
5656
echo "Event ${{ github.event_name }}, ref: ${{ github.ref }}"
57-
- name: Select Xcode 12.3
58-
run: sudo xcode-select -s /Applications/Xcode_12.3.app
57+
- name: Select Xcode 12.4
58+
run: sudo xcode-select -s /Applications/Xcode_12.4.app
5959
- name: Run Bluepill tests
6060
run: ./scripts/bluepill.sh runner_tests
6161
- name: Capture xcresult files

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ The exit code of Bluepill uses bit indicators which could represent multiple exi
103103

104104
## Requirements
105105

106-
Bluepill officially supports **Xcode 12.3**. If you're looking for old Xcode support, please checkout the following branches:
106+
Bluepill officially supports **Xcode 12.4**. If you're looking for old Xcode support, please checkout the following branches:
107107

108108
* [Xcode-10.0](https://github.com/linkedin/bluepill/tree/xcode-10.0) | [Xcode-10.1](https://github.com/linkedin/bluepill/tree/xcode-10.1) | [Xcode-10.2](https://github.com/linkedin/bluepill/tree/xcode-10.2) | [Xcode-10.3](https://github.com/linkedin/bluepill/tree/xcode-10.3)
109109
* [Xcode-11.0](https://github.com/linkedin/bluepill/tree/xcode-11.0) | [Xcode-11.1](https://github.com/linkedin/bluepill/tree/xcode-11.1) | [Xcode-11.2](https://github.com/linkedin/bluepill/tree/xcode-11.2) | [Xcode-11.3](https://github.com/linkedin/bluepill/tree/xcode-11.3) | [Xcode-11.4](https://github.com/linkedin/bluepill/tree/xcode-11.4) | [Xcode-11.5](https://github.com/linkedin/bluepill/tree/xcode-11.5)
110-
* [Xcode-12.0](https://github.com/linkedin/bluepill/tree/xcode-12.0) | [Xcode-12.2](https://github.com/linkedin/bluepill/tree/xcode-12.2) | [Xcode-12.3](https://github.com/linkedin/bluepill/tree/xcode-12.3)
110+
* [Xcode-12.0](https://github.com/linkedin/bluepill/tree/xcode-12.0) | [Xcode-12.2](https://github.com/linkedin/bluepill/tree/xcode-12.2) | [Xcode-12.3](https://github.com/linkedin/bluepill/tree/xcode-12.3) | [Xcode-12.4](https://github.com/linkedin/bluepill/tree/xcode-12.4)
111111

112112

113113
If you're looking for newer Xcode version support, try using Bluepill with `unsafe-skip-xcode-version-check` flag but make sure your app is tested with it and the underlying risks are understand.

bp/src/BPConstants.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
#import <Foundation/Foundation.h>
1111

1212
#pragma mark - Version Constants
13-
#define BP_DEFAULT_XCODE_VERSION "12.3"
14-
#define BP_DEFAULT_RUNTIME "iOS 14.3"
15-
#define BP_DEFAULT_BASE_SDK "14.3"
13+
#define BP_DEFAULT_XCODE_VERSION "12.4"
14+
#define BP_DEFAULT_RUNTIME "iOS 14.4"
15+
#define BP_DEFAULT_BASE_SDK "14.4"
1616

1717
#define BP_DEFAULT_DEVICE_TYPE "iPhone 8"
1818

0 commit comments

Comments
 (0)