Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- "**"
env:
CI_XCODE_15: /Applications/Xcode_15.4.0.app/Contents/Developer
CI_XCODE_16: /Applications/Xcode_16.1.0.app/Contents/Developer
CI_XCODE_16: /Applications/Xcode_16.4.0.app/Contents/Developer
jobs:
test-xcode:
env:
Expand All @@ -31,31 +31,31 @@ jobs:
developerDir: CI_XCODE_15
- name: Xcode 16
script: build:starters
iosVersion: '18.1'
iosVersion: '18.5'
iosDeviceModel: iPhone 16
watchOsVersion: '11.1'
watchOsVersion: '11.5'
watchDeviceModel: Apple Watch Series 10 (46mm)
tvOsVersion: '18.1'
tvOsVersion: '18.5'
tvDeviceModel: Apple TV
macosVersion: 14
macosVersion: 15
developerDir: CI_XCODE_16
# Core Module
- name: Core Module, iOS 17
script: test:ios
iosVersion: '17.5'
iosDeviceModel: iPhone 15
macosVersion: 15
developerDir: CI_XCODE_16
macosVersion: 14
developerDir: CI_XCODE_15
- name: Core Module, iOS 18
script: test:ios
iosVersion: '18.1'
iosVersion: '18.5'
iosDeviceModel: iPhone 16
macosVersion: 15
developerDir: CI_XCODE_16
- name: Core Module, macOS 14
script: test:macos
macosVersion: 14
developerDir: CI_XCODE_16
developerDir: CI_XCODE_15
- name: Core Module, macOS 15
script: test:macos
macosVersion: 15
Expand All @@ -65,11 +65,11 @@ jobs:
script: test:parse_live_query:ios
iosVersion: '17.5'
iosDeviceModel: iPhone 15
macosVersion: 15
developerDir: CI_XCODE_16
macosVersion: 14
developerDir: CI_XCODE_15
- name: LiveQuery Module, iOS 18
script: test:parse_live_query:ios
iosVersion: '18.1'
iosVersion: '18.5'
iosDeviceModel: iPhone 16
macosVersion: 15
developerDir: CI_XCODE_16
Expand All @@ -85,23 +85,23 @@ jobs:
script: test:parse_live_query:watchos
watchOsVersion: '10.5'
watchDeviceModel: Apple Watch Series 9 (45mm)
macosVersion: 15
macosVersion: 14
developerDir: CI_XCODE_15
- name: LiveQuery Module, watchOS 11
script: test:parse_live_query:watchos
watchOsVersion: '11.1'
watchOsVersion: '11.5'
watchDeviceModel: Apple Watch Series 10 (46mm)
macosVersion: 15
developerDir: CI_XCODE_16
- name: LiveQuery Module, tvOS 17
script: test:parse_live_query:tvos
tvOsVersion: '17.5'
tvDeviceModel: Apple TV
macosVersion: 15
developerDir: CI_XCODE_16
macosVersion: 14
developerDir: CI_XCODE_15
- name: LiveQuery Module, tvOS 18
script: test:parse_live_query:tvos
tvOsVersion: '18.1'
tvOsVersion: '18.5'
tvDeviceModel: Apple TV
macosVersion: 15
developerDir: CI_XCODE_16
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
plugin: xcode
file: ${{ env.COVERAGE_PATH }}
docs:
runs-on: macos-14
runs-on: macos-15
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-automated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches: [ master, release, alpha, beta ]
env:
CI_XCODE_16: /Applications/Xcode_16.1.0.app/Contents/Developer
CI_XCODE_16: /Applications/Xcode_16.4.0.app/Contents/Developer

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-manual-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
default: ''
description: 'Version tag:'
env:
CI_XCODE_16: /Applications/Xcode_16.1.0.app/Contents/Developer
CI_XCODE_16: /Applications/Xcode_16.4.0.app/Contents/Developer

jobs:
publish-docs:
Expand Down
26 changes: 26 additions & 0 deletions Parse/Parse.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2830,6 +2830,20 @@
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
39DAC2AD2E9FF6A000B88F5B /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 09D33641139C54930098E916 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 81C3821B19CCA89E0066284A;
remoteInfo = "Parse-iOS";
};
39DAC2AF2E9FF6AC00B88F5B /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 09D33641139C54930098E916 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 97010FAB1630B18F00AB761E;
remoteInfo = "Parse-macOS";
};
4AE33A2C1F5451B20088DCA0 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 09D33641139C54930098E916 /* Project object */;
Expand Down Expand Up @@ -6682,6 +6696,7 @@
buildRules = (
);
dependencies = (
39DAC2AE2E9FF6A000B88F5B /* PBXTargetDependency */,
4AE33A2D1F5451B20088DCA0 /* PBXTargetDependency */,
);
name = "ParseUnitTests-iOS";
Expand All @@ -6705,6 +6720,7 @@
buildRules = (
);
dependencies = (
39DAC2B02E9FF6AC00B88F5B /* PBXTargetDependency */,
);
name = "ParseUnitTests-macOS";
packageProductDependencies = (
Expand Down Expand Up @@ -8432,6 +8448,16 @@
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
39DAC2AE2E9FF6A000B88F5B /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 81C3821B19CCA89E0066284A /* Parse-iOS */;
targetProxy = 39DAC2AD2E9FF6A000B88F5B /* PBXContainerItemProxy */;
};
39DAC2B02E9FF6AC00B88F5B /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 97010FAB1630B18F00AB761E /* Parse-macOS */;
targetProxy = 39DAC2AF2E9FF6AC00B88F5B /* PBXContainerItemProxy */;
};
4AE33A2D1F5451B20088DCA0 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
platformFilter = ios;
Expand Down
Loading