Reorganize and fix platform-specific fastlane data
Reuse all iOS metadata in macOS, except the app icon.
This commit is contained in:
parent
886d0271ea
commit
deac70359f
3
.env.ios
3
.env.ios
|
@ -1,7 +1,8 @@
|
||||||
INFO_PLIST_ROOT="Passepartout/App"
|
INFO_PLIST_ROOT="Passepartout/App"
|
||||||
FASTLANE_ROOT="Passepartout/App/iOS"
|
|
||||||
MATCH_PLATFORM="ios"
|
MATCH_PLATFORM="ios"
|
||||||
GYM_SCHEME="Passepartout"
|
GYM_SCHEME="Passepartout"
|
||||||
SCAN_DEVICE="iPhone 12"
|
SCAN_DEVICE="iPhone 12"
|
||||||
DELIVER_PLATFORM="ios"
|
DELIVER_PLATFORM="ios"
|
||||||
|
DELIVER_METADATA_PATH="Passepartout/App/fastlane/ios/metadata"
|
||||||
|
DELIVER_SCREENSHOTS_PATH="Passepartout/App/fastlane/ios/screenshots"
|
||||||
PILOT_PLATFORM="ios"
|
PILOT_PLATFORM="ios"
|
||||||
|
|
3
.env.mac
3
.env.mac
|
@ -1,5 +1,4 @@
|
||||||
INFO_PLIST_ROOT="Passepartout/App"
|
INFO_PLIST_ROOT="Passepartout/App"
|
||||||
FASTLANE_ROOT="Passepartout/App/macOS"
|
|
||||||
MATCH_PLATFORM="catalyst"
|
MATCH_PLATFORM="catalyst"
|
||||||
MATCH_ADDITIONAL_CERT_TYPES="mac_installer_distribution"
|
MATCH_ADDITIONAL_CERT_TYPES="mac_installer_distribution"
|
||||||
GYM_SCHEME="Passepartout"
|
GYM_SCHEME="Passepartout"
|
||||||
|
@ -8,4 +7,6 @@ GYM_CATALYST_PLATFORM="macos"
|
||||||
# not sure about these
|
# not sure about these
|
||||||
SCAN_DESTINATION="platform=iOS"
|
SCAN_DESTINATION="platform=iOS"
|
||||||
DELIVER_PLATFORM="osx"
|
DELIVER_PLATFORM="osx"
|
||||||
|
DELIVER_METADATA_PATH="Passepartout/App/fastlane/mac/metadata"
|
||||||
|
DELIVER_SCREENSHOTS_PATH="Passepartout/App/fastlane/mac/screenshots"
|
||||||
PILOT_PLATFORM="osx"
|
PILOT_PLATFORM="osx"
|
||||||
|
|
|
@ -7,8 +7,8 @@ Pods
|
||||||
**/fastlane/README.md
|
**/fastlane/README.md
|
||||||
**/fastlane/report.xml
|
**/fastlane/report.xml
|
||||||
**/fastlane/test_output
|
**/fastlane/test_output
|
||||||
**/fastlane/metadata/review_information
|
**/fastlane/*/metadata/review_information
|
||||||
**/fastlane/metadata/trade_representative_contact_information
|
**/fastlane/*/metadata/trade_representative_contact_information
|
||||||
dist/
|
dist/
|
||||||
iap/
|
iap/
|
||||||
templates/
|
templates/
|
||||||
|
|
16
Gemfile.lock
16
Gemfile.lock
|
@ -8,20 +8,20 @@ GEM
|
||||||
artifactory (3.0.15)
|
artifactory (3.0.15)
|
||||||
atomos (0.1.3)
|
atomos (0.1.3)
|
||||||
aws-eventstream (1.2.0)
|
aws-eventstream (1.2.0)
|
||||||
aws-partitions (1.575.0)
|
aws-partitions (1.579.0)
|
||||||
aws-sdk-core (3.130.0)
|
aws-sdk-core (3.130.2)
|
||||||
aws-eventstream (~> 1, >= 1.0.2)
|
aws-eventstream (~> 1, >= 1.0.2)
|
||||||
aws-partitions (~> 1, >= 1.525.0)
|
aws-partitions (~> 1, >= 1.525.0)
|
||||||
aws-sigv4 (~> 1.1)
|
aws-sigv4 (~> 1.1)
|
||||||
jmespath (~> 1.0)
|
jmespath (~> 1.0)
|
||||||
aws-sdk-kms (1.55.0)
|
aws-sdk-kms (1.56.0)
|
||||||
aws-sdk-core (~> 3, >= 3.127.0)
|
aws-sdk-core (~> 3, >= 3.127.0)
|
||||||
aws-sigv4 (~> 1.1)
|
aws-sigv4 (~> 1.1)
|
||||||
aws-sdk-s3 (1.113.0)
|
aws-sdk-s3 (1.113.0)
|
||||||
aws-sdk-core (~> 3, >= 3.127.0)
|
aws-sdk-core (~> 3, >= 3.127.0)
|
||||||
aws-sdk-kms (~> 1)
|
aws-sdk-kms (~> 1)
|
||||||
aws-sigv4 (~> 1.4)
|
aws-sigv4 (~> 1.4)
|
||||||
aws-sigv4 (1.4.0)
|
aws-sigv4 (1.5.0)
|
||||||
aws-eventstream (~> 1, >= 1.0.2)
|
aws-eventstream (~> 1, >= 1.0.2)
|
||||||
babosa (1.0.4)
|
babosa (1.0.4)
|
||||||
claide (1.1.0)
|
claide (1.1.0)
|
||||||
|
@ -66,7 +66,7 @@ GEM
|
||||||
faraday_middleware (1.2.0)
|
faraday_middleware (1.2.0)
|
||||||
faraday (~> 1.0)
|
faraday (~> 1.0)
|
||||||
fastimage (2.2.6)
|
fastimage (2.2.6)
|
||||||
fastlane (2.205.1)
|
fastlane (2.205.2)
|
||||||
CFPropertyList (>= 2.3, < 4.0.0)
|
CFPropertyList (>= 2.3, < 4.0.0)
|
||||||
addressable (>= 2.8, < 3.0.0)
|
addressable (>= 2.8, < 3.0.0)
|
||||||
artifactory (~> 3.0)
|
artifactory (~> 3.0)
|
||||||
|
@ -106,7 +106,7 @@ GEM
|
||||||
xcpretty (~> 0.3.0)
|
xcpretty (~> 0.3.0)
|
||||||
xcpretty-travis-formatter (>= 0.0.3)
|
xcpretty-travis-formatter (>= 0.0.3)
|
||||||
gh_inspector (1.1.3)
|
gh_inspector (1.1.3)
|
||||||
google-apis-androidpublisher_v3 (0.18.0)
|
google-apis-androidpublisher_v3 (0.19.0)
|
||||||
google-apis-core (>= 0.4, < 2.a)
|
google-apis-core (>= 0.4, < 2.a)
|
||||||
google-apis-core (0.4.2)
|
google-apis-core (0.4.2)
|
||||||
addressable (~> 2.5, >= 2.5.1)
|
addressable (~> 2.5, >= 2.5.1)
|
||||||
|
@ -129,7 +129,7 @@ GEM
|
||||||
google-cloud-env (1.6.0)
|
google-cloud-env (1.6.0)
|
||||||
faraday (>= 0.17.3, < 3.0)
|
faraday (>= 0.17.3, < 3.0)
|
||||||
google-cloud-errors (1.2.0)
|
google-cloud-errors (1.2.0)
|
||||||
google-cloud-storage (1.36.1)
|
google-cloud-storage (1.36.2)
|
||||||
addressable (~> 2.8)
|
addressable (~> 2.8)
|
||||||
digest-crc (~> 0.4)
|
digest-crc (~> 0.4)
|
||||||
google-apis-iamcredentials_v1 (~> 0.1)
|
google-apis-iamcredentials_v1 (~> 0.1)
|
||||||
|
@ -137,7 +137,7 @@ GEM
|
||||||
google-cloud-core (~> 1.6)
|
google-cloud-core (~> 1.6)
|
||||||
googleauth (>= 0.16.2, < 2.a)
|
googleauth (>= 0.16.2, < 2.a)
|
||||||
mini_mime (~> 1.0)
|
mini_mime (~> 1.0)
|
||||||
googleauth (1.1.2)
|
googleauth (1.1.3)
|
||||||
faraday (>= 0.17.3, < 3.a)
|
faraday (>= 0.17.3, < 3.a)
|
||||||
jwt (>= 1.4, < 3.0)
|
jwt (>= 1.4, < 3.0)
|
||||||
memoist (~> 0.16)
|
memoist (~> 0.16)
|
||||||
|
|
|
@ -408,8 +408,6 @@
|
||||||
0E35C0AE280EF8A80071FA35 /* Views */ = {
|
0E35C0AE280EF8A80071FA35 /* Views */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
0E35C0B2280EFA6A0071FA35 /* iOS */,
|
|
||||||
0E35C0B3280EFA6E0071FA35 /* macOS */,
|
|
||||||
0E44689B27B11B5300A14CE4 /* AboutView.swift */,
|
0E44689B27B11B5300A14CE4 /* AboutView.swift */,
|
||||||
0ECF71ED27B6A99300CDB528 /* AccountView.swift */,
|
0ECF71ED27B6A99300CDB528 /* AccountView.swift */,
|
||||||
0E3B7FCC27E47B3700C66F13 /* AddHostView.swift */,
|
0E3B7FCC27E47B3700C66F13 /* AddHostView.swift */,
|
||||||
|
@ -463,20 +461,6 @@
|
||||||
path = Views;
|
path = Views;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
0E35C0B2280EFA6A0071FA35 /* iOS */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
);
|
|
||||||
path = iOS;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
0E35C0B3280EFA6E0071FA35 /* macOS */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
);
|
|
||||||
path = macOS;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
0E49F6C927DB398100385834 /* Extensions */ = {
|
0E49F6C927DB398100385834 /* Extensions */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
|
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
@ -0,0 +1 @@
|
||||||
|
2022 Davide De Rosa
|
|
@ -10,4 +10,3 @@
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Files occasionally not selectable in browser.
|
- Files occasionally not selectable in browser.
|
||||||
|
|
0
Passepartout/App/iOS/fastlane/metadata/es-MX/release_notes.txt → Passepartout/App/fastlane/ios/metadata/fr-FR/release_notes.txt
Normal file → Executable file
0
Passepartout/App/iOS/fastlane/metadata/es-MX/release_notes.txt → Passepartout/App/fastlane/ios/metadata/fr-FR/release_notes.txt
Normal file → Executable file
0
Passepartout/App/iOS/fastlane/metadata/fr-FR/release_notes.txt → Passepartout/App/fastlane/ios/metadata/it/release_notes.txt
Executable file → Normal file
0
Passepartout/App/iOS/fastlane/metadata/fr-FR/release_notes.txt → Passepartout/App/fastlane/ios/metadata/it/release_notes.txt
Executable file → Normal file
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue