Skip to content

Commit

Permalink
Fix the build for the nav swift demo. API key file is different.
Browse files Browse the repository at this point in the history
  • Loading branch information
cwoodwar6 committed Jun 14, 2024
1 parent ad49030 commit 89af630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:
- name: Build project
run: |
echo "Replacing #error for API key"
sed -i .prev '/#error/'d GoogleNavigation-Swift/GoogleNavSwiftXCFrameworkDemos/Swift/SDKConstants.swift
sed -i .prev '/#error/'d GoogleNavigation-Swift/GoogleNavSwiftXCFrameworkDemos/Swift/SDKDemoAPIKey.swift
echo "Building"
xcodebuild -workspace GoogleNavigation-Swift/GoogleNavSwiftXCFrameworkDemos.xcworkspace \
Expand Down

0 comments on commit 89af630

Please sign in to comment.