Skip to content

Commit

Permalink
Merge pull request #1237 from Shopify/release/2024-07-auto-generated
Browse files Browse the repository at this point in the history
Update Schema to `2024-07` Release
  • Loading branch information
cocoahero authored Jul 16, 2024
2 parents 6bd23c2 + 7346b3f commit 5517ba8
Show file tree
Hide file tree
Showing 153 changed files with 6,162 additions and 12,982 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
echo "Generating schema for $API_VERSION"
./Scripts/build $API_VERSION
git add ./Buy/Generated
git config user.name github-actions
git config user.email github-actions@github.com
git commit -m "Update schema (auto-generated)"
git config user.name "${GITHUB_ACTOR}"
git config user.email "${GITHUB_ACTOR_ID}+${GITHUB_ACTOR}@users.noreply.github.com"
git commit -m "Update schema for `${API_VERSION}` version."
git push --set-upstream --force origin $BRANCH_NAME
- name: Create pull request
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,5 @@ jobs:
- name: Test Buy Watch
run: ./Scripts/test_buy_watch

- name: Test Pay
run: ./Scripts/test_pay

- name: Test Swift Package
run: swift test 2>&1 | xcpretty
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ xcuserdata
## Obj-C/Swift specific
*.hmap
*.ipa

.swiftpm
77 changes: 0 additions & 77 deletions .swiftpm/xcode/xcshareddata/xcschemes/Buy.xcscheme

This file was deleted.

129 changes: 0 additions & 129 deletions .swiftpm/xcode/xcshareddata/xcschemes/Mobile Buy SDK-Package.xcscheme

This file was deleted.

77 changes: 0 additions & 77 deletions .swiftpm/xcode/xcshareddata/xcschemes/Pay.xcscheme

This file was deleted.

Loading

0 comments on commit 5517ba8

Please sign in to comment.