Skip to content

Commit

Permalink
fix distribution certificate for SiriIntents
Browse files Browse the repository at this point in the history
  • Loading branch information
kkuepper committed Jan 31, 2024
1 parent ae725ed commit 3f2151b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BMM.UI.iOS.SiriIntents/BMM.UI.iOS.SiriIntents.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<CodesignKey>Apple Distribution: Brunstad Christian Church (KJ6LCYQ3A8)</CodesignKey>
<CodesignKey>iPhone Distribution: BCC Media STI (6734NUF6AV)</CodesignKey>
<CodesignProvision>BMM App Siri Intents Provisioning Profile</CodesignProvision>
<OutputPath>bin\iPhone\Release</OutputPath>
<WarningLevel>4</WarningLevel>
Expand Down Expand Up @@ -76,7 +76,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'UITests|iPhone' ">
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<CodesignKey>Apple Distribution: Brunstad Christian Church (KJ6LCYQ3A8)</CodesignKey>
<CodesignKey>iPhone Distribution: BCC Media STI (6734NUF6AV)</CodesignKey>
<CodesignProvision>BMM App Siri Intents Provisioning Profile</CodesignProvision>
<OutputPath>bin\iPhone\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
Expand Down

0 comments on commit 3f2151b

Please sign in to comment.