Skip to content

Commit e7eb1e4

Browse files
committed
Use hard-coded (lowercase) bundle identifier
1 parent e4eaa55 commit e7eb1e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Authenticator/Authenticator-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<key>CFBundleExecutable</key>
1010
<string>${EXECUTABLE_NAME}</string>
1111
<key>CFBundleIdentifier</key>
12-
<string>me.mattrubin.${PRODUCT_NAME:rfc1034identifier}</string>
12+
<string>me.mattrubin.authenticator</string>
1313
<key>CFBundleInfoDictionaryVersion</key>
1414
<string>6.0</string>
1515
<key>CFBundleName</key>

0 commit comments

Comments
 (0)