Skip to content

Commit 795c76e

Browse files
authored
fix(dogfooding): fixed dogfooding app name (#785)
* fixed dogfooding app name * draft internal track
1 parent bf3cb65 commit 795c76e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

dogfooding/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT"/>
1515

1616
<application
17-
android:label="Dogfooding"
17+
android:label="Stream Video Calls (Flutter)"
1818
android:name="${applicationName}"
1919
android:icon="@mipmap/ic_launcher">
2020
<activity

dogfooding/android/fastlane/Fastfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ platform :android do
3030
track: 'internal',
3131
aab: "../build/app/outputs/bundle/release/app-release.aab",
3232
skip_upload_screenshots: true,
33-
skip_upload_images: true
33+
skip_upload_images: true,
34+
release_status: "draft"
3435
)
3536
end
3637
end

dogfooding/ios/Runner/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundleDevelopmentRegion</key>
1818
<string>$(DEVELOPMENT_LANGUAGE)</string>
1919
<key>CFBundleDisplayName</key>
20-
<string>Dogfooding</string>
20+
<string>Stream Video Calls (Flutter)</string>
2121
<key>CFBundleExecutable</key>
2222
<string>$(EXECUTABLE_NAME)</string>
2323
<key>CFBundleIdentifier</key>

0 commit comments

Comments
 (0)