Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita9abc07

Browse files
authored
Rename bundle identifier for the frameworks we ship.Fixes#6920. (#6926)
Rename the bundle identifier for the frameworks we ship, because apparentlyApple has added an App Store check to reject apps with multiple frameworkswith the same bundle identifier.For some reason that includes rejecting frameworks that are both in iOS andwatchOS apps. This feels like a bug on Apple's end, but we can still easilywork around it, so let's do just that.Strictly speaking it's not necessary to change the bundle identifier for tvOSframeworks, but it's more consistent that way.Fixes#6920.
1 parenta482e77 commita9abc07

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

‎builds/Mono.framework-tvos.Info.plist‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>CFBundleDevelopmentRegion</key>
66
<string>en</string>
77
<key>CFBundleIdentifier</key>
8-
<string>xamarin.ios.mono-framework</string>
8+
<string>xamarin.tvos.mono-framework</string>
99
<key>CFBundleInfoDictionaryVersion</key>
1010
<string>6.0</string>
1111
<key>CFBundleName</key>

‎builds/Mono.framework-watchos.Info.plist‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>CFBundleDevelopmentRegion</key>
66
<string>en</string>
77
<key>CFBundleIdentifier</key>
8-
<string>xamarin.ios.mono-framework</string>
8+
<string>xamarin.watchos.mono-framework</string>
99
<key>CFBundleInfoDictionaryVersion</key>
1010
<string>6.0</string>
1111
<key>CFBundleName</key>

‎runtime/Xamarin.framework-tvos.Info.plist‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>CFBundleDevelopmentRegion</key>
66
<string>en</string>
77
<key>CFBundleIdentifier</key>
8-
<string>xamarin.ios.xamarin-framework</string>
8+
<string>xamarin.tvos.xamarin-framework</string>
99
<key>CFBundleInfoDictionaryVersion</key>
1010
<string>6.0</string>
1111
<key>CFBundleName</key>

‎runtime/Xamarin.framework-watchos.Info.plist‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>CFBundleDevelopmentRegion</key>
66
<string>en</string>
77
<key>CFBundleIdentifier</key>
8-
<string>xamarin.ios.xamarin-framework</string>
8+
<string>xamarin.watchos.xamarin-framework</string>
99
<key>CFBundleInfoDictionaryVersion</key>
1010
<string>6.0</string>
1111
<key>CFBundleName</key>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp