Skip to content

Commit

Permalink
Hardcode the bundle identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Mar 5, 2025
1 parent 9a15b3f commit f461616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth0_flutter/example/ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<string>com.auth0.auth0FlutterExample</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Expand Down

0 comments on commit f461616

Please sign in to comment.