File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
SampleNotificationServiceExtension Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 21
21
<string >UIInterfaceOrientationLandscapeRight </string >
22
22
</array >
23
23
<key >MinimumOSVersion </key >
24
- <string >8 .0 </string >
24
+ <string >12 .0 </string >
25
25
<key >CFBundleDisplayName </key >
26
26
<string >Notifo SDK Sample </string >
27
27
<key >CFBundleIdentifier </key >
Original file line number Diff line number Diff line change 14
14
<AssemblyName >Sample.iOS</AssemblyName >
15
15
<MtouchEnableSGenConc >true</MtouchEnableSGenConc >
16
16
<MtouchHttpClientHandler >NSUrlSessionHandler</MtouchHttpClientHandler >
17
- <ProvisioningType >automatic </ProvisioningType >
17
+ <ProvisioningType >manual </ProvisioningType >
18
18
</PropertyGroup >
19
19
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' " >
20
20
<DebugSymbols >true</DebugSymbols >
63
63
<MtouchArch >ARM64</MtouchArch >
64
64
<CodesignKey >iPhone Developer</CodesignKey >
65
65
<CodesignEntitlements >Entitlements.plist</CodesignEntitlements >
66
+ <MtouchDebug >true</MtouchDebug >
66
67
</PropertyGroup >
67
68
<PropertyGroup >
68
69
<CodeAnalysisRuleSet >..\..\Notifo.ruleset</CodeAnalysisRuleSet >
69
70
</PropertyGroup >
71
+ <PropertyGroup Condition =" '$(RunConfiguration)' == 'Default' " >
72
+ <AppExtensionDebugBundleId />
73
+ </PropertyGroup >
70
74
<ItemGroup >
71
75
<AdditionalFiles Include =" ..\..\stylecop.json" Link =" stylecop.json" />
72
76
</ItemGroup >
Original file line number Diff line number Diff line change 19
19
<key >CFBundleVersion </key >
20
20
<string >1.0 </string >
21
21
<key >MinimumOSVersion </key >
22
- <string >14.4 </string >
22
+ <string >12.0 </string >
23
23
<key >NSExtension </key >
24
24
<dict >
25
25
<key >NSExtensionPointIdentifier </key >
Original file line number Diff line number Diff line change 73
73
<ErrorReport >prompt</ErrorReport >
74
74
<WarningLevel >4</WarningLevel >
75
75
<CodesignKey >iPhone Developer</CodesignKey >
76
- <DeviceSpecificBuild >true </DeviceSpecificBuild >
76
+ <DeviceSpecificBuild >false </DeviceSpecificBuild >
77
77
<MtouchDebug >true</MtouchDebug >
78
78
<MtouchNoSymbolStrip >true</MtouchNoSymbolStrip >
79
79
<MtouchFastDev >true</MtouchFastDev >
You can’t perform that action at this time.
0 commit comments