Skip to content

Commit

Permalink
Merge pull request #1183 from microsoft/feature/update-apple-dev-account
Browse files Browse the repository at this point in the history
Updating bundle identifiers for xamarin.ios apps
  • Loading branch information
achocron authored Nov 8, 2019
2 parents 43b6e3a + cf7d1c6 commit 05e0f17
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<DefineConstants>DEBUG;ENABLE_TEST_CLOUD;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodesignKey>iPhone Developer</CodesignKey>
<CodesignKey>iPhone Distribution: Microsoft Corporation</CodesignKey>
<MtouchDebug>true</MtouchDebug>
<MtouchFastDev>true</MtouchFastDev>
<MtouchLink>None</MtouchLink>
Expand All @@ -27,6 +27,7 @@
<MtouchTlsProvider>Default</MtouchTlsProvider>
<DeviceSpecificBuild>false</DeviceSpecificBuild>
<CodesignEntitlements>Entitlements-debug.plist</CodesignEntitlements>
<CodesignProvision>appcenter xamarin forms ios demo df Dist</CodesignProvision>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
<Optimize>true</Optimize>
Expand All @@ -35,14 +36,14 @@
</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodesignKey>iPhone Distribution: Bit Stadium GmbH</CodesignKey>
<CodesignKey>iPhone Distribution: Microsoft Corporation</CodesignKey>
<MtouchFloat32>true</MtouchFloat32>
<CodesignEntitlements>Entitlements-release.plist</CodesignEntitlements>
<MtouchLink>SdkOnly</MtouchLink>
<MtouchArch>ARMv7, ARM64</MtouchArch>
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
<MtouchTlsProvider>Default</MtouchTlsProvider>
<CodesignProvision>AppCenter SDK Xamarin Forms Demo iOS Distribution</CodesignProvision>
<CodesignProvision>appcenter xamarin forms ios demo df Dist</CodesignProvision>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
<DebugType>pdbonly</DebugType>
Expand All @@ -52,12 +53,12 @@
</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodesignKey>iPhone Distribution: Bit Stadium GmbH</CodesignKey>
<CodesignKey>iPhone Distribution: Microsoft Corporation</CodesignKey>
<MtouchLink>None</MtouchLink>
<MtouchArch>i386, x86_64</MtouchArch>
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
<MtouchTlsProvider>Default</MtouchTlsProvider>
<CodesignProvision>AppCenter SDK Xamarin Forms Demo iOS Release</CodesignProvision>
<CodesignProvision>appcenter xamarin forms ios demo df Dist</CodesignProvision>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -67,7 +68,7 @@
<DefineConstants>DEBUG;ENABLE_TEST_CLOUD;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodesignKey>iPhone Developer</CodesignKey>
<CodesignKey>iPhone Distribution: Microsoft Corporation</CodesignKey>
<DeviceSpecificBuild>true</DeviceSpecificBuild>
<MtouchDebug>true</MtouchDebug>
<MtouchFastDev>false</MtouchFastDev>
Expand All @@ -77,7 +78,7 @@
<MtouchArch>ARMv7, ARM64</MtouchArch>
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
<MtouchTlsProvider>Default</MtouchTlsProvider>
<CodesignProvision>AppCenter SDK Xamarin Forms Demo iOS Debug</CodesignProvision>
<CodesignProvision>appcenter xamarin forms ios demo df Dist</CodesignProvision>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>aps-environment</key>
<string>development</string>
<string>production</string>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)com.microsoft.adalcache</string>
Expand Down
6 changes: 3 additions & 3 deletions Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleIdentifier</key>
<string>com.microsoft.appcenter.xamarin.forms.demo.ios</string>
<string>com.microsoft.appcenter.xamarin.forms.ios.demo</string>
<key>CFBundleVersion</key>
<string>2.5.0</string>
<key>LSRequiresIPhoneOS</key>
Expand Down Expand Up @@ -46,7 +46,7 @@
<key>CFBundleTypeRole</key>
<string>None</string>
<key>CFBundleURLName</key>
<string>com.microsoft.appcenter.xamarin.forms.demo</string>
<string>com.microsoft.appcenter.xamarin.forms.ios.demo</string>
<key>CFBundleURLSchemes</key>
<array>
<string>appcenter-fe2bf05d-f4f9-48a6-83d9-ea8033fbb644</string>
Expand All @@ -56,7 +56,7 @@
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>com.microsoft.appcenter.xamarin.forms.demo</string>
<string>com.microsoft.appcenter.xamarin.forms.ios.demo</string>
<key>CFBundleURLSchemes</key>
<array>
<string>msalfe2bf05d-f4f9-48a6-83d9-ea8033fbb644</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
<MtouchArch>i386, x86_64</MtouchArch>
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
<MtouchTlsProvider>Default</MtouchTlsProvider>
<CodesignProvision>AppCenter SDK Xamarin Forms Puppet Debug</CodesignProvision>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
6 changes: 3 additions & 3 deletions Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleIdentifier</key>
<string>com.microsoft.appcenter.xamarin.forms.puppet</string>
<string>com.microsoft.appcenter.xamarin.forms.ios.puppet</string>
<key>CFBundleShortVersionString</key>
<string>2.6.0</string>
<key>CFBundleVersion</key>
Expand Down Expand Up @@ -46,7 +46,7 @@
<key>CFBundleTypeRole</key>
<string>None</string>
<key>CFBundleURLName</key>
<string>com.microsoft.appcenter.xamarin.forms.puppet</string>
<string>com.microsoft.appcenter.xamarin.forms.ios.puppet</string>
<key>CFBundleURLSchemes</key>
<array>
<string>appcenter-b889c4f2-9ac2-4e2e-ae16-dae54f2c5899</string>
Expand All @@ -56,7 +56,7 @@
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>com.microsoft.appcenter.xamarin.forms.puppet</string>
<string>com.microsoft.appcenter.xamarin.forms.ios.puppet</string>
<key>CFBundleURLSchemes</key>
<array>
<string>msalb889c4f2-9ac2-4e2e-ae16-dae54f2c5899</string>
Expand Down
4 changes: 2 additions & 2 deletions Apps/Contoso.iOS.Puppet/Contoso.iOS.Puppet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<DeviceSpecificBuild>false</DeviceSpecificBuild>
<MtouchExtraArgs>
</MtouchExtraArgs>
<CodesignProvision>AppCenter SDK Xamarin iOS Puppet Debug</CodesignProvision>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
<DebugType>pdbonly</DebugType>
Expand Down Expand Up @@ -59,7 +59,7 @@
<MtouchArch>i386, x86_64</MtouchArch>
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
<MtouchTlsProvider>Default</MtouchTlsProvider>
<CodesignProvision>AppCenter SDK Xamarin iOS Puppet Debug</CodesignProvision>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
4 changes: 2 additions & 2 deletions Apps/Contoso.iOS.Puppet/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>CFBundleName</key>
<string>ACPuppet</string>
<key>CFBundleIdentifier</key>
<string>com.microsoft.appcenter.xamarin.puppet</string>
<string>com.microsoft.appcenter.xamarin.ios.puppet</string>
<key>CFBundleShortVersionString</key>
<string>2.6.0</string>
<key>CFBundleVersion</key>
Expand Down Expand Up @@ -39,7 +39,7 @@
<key>CFBundleTypeRole</key>
<string>None</string>
<key>CFBundleURLName</key>
<string>com.microsoft.appcenter.xamarin.puppet</string>
<string>com.microsoft.appcenter.xamarin.ios.puppet</string>
<key>CFBundleURLSchemes</key>
<array>
<string>appcenter-b889c4f2-9ac2-4e2e-ae16-dae54f2c5899</string>
Expand Down

0 comments on commit 05e0f17

Please sign in to comment.