Skip to content

Commit 9c4d0f4

Browse files
authored
[CI] Add version to example apps (#1426)
* Add hardcode version to example apps
1 parent 6acb2eb commit 9c4d0f4

File tree

3 files changed

+6
-6
lines changed
  • packages
    • firebase_crashlytics/example/ios/Runner
    • firebase_in_app_messaging/example/ios/Runner
    • firebase_ml_vision/example/ios/Runner

3 files changed

+6
-6
lines changed

packages/firebase_crashlytics/example/ios/Runner/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>$(FLUTTER_BUILD_NAME)</string>
18+
<string>1.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>$(FLUTTER_BUILD_NUMBER)</string>
22+
<string>1</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>UILaunchStoryboardName</key>

packages/firebase_in_app_messaging/example/ios/Runner/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>$(FLUTTER_BUILD_NAME)</string>
18+
<string>1.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>$(FLUTTER_BUILD_NUMBER)</string>
22+
<string>1</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>UILaunchStoryboardName</key>

packages/firebase_ml_vision/example/ios/Runner/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<key>CFBundlePackageType</key>
2222
<string>APPL</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>$(FLUTTER_BUILD_NAME)</string>
24+
<string>1.0</string>
2525
<key>CFBundleSignature</key>
2626
<string>????</string>
2727
<key>CFBundleVersion</key>
28-
<string>$(FLUTTER_BUILD_NUMBER)</string>
28+
<string>1</string>
2929
<key>LSRequiresIPhoneOS</key>
3030
<true/>
3131
<key>UILaunchStoryboardName</key>

0 commit comments

Comments
 (0)