-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # Kukai Mobile.xcodeproj/project.pbxproj # Kukai Mobile/Info.plist # Kukai Mobile/Services/WalletConnectService.swift
- Loading branch information
Showing
98 changed files
with
3,167 additions
and
1,268 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 |
---|---|---|
|
@@ -8,10 +8,10 @@ on: | |
jobs: | ||
deploy: | ||
name: Deploying to Testflight | ||
runs-on: macos-14 | ||
runs-on: macos-15 | ||
steps: | ||
- name: Select Xcode version | ||
run: sudo xcode-select -s '/Applications/Xcode_15.4.app/Contents/Developer' | ||
run: sudo xcode-select -s '/Applications/Xcode_16.app/Contents/Developer' | ||
|
||
- name: Checkout repository | ||
uses: actions/[email protected] | ||
|
@@ -31,7 +31,7 @@ jobs: | |
echo "BUILD_PROVISION_PROFILE_BASE64=${{ secrets.BUILD_PROVISION_PROFILE_BASE64 }}" >> $GITHUB_ENV | ||
- name: Setup env varibales for develop | ||
if: github.ref == 'refs/heads/develop' | ||
if: github.ref != 'refs/heads/main' | ||
run: | | ||
echo "BUILD_PROVISION_PROFILE_BASE64=${{ secrets.BUILD_PROVISION_PROFILE_BETA_BASE64 }}" >> $GITHUB_ENV | ||
|
@@ -74,7 +74,7 @@ jobs: | |
|
||
# Auto increment build number on Dev builds only to avoid mismatch between TestFlight setups | ||
- name: Auto update build number | ||
if: github.ref == 'refs/heads/develop' | ||
if: github.ref != 'refs/heads/main' | ||
run: agvtool next-version -all | ||
|
||
# Build and archive for main or develop | ||
|
@@ -83,7 +83,7 @@ jobs: | |
run: xcodebuild -scheme "Kukai Mobile Release" -sdk iphoneos -configuration Release -archivePath $PWD/build/Kukai-mobile.xcarchive clean archive | ||
|
||
- name: Build and Archive | ||
if: github.ref == 'refs/heads/develop' | ||
if: github.ref != 'refs/heads/main' | ||
run: xcodebuild -scheme "Kukai Mobile Beta" -sdk iphoneos -configuration Beta -archivePath $PWD/build/Kukai-mobile.xcarchive clean archive | ||
|
||
# Export .ipa for main or develop | ||
|
@@ -92,7 +92,7 @@ jobs: | |
run: xcodebuild -archivePath $PWD/build/Kukai-mobile.xcarchive -exportOptionsPlist "Kukai Mobile/ExportOptions.plist" -exportPath $PWD/build -allowProvisioningUpdates -exportArchive | ||
|
||
- name: Export .ipa | ||
if: github.ref == 'refs/heads/develop' | ||
if: github.ref != 'refs/heads/main' | ||
run: xcodebuild -archivePath $PWD/build/Kukai-mobile.xcarchive -exportOptionsPlist "Kukai Mobile/ExportOptions-Beta.plist" -exportPath $PWD/build -allowProvisioningUpdates -exportArchive | ||
|
||
|
||
|
@@ -123,7 +123,7 @@ jobs: | |
fi | ||
- name: Commit new version number | ||
if: ${{ github.ref == 'refs/heads/develop' && success() }} | ||
if: ${{ github.ref != 'refs/heads/main' && success() }} | ||
run: | | ||
git add . | ||
git commit -m "bump 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 |
---|---|---|
|
@@ -10,10 +10,10 @@ on: | |
jobs: | ||
deploy: | ||
name: Running unit tests | ||
runs-on: macos-14 | ||
runs-on: macos-15 | ||
steps: | ||
- name: Select Xcode version | ||
run: sudo xcode-select -s '/Applications/Xcode_15.4.app/Contents/Developer' | ||
run: sudo xcode-select -s '/Applications/Xcode_16.app/Contents/Developer' | ||
|
||
- name: Checkout repository | ||
uses: actions/[email protected] | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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
2 changes: 1 addition & 1 deletion
2
Kukai Mobile.xcodeproj/xcshareddata/xcschemes/Kukai Mobile Beta.xcscheme
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
2 changes: 1 addition & 1 deletion
2
Kukai Mobile.xcodeproj/xcshareddata/xcschemes/Kukai Mobile Debug.xcscheme
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
2 changes: 1 addition & 1 deletion
2
Kukai Mobile.xcodeproj/xcshareddata/xcschemes/Kukai Mobile Release.xcscheme
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 |
---|---|---|
|
@@ -33,6 +33,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate { | |
SentrySDK.start { options in | ||
options.dsn = "https://[email protected]/4505443257024512" | ||
options.enableWatchdogTerminationTracking = false | ||
options.enableSigtermReporting = false | ||
options.beforeSend = { (event) -> Event? in | ||
|
||
// Scrub any identifiable data to keep users anonymous | ||
|
16 changes: 16 additions & 0 deletions
16
Kukai Mobile/Assets.xcassets/Icons/Masters/template/CustomPath.imageset/Contents.json
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,16 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "CustomPath.svg", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
}, | ||
"properties" : { | ||
"preserves-vector-representation" : true, | ||
"template-rendering-intent" : "template" | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
...obile/Assets.xcassets/Icons/Masters/template/CustomPath.imageset/CustomPath.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions
16
Kukai Mobile/Assets.xcassets/Icons/Masters/template/WalletLedgerMenu.imageset/Contents.json
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,16 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "WalletLedger.svg", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
}, | ||
"properties" : { | ||
"preserves-vector-representation" : true, | ||
"template-rendering-intent" : "template" | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
...sets.xcassets/Icons/Masters/template/WalletLedgerMenu.imageset/WalletLedger.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions
16
Kukai Mobile/Assets.xcassets/Icons/Masters/template/arrow-dashed-left.imageset/Contents.json
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,16 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "arrow-dashed-left.svg", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
}, | ||
"properties" : { | ||
"preserves-vector-representation" : true, | ||
"template-rendering-intent" : "template" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
...cassets/Icons/Masters/template/arrow-dashed-left.imageset/arrow-dashed-left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions
16
...i Mobile/Assets.xcassets/Icons/Masters/template/arrow-dashed-right.imageset/Contents.json
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,16 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "arrow-dashed-right.svg", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
}, | ||
"properties" : { | ||
"preserves-vector-representation" : true, | ||
"template-rendering-intent" : "template" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
...ssets/Icons/Masters/template/arrow-dashed-right.imageset/arrow-dashed-right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions
16
Kukai Mobile/Assets.xcassets/Icons/Masters/template/ledger-logo.imageset/Contents.json
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,16 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "ledger-logo.svg", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
}, | ||
"properties" : { | ||
"preserves-vector-representation" : true, | ||
"template-rendering-intent" : "template" | ||
} | ||
} |
10 changes: 10 additions & 0 deletions
10
...ile/Assets.xcassets/Icons/Masters/template/ledger-logo.imageset/ledger-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Oops, something went wrong.