This repository has been archived by the owner on Jan 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from justeat/fix-package
Fix package and use SPM in demo app
- Loading branch information
Showing
73 changed files
with
773 additions
and
1,633 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 |
---|---|---|
|
@@ -22,14 +22,17 @@ jobs: | |
uses: ruby/[email protected] | ||
with: | ||
bundler-cache: true | ||
- name: Run pod install | ||
- name: Build for testing | ||
run: | | ||
set -eo pipefail | ||
export LIB_VERSION=$(git describe --tags `git rev-list --tags --max-count=1`) | ||
bundle exec pod install --project-directory=Example | ||
- name: Run tests | ||
run: bundle exec fastlane unit_tests device:'iPhone 11' | ||
- name: Validate lib | ||
xcodebuild build-for-testing \ | ||
-scheme Shock \ | ||
-destination "platform=iOS Simulator,OS=15.2,name=iPhone 13" | ||
- name: Test without building | ||
run: | | ||
xcodebuild test-without-building \ | ||
-scheme Shock \ | ||
-destination "platform=iOS Simulator,OS=15.2,name=iPhone 13" | ||
- name: Validate pod | ||
run: | | ||
set -eo pipefail | ||
export LIB_VERSION=$(git describe --tags `git rev-list --tags --max-count=1`) | ||
|
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,2 +1 @@ | ||
2.5.3 | ||
|
||
3.0.2 |
2 changes: 1 addition & 1 deletion
2
...ject.xcworkspace/contents.xcworkspacedata → ...kage.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Oops, something went wrong.