Skip to content

Commit c4c62fb

Browse files
committed
adapt config
1 parent eb7b4f4 commit c4c62fb

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

sample/Sample.iOS/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<string>UIInterfaceOrientationLandscapeRight</string>
2222
</array>
2323
<key>MinimumOSVersion</key>
24-
<string>8.0</string>
24+
<string>12.0</string>
2525
<key>CFBundleDisplayName</key>
2626
<string>Notifo SDK Sample</string>
2727
<key>CFBundleIdentifier</key>

sample/Sample.iOS/Sample.iOS.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<AssemblyName>Sample.iOS</AssemblyName>
1515
<MtouchEnableSGenConc>true</MtouchEnableSGenConc>
1616
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
17-
<ProvisioningType>automatic</ProvisioningType>
17+
<ProvisioningType>manual</ProvisioningType>
1818
</PropertyGroup>
1919
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
2020
<DebugSymbols>true</DebugSymbols>
@@ -63,10 +63,14 @@
6363
<MtouchArch>ARM64</MtouchArch>
6464
<CodesignKey>iPhone Developer</CodesignKey>
6565
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
66+
<MtouchDebug>true</MtouchDebug>
6667
</PropertyGroup>
6768
<PropertyGroup>
6869
<CodeAnalysisRuleSet>..\..\Notifo.ruleset</CodeAnalysisRuleSet>
6970
</PropertyGroup>
71+
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Default' ">
72+
<AppExtensionDebugBundleId />
73+
</PropertyGroup>
7074
<ItemGroup>
7175
<AdditionalFiles Include="..\..\stylecop.json" Link="stylecop.json" />
7276
</ItemGroup>

sample/SampleNotificationServiceExtension/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleVersion</key>
2020
<string>1.0</string>
2121
<key>MinimumOSVersion</key>
22-
<string>14.4</string>
22+
<string>12.0</string>
2323
<key>NSExtension</key>
2424
<dict>
2525
<key>NSExtensionPointIdentifier</key>

sample/SampleNotificationServiceExtension/SampleNotificationServiceExtension.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<ErrorReport>prompt</ErrorReport>
7474
<WarningLevel>4</WarningLevel>
7575
<CodesignKey>iPhone Developer</CodesignKey>
76-
<DeviceSpecificBuild>true</DeviceSpecificBuild>
76+
<DeviceSpecificBuild>false</DeviceSpecificBuild>
7777
<MtouchDebug>true</MtouchDebug>
7878
<MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>
7979
<MtouchFastDev>true</MtouchFastDev>

0 commit comments

Comments
 (0)