We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b74ed6e commit 80208b1Copy full SHA for 80208b1
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/checkout@v4
25
- uses: maxim-lobanov/setup-xcode@v1
26
with:
27
- xcode-version: latest-stable
+ xcode-version: '16.2'
28
29
- name: Bootstrap
30
run: make bootstrap
Makefile
@@ -92,5 +92,5 @@ releaseCocoaPods:
92
# I think we can do without these next 2 steps but let's leave it for now
93
set -o pipefail && xcrun xcodebuild -downloadAllPlatforms
94
# install Apple Vision Pro
95
- xcrun simctl create "Apple Vision Pro" "Apple Vision Pro" "xros2.1"
+ xcrun simctl create "Apple Vision Pro" "Apple Vision Pro" "xros2.2"
96
pod trunk push PostHog.podspec --allow-warnings
0 commit comments