-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Platform Updates and Watch Example * Rename Example Folder * build.yml * Update Dependencies * Platform Adjustments * Build only on Push
- Loading branch information
1 parent
cee1f84
commit 7d120fd
Showing
32 changed files
with
315 additions
and
12 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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
name: Build Project | ||
|
||
on: | ||
push: | ||
|
||
jobs: | ||
build: | ||
runs-on: macos-latest | ||
|
||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
|
||
- name: Apple Xcode Select | ||
uses: BoundfoxStudios/action-xcode-select@v1 | ||
with: | ||
version: latest | ||
beta: false | ||
|
||
- name: Build iOS | ||
uses: sersoft-gmbh/xcodebuild-action@v3 | ||
with: | ||
project: Example/MonarchExample.xcodeproj | ||
scheme: MonarchExample | ||
destination: generic/platform=iOS Simulator | ||
action: build | ||
|
||
- name: Build Mac Raw | ||
run: swift build | ||
|
||
- name: Build Watch | ||
uses: sersoft-gmbh/xcodebuild-action@v3 | ||
with: | ||
project: Example/MonarchExample.xcodeproj | ||
scheme: MonarchExampleWatch | ||
destination: generic/platform=watchOS Simulator | ||
action: build |
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
File renamed without changes.
File renamed without changes.
7 changes: 4 additions & 3 deletions
7
...ace/xcshareddata/swiftpm/Package.resolved → ...ace/xcshareddata/swiftpm/Package.resolved
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 |
---|---|---|
@@ -1,14 +1,15 @@ | ||
{ | ||
"originHash" : "ad15f50e12124a94980711656e5176370bd36f23465187b9b6ace948b23f7401", | ||
"pins" : [ | ||
{ | ||
"identity" : "hierarchyresponder", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/EmilioPelaez/HierarchyResponder", | ||
"state" : { | ||
"revision" : "3d244b107ae0de16a8a561ea11c658558d26f3a6", | ||
"version" : "1.1.3" | ||
"revision" : "c84b39d4a1dcff746bc441c7eaab953e0df068fd", | ||
"version" : "1.1.7" | ||
} | ||
} | ||
], | ||
"version" : 2 | ||
"version" : 3 | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 11 additions & 0 deletions
11
Example/MonarchExampleWatch/Assets.xcassets/AccentColor.colorset/Contents.json
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,11 @@ | ||
{ | ||
"colors" : [ | ||
{ | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
Oops, something went wrong.