-
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.
Added iOS Support to Komoju Payment SDK (#71)
* Added ios Support * Deleted Image * Lint fixup * Renamed ios to komoju-ios-sdk and the name of the framework is KomojuSDK in iOS * Added CI based lint checks * lint only for sdk * lint only for sdk * lint only for sdk * Added LICENSE and deployment steps * A few changes * A few changes
- Loading branch information
Showing
56 changed files
with
2,796 additions
and
20 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
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ name: Verify PR | |
|
||
on: | ||
pull_request: | ||
types: [opened, synchronize, reopened, ready_for_review] | ||
types: [ opened, synchronize, reopened, ready_for_review ] | ||
|
||
concurrency: | ||
group: github-${{ github.ref }} | ||
|
@@ -42,4 +42,16 @@ jobs: | |
distribution: zulu | ||
java-version: 17 | ||
- name: Run Gradle | ||
run: ./gradlew :komoju-android-sdk:lintDebug | ||
run: ./gradlew :komoju-android-sdk:lintDebug | ||
swiftlint: | ||
runs-on: ubuntu-latest | ||
name: SwiftLint | ||
if: github.event.pull_request.draft == false | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- name: swiftLint on ios sdk | ||
uses: norio-nomura/[email protected] | ||
with: | ||
args: --strict | ||
env: | ||
WORKING_DIRECTORY: komoju-ios-sdk |
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,2 @@ | ||
dev.xcconfig | ||
live.xcconfig |
Oops, something went wrong.