Skip to content

Commit f8f8507

Browse files
authored
Merge pull request #385 from OneSignal/release-4.3.5
Release 4.3.5
2 parents 6b4cffd + 89773c3 commit f8f8507

File tree

297 files changed

+3949
-7267
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

297 files changed

+3949
-7267
lines changed
12.1 KB
Binary file not shown.

OneSignal.Android.Binding/OneSignal.Android.Binding.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<AndroidSdkBuildToolsVersion Condition="'$(AndroidSdkBuildToolsVersion)' == ''">28.0.3</AndroidSdkBuildToolsVersion>
1515
<AndroidTlsProvider></AndroidTlsProvider>
1616
<AndroidClassParser>class-parse</AndroidClassParser>
17-
<ReleaseVersion>4.3.4</ReleaseVersion>
17+
<ReleaseVersion>4.3.5</ReleaseVersion>
1818
</PropertyGroup>
1919
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2020
<DebugSymbols>true</DebugSymbols>

OneSignal.iOS.Binding/OneSignal.iOS.Binding.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
1111
<AssemblyName>OneSignal.iOS.Binding</AssemblyName>
1212
<NoBindingEmbedding>true</NoBindingEmbedding>
13-
<ReleaseVersion>4.3.4</ReleaseVersion>
13+
<ReleaseVersion>4.3.5</ReleaseVersion>
1414
</PropertyGroup>
1515
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1616
<DebugSymbols>true</DebugSymbols>

OneSignal.iOS.Binding/OneSignal.xcframework/Info.plist

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@
66
<array>
77
<dict>
88
<key>LibraryIdentifier</key>
9-
<string>ios-arm64_i386_x86_64-simulator</string>
9+
<string>ios-arm64_x86_64-simulator</string>
1010
<key>LibraryPath</key>
1111
<string>OneSignal.framework</string>
1212
<key>SupportedArchitectures</key>
1313
<array>
1414
<string>arm64</string>
15-
<string>i386</string>
1615
<string>x86_64</string>
1716
</array>
1817
<key>SupportedPlatform</key>
@@ -22,14 +21,12 @@
2221
</dict>
2322
<dict>
2423
<key>LibraryIdentifier</key>
25-
<string>ios-arm64_armv7_armv7s</string>
24+
<string>ios-arm64</string>
2625
<key>LibraryPath</key>
2726
<string>OneSignal.framework</string>
2827
<key>SupportedArchitectures</key>
2928
<array>
3029
<string>arm64</string>
31-
<string>armv7</string>
32-
<string>armv7s</string>
3330
</array>
3431
<key>SupportedPlatform</key>
3532
<string>ios</string>
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)