Skip to content

Commit 0a5149b

Browse files
refactor(fastlane): update Fastfile and configs files to match with KMP project
1 parent 1e5855c commit 0a5149b

File tree

2 files changed

+387
-27
lines changed

2 files changed

+387
-27
lines changed

fastlane-config/ios_config.rb

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,37 @@
11
module FastlaneConfig
22
module IosConfig
33
FIREBASE_CONFIG = {
4-
firebase_app_id: "1:728434912738:ios:shjhsa78392shja",
4+
firebase_app_id: "1:728434912738:ios:ee2e0815a6915b351a1dbb",
55
firebase_service_creds_file: "secrets/firebaseAppDistributionServiceCredentialsFile.json",
66
firebase_groups: "mifos-mobile-apps"
77
}
88

99
BUILD_CONFIG = {
1010
project_path: "cmp-ios/iosApp.xcodeproj",
11-
scheme: "iosApp",
12-
output_directory: "cmp-ios/build"
11+
workspace_path: "cmp-ios/iosApp.xcworkspace",
12+
configuration: "Release",
13+
podfile_path: "cmp-ios/Podfile",
14+
plist_path: "cmp-ios/iosApp/Info.plist",
15+
scheme: "cmp-ios",
16+
output_name: "iosApp.ipa",
17+
output_directory: "cmp-ios/build",
18+
match_git_private_key: "./secrets/match_ci_key",
19+
target: "iosApp",
20+
team_id: "L432S2FZP5",
21+
code_sign_identity: "Apple Distribution",
22+
match_type: "adhoc",
23+
app_identifier: "org.mifos.mobile",
24+
provisioning_profile_name: "match AdHoc org.mifos.mobile",
25+
git_url: "git@github.com:openMF/ios-provisioning-profile.git",
26+
git_branch: "mifos-mobile",
27+
key_id: "7V3ABCDEFG",
28+
issuer_id: "7ab9e231-9603-4c3e-a147-be3b0f123456",
29+
key_filepath: "./secrets/Auth_key.p8",
30+
version_number: "1.0.0",
31+
metadata_path: "./fastlane/metadata/ios",
32+
app_rating_config_path: "./fastlane/age_rating.json",
33+
screenshots_ios_path: "./fastlane/screenshots_ios",
34+
screenshots_macos_path: "./fastlane/screenshots_macos",
1335
}
1436
end
1537
end

0 commit comments

Comments
 (0)