Reorganize and fix platform-specific fastlane data

Reuse all iOS metadata in macOS, except the app icon.
This commit is contained in:
Davide De Rosa 2022-04-25 10:46:59 +02:00
parent 886d0271ea
commit deac70359f
282 changed files with 34 additions and 239 deletions

View File

@ -1,7 +1,8 @@
INFO_PLIST_ROOT="Passepartout/App"
FASTLANE_ROOT="Passepartout/App/iOS"
MATCH_PLATFORM="ios"
GYM_SCHEME="Passepartout"
SCAN_DEVICE="iPhone 12"
DELIVER_PLATFORM="ios"
DELIVER_METADATA_PATH="Passepartout/App/fastlane/ios/metadata"
DELIVER_SCREENSHOTS_PATH="Passepartout/App/fastlane/ios/screenshots"
PILOT_PLATFORM="ios"

View File

@ -1,5 +1,4 @@
INFO_PLIST_ROOT="Passepartout/App"
FASTLANE_ROOT="Passepartout/App/macOS"
MATCH_PLATFORM="catalyst"
MATCH_ADDITIONAL_CERT_TYPES="mac_installer_distribution"
GYM_SCHEME="Passepartout"
@ -8,4 +7,6 @@ GYM_CATALYST_PLATFORM="macos"
# not sure about these
SCAN_DESTINATION="platform=iOS"
DELIVER_PLATFORM="osx"
DELIVER_METADATA_PATH="Passepartout/App/fastlane/mac/metadata"
DELIVER_SCREENSHOTS_PATH="Passepartout/App/fastlane/mac/screenshots"
PILOT_PLATFORM="osx"

4
.gitignore vendored
View File

@ -7,8 +7,8 @@ Pods
**/fastlane/README.md
**/fastlane/report.xml
**/fastlane/test_output
**/fastlane/metadata/review_information
**/fastlane/metadata/trade_representative_contact_information
**/fastlane/*/metadata/review_information
**/fastlane/*/metadata/trade_representative_contact_information
dist/
iap/
templates/

View File

@ -8,20 +8,20 @@ GEM
artifactory (3.0.15)
atomos (0.1.3)
aws-eventstream (1.2.0)
aws-partitions (1.575.0)
aws-sdk-core (3.130.0)
aws-partitions (1.579.0)
aws-sdk-core (3.130.2)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.525.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-kms (1.55.0)
aws-sdk-kms (1.56.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.113.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.4)
aws-sigv4 (1.4.0)
aws-sigv4 (1.5.0)
aws-eventstream (~> 1, >= 1.0.2)
babosa (1.0.4)
claide (1.1.0)
@ -66,7 +66,7 @@ GEM
faraday_middleware (1.2.0)
faraday (~> 1.0)
fastimage (2.2.6)
fastlane (2.205.1)
fastlane (2.205.2)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.8, < 3.0.0)
artifactory (~> 3.0)
@ -106,7 +106,7 @@ GEM
xcpretty (~> 0.3.0)
xcpretty-travis-formatter (>= 0.0.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)
addressable (~> 2.5, >= 2.5.1)
@ -129,7 +129,7 @@ GEM
google-cloud-env (1.6.0)
faraday (>= 0.17.3, < 3.0)
google-cloud-errors (1.2.0)
google-cloud-storage (1.36.1)
google-cloud-storage (1.36.2)
addressable (~> 2.8)
digest-crc (~> 0.4)
google-apis-iamcredentials_v1 (~> 0.1)
@ -137,7 +137,7 @@ GEM
google-cloud-core (~> 1.6)
googleauth (>= 0.16.2, < 2.a)
mini_mime (~> 1.0)
googleauth (1.1.2)
googleauth (1.1.3)
faraday (>= 0.17.3, < 3.a)
jwt (>= 1.4, < 3.0)
memoist (~> 0.16)

View File

@ -408,8 +408,6 @@
0E35C0AE280EF8A80071FA35 /* Views */ = {
isa = PBXGroup;
children = (
0E35C0B2280EFA6A0071FA35 /* iOS */,
0E35C0B3280EFA6E0071FA35 /* macOS */,
0E44689B27B11B5300A14CE4 /* AboutView.swift */,
0ECF71ED27B6A99300CDB528 /* AccountView.swift */,
0E3B7FCC27E47B3700C66F13 /* AddHostView.swift */,
@ -463,20 +461,6 @@
path = Views;
sourceTree = "<group>";
};
0E35C0B2280EFA6A0071FA35 /* iOS */ = {
isa = PBXGroup;
children = (
);
path = iOS;
sourceTree = "<group>";
};
0E35C0B3280EFA6E0071FA35 /* macOS */ = {
isa = PBXGroup;
children = (
);
path = macOS;
sourceTree = "<group>";
};
0E49F6C927DB398100385834 /* Extensions */ = {
isa = PBXGroup;
children = (

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -0,0 +1 @@
2022 Davide De Rosa

View File

@ -10,4 +10,3 @@
### Fixed
- Files occasionally not selectable in browser.

Some files were not shown because too many files have changed in this diff Show More