Skip to content

Commit 27721b4

Browse files
FeodorFitsnerCreeper19472
authored andcommitted
Fix CFBundlePackageType in generated plist
Change CFBundlePackageType from 'APPL' to 'FMWK' in the create_plist function to correctly identify the bundle as a framework.
1 parent 7c531aa commit 27721b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

darwin/xcframework_utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ create_plist() {
2323
<key>CFBundleInfoDictionaryVersion</key>
2424
<string>6.0</string>
2525
<key>CFBundlePackageType</key>
26-
<string>APPL</string>
26+
<string>FMWK</string>
2727
<key>CFBundleShortVersionString</key>
2828
<string>1.0</string>
2929
<key>CFBundleSupportedPlatforms</key>

0 commit comments

Comments
 (0)