-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Disable Xcode15 upload for now * Release 17.3.1
- Loading branch information
Showing
8 changed files
with
34 additions
and
28 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 |
---|---|---|
|
@@ -183,32 +183,32 @@ jobs: | |
asset_path: ./build/Airship.xcframeworks.zip | ||
asset_name: Airship.xcframeworks.zip | ||
asset_content_type: application/zip | ||
- name: Upload Xcode15 zip distribution | ||
uses: actions/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
upload_url: ${{ steps.create_release.outputs.upload_url }} | ||
asset_path: ./buildXcode15/Airship.zip | ||
asset_name: Airship-Xcode15.zip | ||
asset_content_type: application/zip | ||
- name: Upload Xcode 15 carthage zip distribution | ||
uses: actions/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
upload_url: ${{ steps.create_release.outputs.upload_url }} | ||
asset_path: ./buildXcode15/Airship.xcframeworks.zip | ||
asset_name: Airship-Xcode15.xcframeworks.zip | ||
asset_content_type: application/zip | ||
# - name: Upload Xcode15 zip distribution | ||
# uses: actions/[email protected] | ||
# env: | ||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
# with: | ||
# upload_url: ${{ steps.create_release.outputs.upload_url }} | ||
# asset_path: ./buildXcode15/Airship.zip | ||
# asset_name: Airship-Xcode15.zip | ||
# asset_content_type: application/zip | ||
# - name: Upload Xcode 15 carthage zip distribution | ||
# uses: actions/[email protected] | ||
# env: | ||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
# with: | ||
# upload_url: ${{ steps.create_release.outputs.upload_url }} | ||
# asset_path: ./buildXcode15/Airship.xcframeworks.zip | ||
# asset_name: Airship-Xcode15.xcframeworks.zip | ||
# asset_content_type: application/zip | ||
- name: Update prebuilt Xcode 14 repo | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.IOS_DEPLOY_PREBUILT_PAT }} | ||
run: gh --repo urbanairship/ios-library-prebuilt workflow run release.yml | ||
- name: Update prebuilt Xcode 15 repo | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.IOS_DEPLOY_PREBUILT_PAT }} | ||
run: gh --repo urbanairship/ios-library-prebuilt --ref xcode-15 workflow run release.yml | ||
# - name: Update prebuilt Xcode 15 repo | ||
# env: | ||
# GITHUB_TOKEN: ${{ secrets.IOS_DEPLOY_PREBUILT_PAT }} | ||
# run: gh --repo urbanairship/ios-library-prebuilt --ref xcode-15 workflow run release.yml | ||
- name: Slack Notification | ||
uses: homoluctus/slatify@master | ||
if: always() | ||
|
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,4 +1,4 @@ | ||
AIRSHIP_VERSION="17.3.0" | ||
AIRSHIP_VERSION="17.3.1" | ||
|
||
Pod::Spec.new do |s| | ||
s.version = AIRSHIP_VERSION | ||
|
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,6 +1,6 @@ | ||
//* Copyright Airship and Contributors */ | ||
|
||
CURRENT_PROJECT_VERSION = 17.3.0 | ||
CURRENT_PROJECT_VERSION = 17.3.1 | ||
|
||
// Uncomment to include the preview build warning | ||
// OTHER_CFLAGS = $(inherited) -DUA_PREVIEW=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
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,4 +1,4 @@ | ||
AIRSHIP_VERSION="17.3.0" | ||
AIRSHIP_VERSION="17.3.1" | ||
|
||
Pod::Spec.new do |s| | ||
s.version = AIRSHIP_VERSION | ||
|
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,4 +1,4 @@ | ||
AIRSHIP_VERSION="17.3.0" | ||
AIRSHIP_VERSION="17.3.1" | ||
|
||
Pod::Spec.new do |s| | ||
s.version = AIRSHIP_VERSION | ||
|
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,4 +1,4 @@ | ||
AIRSHIP_VERSION="17.3.0" | ||
AIRSHIP_VERSION="17.3.1" | ||
|
||
Pod::Spec.new do |s| | ||
s.version = AIRSHIP_VERSION | ||
|
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