Skip to content

Commit 6275840

Browse files
monojenkinsakoeplinger
authored andcommitted
Rename bundle identifier for the various Mono.frameworks we create for Xamarin.iOS. Fixes dotnet/macios#7005. (#16901)
This is the equivalent of dotnet/macios@a9abc07, just for the Mono.frameworks in the mono archive. Fixes dotnet/macios#7005.
1 parent 25f6093 commit 6275840

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdks/builds/ios-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>

sdks/builds/ios-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>

0 commit comments

Comments
 (0)