Skip to content

Commit

Permalink
Fix distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
nnsnodnb committed Aug 23, 2023
1 parent 3c1a199 commit a160483
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ platform :ios do
)

upload_symbols_to_crashlytics(
gsp_path: "WebSocketClient/Resources/GoogleService-Info.plist",
gsp_path: "App/WebSocketClient/Resources/GoogleService-Info.plist",
binary_path: ".swiftpm/checkouts/firebase-ios-sdk/Crashlytics/upload-symbols"
)

Expand All @@ -59,7 +59,7 @@ platform :ios do
)

upload_symbols_to_crashlytics(
gsp_path: "WebSocketClient/Resources/GoogleService-Info.plist",
gsp_path: "App/WebSocketClient/Resources/GoogleService-Info.plist",
binary_path: ".swiftpm/checkouts/firebase-ios-sdk/Crashlytics/upload-symbols"
)

Expand All @@ -75,7 +75,7 @@ platform :ios do
desc "Generate version name"
private_lane :generate_version_name do
version = get_xcconfig_value(
path: "Configurations/App/App.base.xcconfig",
path: "App/Configurations/App/App.base.xcconfig",
name: "MARKETING_VERSION",
)
short_hash = last_git_commit[:abbreviated_commit_hash]
Expand Down

0 comments on commit a160483

Please sign in to comment.