Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit ac2a9b0

Browse files
committed
refs #3045: correct bundle identifier for iOS framework target
[skip ci]
1 parent 4451454 commit ac2a9b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/framework/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>CFBundleExecutable</key>
88
<string>${EXECUTABLE_NAME}</string>
99
<key>CFBundleIdentifier</key>
10-
<string>org.cocoapods.${PRODUCT_NAME:rfc1034identifier}</string>
10+
<string>com.mapbox.sdk.ios</string>
1111
<key>CFBundleInfoDictionaryVersion</key>
1212
<string>6.0</string>
1313
<key>CFBundleName</key>

0 commit comments

Comments
 (0)