Skip to content

Commit

Permalink
Merge pull request #51877 from Expensify/AndrewGable-cherry-pick-stag…
Browse files Browse the repository at this point in the history
…ing-51873-1
  • Loading branch information
mountiny authored Nov 1, 2024
2 parents 3365da8 + 339ddd7 commit f2e295f
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 18 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
multiDexEnabled rootProject.ext.multiDexEnabled
versionCode 1009005604
versionName "9.0.56-4"
versionCode 1009005605
versionName "9.0.56-5"
// Supported language variants must be declared here to avoid from being removed during the compilation.
// This also helps us to not include unnecessary language variants in the APK.
resConfigs "en", "es"
Expand Down
13 changes: 4 additions & 9 deletions fastlane/Appfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
app_identifier("com.chat.expensify.chat") # The bundle identifier of your app
apple_id("[email protected]") # Your Apple email address

itc_team_id("152696") # App Store Connect Team ID
team_id("368M544MTT") # Developer Portal Team ID

for_lane :build_hybrid, :build_unsigned_hybrid, :upload_testflight_hybrid do
app_identifier("com.expensify.expensifylite")
end
# See https://docs.fastlane.tools/advanced/Appfile/
apple_id("[email protected]")
itc_team_id("152696")
team_id("368M544MTT")
10 changes: 9 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ platform :ios do
)

build_app(
app_identifier: "com.chat.expensify.chat",
workspace: "./ios/NewExpensify.xcworkspace",
scheme: "New Expensify",
output_name: "New Expensify.ipa",
Expand Down Expand Up @@ -304,6 +305,7 @@ platform :ios do
)

build_app(
app_identifier: "com.expensify.expensifylite",
workspace: "../iOS/Expensify.xcworkspace",
scheme: "Expensify",
output_name: "Expensify.ipa",
Expand All @@ -324,6 +326,7 @@ platform :ios do
lane :build_unsigned do
ENV["ENVFILE"]=".env.production"
build_app(
app_identifier: "com.chat.expensify.chat",
workspace: "./ios/NewExpensify.xcworkspace",
scheme: "New Expensify"
)
Expand All @@ -334,6 +337,7 @@ platform :ios do
lane :build_unsigned_hybrid do
ENV["ENVFILE"]="../Mobile-Expensify/.env.production.hybridapp"
build_app(
app_identifier: "com.expensify.expensifylite",
workspace: "../Mobile-Expensify/iOS/Expensify.xcworkspace",
scheme: "Expensify"
)
Expand All @@ -355,6 +359,7 @@ platform :ios do
)

build_app(
app_identifier: "com.chat.expensify.chat",
workspace: "./ios/NewExpensify.xcworkspace",
skip_profile_detection: true,
scheme: "New Expensify AdHoc",
Expand Down Expand Up @@ -388,6 +393,7 @@ platform :ios do
desc "Upload app to TestFlight"
lane :upload_testflight do
upload_to_testflight(
app_identifier: "com.chat.expensify.chat",
api_key_path: "./ios/ios-fastlane-json-key.json",
distribute_external: true,
notify_external_testers: true,
Expand Down Expand Up @@ -421,6 +427,7 @@ platform :ios do
desc "Upload HybridApp to TestFlight"
lane :upload_testflight_hybrid do
upload_to_testflight(
app_identifier: "com.expensify.expensifylite",
api_key_path: "./ios/ios-fastlane-json-key.json",
distribute_external: true,
notify_external_testers: true,
Expand Down Expand Up @@ -452,9 +459,10 @@ platform :ios do
)
end

desc "Submit app to App Store Review"
desc "Submit app for production App Store Review"
lane :submit_for_review do
deliver(
app_identifier: "com.chat.expensify.chat",
api_key_path: "./ios/ios-fastlane-json-key.json",

# Skip HTMl report verification
Expand Down
2 changes: 1 addition & 1 deletion ios/NewExpensify/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>9.0.56.4</string>
<string>9.0.56.5</string>
<key>FullStory</key>
<dict>
<key>OrgId</key>
Expand Down
2 changes: 1 addition & 1 deletion ios/NewExpensifyTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>9.0.56.4</string>
<string>9.0.56.5</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion ios/NotificationServiceExtension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleShortVersionString</key>
<string>9.0.56</string>
<key>CFBundleVersion</key>
<string>9.0.56.4</string>
<string>9.0.56.5</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "new.expensify",
"version": "9.0.56-4",
"version": "9.0.56-5",
"author": "Expensify, Inc.",
"homepage": "https://new.expensify.com",
"description": "New Expensify is the next generation of Expensify: a reimagination of payments based atop a foundation of chat.",
Expand Down

0 comments on commit f2e295f

Please sign in to comment.