-
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.
- Loading branch information
1 parent
8f3f025
commit d8c333c
Showing
22 changed files
with
162 additions
and
407 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
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 |
---|---|---|
|
@@ -4,9 +4,7 @@ on: | |
push: | ||
branches: | ||
- main | ||
pull_request: | ||
branches: | ||
- main | ||
pull_request: | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | ||
|
@@ -16,6 +14,9 @@ jobs: | |
build: | ||
runs-on: macos-latest | ||
steps: | ||
- name: Check Xcode version | ||
run: /usr/bin/xcodebuild -version | ||
|
||
- name: Checkout Repo | ||
uses: actions/checkout@v4 | ||
|
||
|
@@ -26,20 +27,20 @@ jobs: | |
distribution: 'temurin' | ||
cache: gradle | ||
|
||
- name: Grant execute permission for gradlew | ||
run: chmod +x gradlew | ||
|
||
- shell: bash | ||
run: ./gradlew generateDummyFramework | ||
|
||
- name: Set up cocoapods | ||
uses: maxim-lobanov/setup-cocoapods@v1 | ||
with: | ||
version: latest | ||
|
||
- name: Install cocoapods | ||
shell: bash | ||
run: ./gradlew podInstall | ||
- name: Setup gradle | ||
uses: gradle/gradle-build-action@v2 | ||
with: | ||
gradle-home-cache-cleanup: true | ||
|
||
- name: Build with Gradle | ||
run: ./gradlew iosSimulatorArm64Binaries | ||
- name: Build App | ||
uses: yukiarrr/[email protected] | ||
with: | ||
project-path: iosApp/iosApp.xcodeproj | ||
p12-base64: ${{ secrets.IOS_DEV_CERT }} | ||
mobileprovision-base64: ${{ secrets.IOS_PROVISIONING_PROFILE }} | ||
code-signing-identity: "Geoff Powell" | ||
configuration: "Debug" | ||
certificate-password: ${{ secrets.IOS_CERT_PASSWORD }} | ||
scheme: "iosApp" | ||
build-destination: "generic/platform=iOS" | ||
team-id: ${{ secrets.IOS_TEAM_ID }} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
android/src/main/java/com/greenmiststudios/tidy/Application.kt
This file was deleted.
Oops, something went wrong.
63 changes: 0 additions & 63 deletions
63
android/src/main/java/com/greenmiststudios/tidy/MainActivity.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.