This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 82
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 #576 from razeware/development
v1.0.7: 🐼mic
- Loading branch information
Showing
74 changed files
with
450 additions
and
603 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 |
---|---|---|
|
@@ -12,8 +12,8 @@ jobs: | |
|
||
steps: | ||
- uses: actions/checkout@v1 | ||
- name: Switch to Xcode 12 | ||
run: sudo xcode-select --switch /Applications/Xcode_12.app | ||
- name: Switch to Xcode 12.4 | ||
run: sudo xcode-select --switch /Applications/Xcode_12.4.app | ||
- name: Update fastlane | ||
run: | | ||
cd Emitron | ||
|
@@ -29,12 +29,12 @@ jobs: | |
scripts/download_s3.sh production > Emitron/Emitron/Configuration/secrets.production.xcconfig | ||
- name: Execute fastlane | ||
env: | ||
FASTLANE_USER: [email protected] | ||
FASTLANE_PASSWORD: ${{ secrets.FASTLANE_PASSWORD }} | ||
FASTLANE_SESSION: ${{ secrets.FASTLANE_SESSION }} | ||
MATCH_GIT_BASIC_AUTHORIZATION: ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }} | ||
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }} | ||
SLACK_URL: ${{ secrets.SLACK_URL }} | ||
APP_STORE_CONNECT_API_KEY_ISSUER_ID: ${{ secrets.APP_STORE_CONNECT_API_KEY_ISSUER_ID }} | ||
APP_STORE_CONNECT_API_KEY_KEY: ${{ secrets.APP_STORE_CONNECT_API_KEY_KEY }} | ||
APP_STORE_CONNECT_API_KEY_KEY_ID: ${{ secrets.APP_STORE_CONNECT_API_KEY_KEY_ID }} | ||
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 5 | ||
FASTLANE_XCODEBUILD_SETTINGS_RETRIES: 5 | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -12,8 +12,8 @@ jobs: | |
|
||
steps: | ||
- uses: actions/checkout@v1 | ||
- name: Switch to Xcode 12 | ||
run: sudo xcode-select --switch /Applications/Xcode_12.app | ||
- name: Switch to Xcode 12.4 | ||
run: sudo xcode-select --switch /Applications/Xcode_12.4.app | ||
- name: Update fastlane | ||
run: | | ||
cd Emitron | ||
|
@@ -29,12 +29,12 @@ jobs: | |
scripts/download_s3.sh production > Emitron/Emitron/Configuration/secrets.production.xcconfig | ||
- name: Execute fastlane | ||
env: | ||
FASTLANE_USER: [email protected] | ||
FASTLANE_PASSWORD: ${{ secrets.FASTLANE_PASSWORD }} | ||
FASTLANE_SESSION: ${{ secrets.FASTLANE_SESSION }} | ||
MATCH_GIT_BASIC_AUTHORIZATION: ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }} | ||
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }} | ||
SLACK_URL: ${{ secrets.SLACK_URL }} | ||
APP_STORE_CONNECT_API_KEY_ISSUER_ID: ${{ secrets.APP_STORE_CONNECT_API_KEY_ISSUER_ID }} | ||
APP_STORE_CONNECT_API_KEY_KEY: ${{ secrets.APP_STORE_CONNECT_API_KEY_KEY }} | ||
APP_STORE_CONNECT_API_KEY_KEY_ID: ${{ secrets.APP_STORE_CONNECT_API_KEY_KEY_ID }} | ||
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 5 | ||
FASTLANE_XCODEBUILD_SETTINGS_RETRIES: 5 | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -12,8 +12,8 @@ jobs: | |
|
||
steps: | ||
- uses: actions/checkout@v1 | ||
- name: Switch to Xcode 12 | ||
run: sudo xcode-select --switch /Applications/Xcode_12.app | ||
- name: Switch to Xcode 12.4 | ||
run: sudo xcode-select --switch /Applications/Xcode_12.4.app | ||
- name: Update fastlane | ||
run: | | ||
cd Emitron | ||
|
@@ -29,12 +29,12 @@ jobs: | |
scripts/download_s3.sh production > Emitron/Emitron/Configuration/secrets.production.xcconfig | ||
- name: Execute fastlane | ||
env: | ||
FASTLANE_USER: [email protected] | ||
FASTLANE_PASSWORD: ${{ secrets.FASTLANE_PASSWORD }} | ||
FASTLANE_SESSION: ${{ secrets.FASTLANE_SESSION }} | ||
MATCH_GIT_BASIC_AUTHORIZATION: ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }} | ||
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }} | ||
SLACK_URL: ${{ secrets.SLACK_URL }} | ||
APP_STORE_CONNECT_API_KEY_ISSUER_ID: ${{ secrets.APP_STORE_CONNECT_API_KEY_ISSUER_ID }} | ||
APP_STORE_CONNECT_API_KEY_KEY: ${{ secrets.APP_STORE_CONNECT_API_KEY_KEY }} | ||
APP_STORE_CONNECT_API_KEY_KEY_ID: ${{ secrets.APP_STORE_CONNECT_API_KEY_KEY_ID }} | ||
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 5 | ||
FASTLANE_XCODEBUILD_SETTINGS_RETRIES: 5 | ||
run: | | ||
|
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.7.3 |
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
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,6 +1,6 @@ | ||
{ | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
"author" : "xcode", | ||
"version" : 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} | ||
} |
Binary file removed
BIN
-931 Bytes
Emitron/Emitron/Assets.xcassets/Icons/settings.imageset/materialIconSettings.png
Binary file not shown.
Binary file removed
BIN
-1.74 KB
...ron/Emitron/Assets.xcassets/Icons/settings.imageset/[email protected]
Binary file not shown.
Binary file removed
BIN
-2.77 KB
...ron/Emitron/Assets.xcassets/Icons/settings.imageset/[email protected]
Binary file not shown.
15 changes: 9 additions & 6 deletions
15
...ets/Icons/settings.imageset/Contents.json → ...ts/TabBar/settings.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 |
---|---|---|
@@ -1,23 +1,26 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "gear.png", | ||
"idiom" : "universal", | ||
"filename" : "materialIconSettings.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"filename" : "[email protected]", | ||
"idiom" : "universal", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"filename" : "[email protected]", | ||
"idiom" : "universal", | ||
"filename" : "[email protected]", | ||
"scale" : "3x" | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
"author" : "xcode", | ||
"version" : 1 | ||
}, | ||
"properties" : { | ||
"template-rendering-intent" : "template" | ||
} | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.82 KB
Emitron/Emitron/Assets.xcassets/TabBar/settings.imageset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+7.08 KB
Emitron/Emitron/Assets.xcassets/TabBar/settings.imageset/[email protected]
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
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.