Skip to content

Commit db6ba70

Browse files
Shorebird setup
1 parent 031fa30 commit db6ba70

3 files changed

Lines changed: 31 additions & 3 deletions

File tree

ios/exportOptions.plist

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>method</key>
6+
<string>app-store-connect</string>
7+
<key>provisioningProfiles</key>
8+
<dict>
9+
<key>burhanrashid52.whattodo</key>
10+
<string>match AppStore burhanrashid52.whattodo</string>
11+
</dict>
12+
</dict>
13+
</plist>

pubspec.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@ flutter:
4545
# - images/a_dot_burr.jpeg
4646
# - images/a_dot_ham.jpeg
4747
assets:
48-
- assets/profile_pic.jpg
49-
- assets/twitter_logo.png
50-
- assets/facebook_logo.png
48+
- assets/profile_pic.jpg
49+
- assets/twitter_logo.png
50+
- assets/facebook_logo.png
51+
- shorebird.yaml
5152

5253
# An image asset can refer to one or more resolution-specific "variants", see
5354
# https://flutter.io/assets-and-images/#resolution-aware.

shorebird.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# This file is used to configure the Shorebird updater used by your app.
2+
# Learn more at https://docs.shorebird.dev
3+
# This file does not contain any sensitive information and should be checked into version control.
4+
5+
# Your app_id is the unique identifier assigned to your app.
6+
# It is used to identify your app when requesting patches from Shorebird's servers.
7+
# It is not a secret and can be shared publicly.
8+
app_id: de0be04b-45b9-4c1c-9587-4ebc4ec795bc
9+
10+
# auto_update controls if Shorebird should automatically update in the background on launch.
11+
# If auto_update: false, you will need to use package:shorebird_code_push to trigger updates.
12+
# https://pub.dev/packages/shorebird_code_push
13+
# Uncomment the following line to disable automatic updates.
14+
# auto_update: false

0 commit comments

Comments
 (0)