Skip to content

Commit

Permalink
Shorebird setup
Browse files Browse the repository at this point in the history
  • Loading branch information
burhanrashid52 committed Nov 16, 2024
1 parent 031fa30 commit db6ba70
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
13 changes: 13 additions & 0 deletions ios/exportOptions.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>method</key>
<string>app-store-connect</string>
<key>provisioningProfiles</key>
<dict>
<key>burhanrashid52.whattodo</key>
<string>match AppStore burhanrashid52.whattodo</string>
</dict>
</dict>
</plist>
7 changes: 4 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ flutter:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
assets:
- assets/profile_pic.jpg
- assets/twitter_logo.png
- assets/facebook_logo.png
- assets/profile_pic.jpg
- assets/twitter_logo.png
- assets/facebook_logo.png
- shorebird.yaml

# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.io/assets-and-images/#resolution-aware.
Expand Down
14 changes: 14 additions & 0 deletions shorebird.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# This file is used to configure the Shorebird updater used by your app.
# Learn more at https://docs.shorebird.dev
# This file does not contain any sensitive information and should be checked into version control.

# Your app_id is the unique identifier assigned to your app.
# It is used to identify your app when requesting patches from Shorebird's servers.
# It is not a secret and can be shared publicly.
app_id: de0be04b-45b9-4c1c-9587-4ebc4ec795bc

# auto_update controls if Shorebird should automatically update in the background on launch.
# If auto_update: false, you will need to use package:shorebird_code_push to trigger updates.
# https://pub.dev/packages/shorebird_code_push
# Uncomment the following line to disable automatic updates.
# auto_update: false

0 comments on commit db6ba70

Please sign in to comment.