-
Notifications
You must be signed in to change notification settings - Fork 30
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 #1504 from NYPL-Simplified/release/simplye/3.8.0
Merge SimplyE 3.8.0 to master
- Loading branch information
Showing
107 changed files
with
1,503 additions
and
987 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 |
---|---|---|
|
@@ -43,13 +43,6 @@ jobs: | |
with: | ||
submodules: true | ||
token: ${{ secrets.IOS_DEV_CI_PAT }} | ||
- name: Checkout Axis DRM | ||
if: needs.version-check.outputs.openebooks_changed == '1' | ||
uses: actions/[email protected] | ||
with: | ||
repository: NYPL-Simplified/Axis-iOS | ||
token: ${{ secrets.IOS_DEV_CI_PAT }} | ||
path: ./Axis-iOS | ||
- name: Checkout Adobe RMSDK | ||
if: needs.version-check.outputs.simplye_changed == '1' | ||
uses: actions/[email protected] | ||
|
@@ -104,12 +97,6 @@ jobs: | |
env: | ||
BUILD_CONTEXT: ci | ||
GITHUB_TOKEN: ${{ secrets.IOS_DEV_CI_PAT }} | ||
- name: Upload SimplyE to iOS-binaries | ||
if: needs.version-check.outputs.simplye_changed == '1' && startsWith(github.ref, 'refs/heads/release/') | ||
run: ./scripts/ios-binaries-upload.sh simplye | ||
env: | ||
BUILD_CONTEXT: ci | ||
GITHUB_TOKEN: ${{ secrets.IOS_DEV_CI_PAT }} | ||
- name: Export SimplyE for App Store | ||
if: needs.version-check.outputs.simplye_changed == '1' && startsWith(github.ref, 'refs/heads/release/') | ||
run: ./scripts/xcode-export-appstore.sh simplye | ||
|
@@ -142,12 +129,6 @@ jobs: | |
env: | ||
BUILD_CONTEXT: ci | ||
GITHUB_TOKEN: ${{ secrets.IOS_DEV_CI_PAT }} | ||
- name: Upload Open eBooks to iOS-binaries | ||
if: needs.version-check.outputs.openebooks_changed == '1' && startsWith(github.ref, 'refs/heads/release/') | ||
run: ./scripts/ios-binaries-upload.sh openebooks | ||
env: | ||
BUILD_CONTEXT: ci | ||
GITHUB_TOKEN: ${{ secrets.IOS_DEV_CI_PAT }} | ||
- name: Export Open eBooks for App Store | ||
if: needs.version-check.outputs.openebooks_changed == '1' && startsWith(github.ref, 'refs/heads/release/') | ||
run: ./scripts/xcode-export-appstore.sh openebooks | ||
|
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 |
---|---|---|
|
@@ -13,12 +13,6 @@ jobs: | |
with: | ||
submodules: true | ||
token: ${{ secrets.IOS_DEV_CI_PAT }} | ||
- name: Checkout Axis DRM | ||
uses: actions/[email protected] | ||
with: | ||
repository: NYPL-Simplified/Axis-iOS | ||
token: ${{ secrets.IOS_DEV_CI_PAT }} | ||
path: ./Axis-iOS | ||
- name: Checkout Adobe RMSDK | ||
uses: actions/[email protected] | ||
with: | ||
|
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 |
---|---|---|
|
@@ -13,4 +13,3 @@ Carthage* | |
**/GoogleService-Info.plist | ||
**/NYPLSecrets.swift | ||
fastlane/report.xml | ||
Axis-iOS |
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 |
---|---|---|
|
@@ -16,3 +16,6 @@ | |
[submodule "CardCreator-iOS"] | ||
path = CardCreator-iOS | ||
url = https://github.com/NYPL-Simplified/CardCreator-iOS.git | ||
[submodule "Axis-iOS"] | ||
path = Axis-iOS | ||
url = [email protected]:NYPL-Simplified/Axis-iOS.git |
Submodule CardCreator-iOS
updated
19 files
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
Submodule NYPLAEToolkit
updated
from 047eb9 to 0696c9
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.