Skip to content

Commit

Permalink
Attempt to fix deliver in fastlane
Browse files Browse the repository at this point in the history
[app_store] [clowntown]
  • Loading branch information
ZachOrr committed Mar 20, 2024
1 parent 8419485 commit 1951d31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,12 @@ platform :ios do
icon_url: "https://raw.githubusercontent.com/the-blue-alliance/the-blue-alliance-logo/master/ios/tba-icon-60%403x.png",
attachment_properties: {}
)
deliver(precheck_include_in_app_purchases: false)
deliver(
precheck_include_in_app_purchases: false,
submission_information: {
add_id_info_uses_idfa: false
}
)

new_version(version_type: 'patch')
beta_ci
Expand Down
1 change: 1 addition & 0 deletions the-blue-alliance-ios.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1615,6 +1615,7 @@
"${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Info.plist",
"$(TARGET_BUILD_DIR)/$(UNLOCALIZED_RESOURCES_FOLDER_PATH)/GoogleService-Info.plist",
"$(TARGET_BUILD_DIR)/$(EXECUTABLE_PATH)",
"${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Resources/DWARF/${PRODUCT_NAME}",
);
name = "Run FirebaseCrashlytics";
outputPaths = (
Expand Down

0 comments on commit 1951d31

Please sign in to comment.