Skip to content

Commit

Permalink
fix: ios ci
Browse files Browse the repository at this point in the history
  • Loading branch information
breautek committed Nov 21, 2024
1 parent af21a3b commit 95b81b0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/actions/fuse-ios-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ runs:
shell: bash
- name: Create Google API key
run: |
echo '<?xml version="1.0" encoding="UTF-8"?>' > "plugins/google-maps/GoogleMap Test App/GoogleMap Test App/secrets.plist"
echo '<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">' >> "plugins/google-maps/GoogleMap Test App/GoogleMap Test App/secrets.plist"
echo '<plist version="1.0">' >> "plugins/google-maps/GoogleMap Test App/GoogleMap Test App/secrets.plist"
echo '<dict>' >> "plugins/google-maps/GoogleMap Test App/GoogleMap Test App/secrets.plist"
echo ' <key>GOOGLE_MAP_API_KEY</key>' >> "plugins/google-maps/GoogleMap Test App/GoogleMap Test App/secrets.plist"
echo ' <string>${{ inputs.google_maps_api_key }}</string>' >> "plugins/google-maps/GoogleMap Test App/GoogleMap Test App/secrets.plist"
echo '</dict>' >> "plugins/google-maps/GoogleMap Test App/GoogleMap Test App/secrets.plist"
echo '</plist' >> "plugins/google-maps/GoogleMap Test App/GoogleMap Test App/secrets.plist"
echo '<?xml version="1.0" encoding="UTF-8"?>' > "plugins/google-maps/ios/GoogleMap Test App/GoogleMap Test App/secrets.plist"
echo '<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">' >> "plugins/google-maps/ios/GoogleMap Test App/GoogleMap Test App/secrets.plist"
echo '<plist version="1.0">' >> "plugins/google-maps/ios/GoogleMap Test App/GoogleMap Test App/secrets.plist"
echo '<dict>' >> "plugins/google-maps/ios/GoogleMap Test App/GoogleMap Test App/secrets.plist"
echo ' <key>GOOGLE_MAP_API_KEY</key>' >> "plugins/google-maps/ios/GoogleMap Test App/GoogleMap Test App/secrets.plist"
echo ' <string>${{ inputs.google_maps_api_key }}</string>' >> "plugins/google-maps/ios/GoogleMap Test App/GoogleMap Test App/secrets.plist"
echo '</dict>' >> "plugins/google-maps/ios/GoogleMap Test App/GoogleMap Test App/secrets.plist"
echo '</plist' >> "plugins/google-maps/ios/GoogleMap Test App/GoogleMap Test App/secrets.plist"
shell: bash
- name: Build
run: ./build.sh
Expand Down

0 comments on commit 95b81b0

Please sign in to comment.