-
-
Notifications
You must be signed in to change notification settings - Fork 307
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into muukii/support-hdr
- Loading branch information
Showing
56 changed files
with
3,688 additions
and
1,406 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,48 +4,26 @@ on: | |
push: | ||
|
||
jobs: | ||
swiftuidemo: | ||
runs-on: macos-12 | ||
|
||
steps: | ||
- uses: maxim-lobanov/[email protected] | ||
with: | ||
xcode-version: "14.2" | ||
- uses: actions/checkout@v2 | ||
- name: Build demo app | ||
run: xcodebuild -project ./Dev/Brightroom.xcodeproj -scheme SwiftUIDemo -destination 'platform=iOS Simulator,name=iPhone 8,OS=16.2' | xcpretty | ||
|
||
demo: | ||
runs-on: macos-12 | ||
|
||
steps: | ||
- uses: maxim-lobanov/[email protected] | ||
with: | ||
xcode-version: "14.2" | ||
- uses: actions/checkout@v2 | ||
- name: Build demo app | ||
run: xcodebuild -project ./Dev/Brightroom.xcodeproj -scheme Demo -destination 'platform=iOS Simulator,name=iPhone 8,OS=16.2' | xcpretty | ||
|
||
test: | ||
runs-on: macos-12 | ||
runs-on: macos-14 | ||
|
||
steps: | ||
- uses: maxim-lobanov/[email protected] | ||
with: | ||
xcode-version: "14.2" | ||
xcode-version: "15.2" | ||
- uses: actions/checkout@v2 | ||
with: | ||
submodules: true | ||
- name: Test | ||
run: xcodebuild -project ./Dev/Brightroom.xcodeproj -scheme BrightroomEngineTests test -destination 'platform=iOS Simulator,name=iPhone 8,OS=16.2' | xcpretty | ||
run: set -o pipefail && xcodebuild -project ./Dev/Brightroom.xcodeproj -scheme BrightroomEngineTests test -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=17.0.1' -skipMacroValidation -skipPackagePluginValidation | xcpretty | ||
|
||
swiftpm: | ||
runs-on: macos-12 | ||
runs-on: macos-14 | ||
|
||
steps: | ||
- uses: maxim-lobanov/[email protected] | ||
with: | ||
xcode-version: "14.2" | ||
xcode-version: "15.2" | ||
- uses: actions/checkout@v2 | ||
- name: Build | ||
run: xcodebuild -scheme BrightroomUI -destination 'platform=iOS Simulator,name=iPhone 8,OS=16.2' | xcpretty | ||
run: xcodebuild -scheme BrightroomUI -destination 'generic/platform=iOS Simulator' -skipMacroValidation -skipPackagePluginValidation | xcpretty |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "submodules/muukii/Reveal-SDK"] | ||
path = submodules/muukii/Reveal-SDK | ||
url = https://github.com/muukii/Reveal-SDK.git |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.