Skip to content

Commit f461616

Browse files
committed
Hardcode the bundle identifier
1 parent 9a15b3f commit f461616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth0_flutter/example/ios/Runner/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<key>CFBundleExecutable</key>
1212
<string>$(EXECUTABLE_NAME)</string>
1313
<key>CFBundleIdentifier</key>
14-
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
14+
<string>com.auth0.auth0FlutterExample</string>
1515
<key>CFBundleInfoDictionaryVersion</key>
1616
<string>6.0</string>
1717
<key>CFBundleName</key>

0 commit comments

Comments
 (0)