Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit 1eb879b

Browse files
committed
Update SDK to v3.5.4
1 parent baca84f commit 1eb879b

File tree

113 files changed

+15
-25
lines changed

Some content is hidden

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

113 files changed

+15
-25
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ packages/
44
*.nupkg
55
*.userprefs
66
Podfile.lock
7-
sharpie/Binding/Mapbox.framework
87
sharpie/build
98
sharpie/Pods

Naxam.Mapbox.iOS/Naxam.Mapbox.iOS.csproj

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,18 @@
3636
<ItemGroup>
3737
<Compile Include="Properties\AssemblyInfo.cs" />
3838
</ItemGroup>
39-
<ItemGroup>
40-
<NativeReference Include="Mapbox.framework">
41-
<IsCxx>False</IsCxx>
42-
<Kind>Framework</Kind>
43-
<ForceLoad>True</ForceLoad>
44-
</NativeReference>
45-
</ItemGroup>
4639
<ItemGroup>
4740
<ObjcBindingApiDefinition Include="ApiDefinitions.cs" />
4841
<ObjcBindingApiDefinition Include="Extras.cs" />
4942
</ItemGroup>
5043
<ItemGroup>
5144
<ObjcBindingCoreSource Include="StructsAndEnums.cs" />
5245
</ItemGroup>
46+
<ItemGroup>
47+
<NativeReference Include="..\sharpie\Binding\Mapbox.framework">
48+
<Kind>Framework</Kind>
49+
<SmartLink>False</SmartLink>
50+
</NativeReference>
51+
</ItemGroup>
5352
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.ObjCBinding.CSharp.targets" />
5453
</Project>

Naxam.Mapbox.iOS/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
[assembly: AssemblyDescription("Xamarin binding library for Mapbox iOS SDK")]
1717
[assembly: AssemblyConfiguration("")]
1818
[assembly: AssemblyCompany("NAXAM CO.,LTD")]
19-
[assembly: AssemblyProduct("OSS")]
19+
[assembly: AssemblyProduct("X Bindings")]
2020
[assembly: AssemblyCopyright("Copyright @ 2017 NAXAM")]
2121
[assembly: AssemblyTrademark("NAXAM")]
2222
[assembly: AssemblyCulture("")]
@@ -25,8 +25,8 @@
2525
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
2626
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
2727

28-
[assembly: AssemblyVersion("3.5.2")]
29-
[assembly: AssemblyInformationalVersion("3.5.2-alpha")]
28+
[assembly: AssemblyVersion("3.5.4")]
29+
[assembly: AssemblyInformationalVersion("3.5.4")]
3030

3131
// The following attributes are used to specify the signing key for the assembly,
3232
// if desired. See the Mono documentation for more information about signing.

demo/Naxam.Mapbox.iOSQs/Naxam.Mapbox.iOSQs.csproj

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
<MtouchDebug>true</MtouchDebug>
2424
<MtouchFastDev>true</MtouchFastDev>
2525
<MtouchProfiling>true</MtouchProfiling>
26-
<MtouchUseSGen>true</MtouchUseSGen>
27-
<MtouchUseRefCounting>true</MtouchUseRefCounting>
2826
<IOSDebuggerPort>47243</IOSDebuggerPort>
2927
<MtouchLink>None</MtouchLink>
3028
<MtouchArch>i386, x86_64</MtouchArch>
@@ -38,8 +36,6 @@
3836
<ErrorReport>prompt</ErrorReport>
3937
<WarningLevel>4</WarningLevel>
4038
<CodesignKey>iPhone Developer</CodesignKey>
41-
<MtouchUseSGen>true</MtouchUseSGen>
42-
<MtouchUseRefCounting>true</MtouchUseRefCounting>
4339
<MtouchFloat32>true</MtouchFloat32>
4440
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
4541
<MtouchLink>SdkOnly</MtouchLink>
@@ -55,8 +51,6 @@
5551
<WarningLevel>4</WarningLevel>
5652
<CodesignKey>iPhone Developer</CodesignKey>
5753
<DeviceSpecificBuild>true</DeviceSpecificBuild>
58-
<MtouchUseSGen>true</MtouchUseSGen>
59-
<MtouchUseRefCounting>true</MtouchUseRefCounting>
6054
<MtouchLink>None</MtouchLink>
6155
<MtouchArch>i386, x86_64</MtouchArch>
6256
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
@@ -74,10 +68,8 @@
7468
<MtouchDebug>true</MtouchDebug>
7569
<MtouchFastDev>true</MtouchFastDev>
7670
<MtouchProfiling>true</MtouchProfiling>
77-
<MtouchUseSGen>true</MtouchUseSGen>
78-
<MtouchUseRefCounting>true</MtouchUseRefCounting>
7971
<MtouchFloat32>true</MtouchFloat32>
80-
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
72+
<CodesignEntitlements></CodesignEntitlements>
8173
<MtouchLink>SdkOnly</MtouchLink>
8274
<MtouchArch>ARMv7, ARM64</MtouchArch>
8375
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>

mapbox-ios.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<!-- Required elements-->
55
<id>Naxam.Mapbox.iOS</id>
6-
<version>3.5.2</version>
6+
<version>3.5.4</version>
77
<description>Xamarin binding library for Mapbox iOS SDK</description>
88
<authors>Vu Duc Tuyen</authors>
99
<owners>NAXAM CO.,LTD</owners>
@@ -12,7 +12,7 @@
1212
<!-- Optional elements -->
1313
<title>Naxam - Mapbox iOS</title>
1414
<summary>Xamarin binding library for Mapbox iOS SDK</summary>
15-
<releaseNotes>Mapbox iOS SDK 3.5.2</releaseNotes>
15+
<releaseNotes>Mapbox iOS SDK 3.5.4</releaseNotes>
1616
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
1717
<projectUrl>https://github.com/kanvuduc/xam-mapbox-ios</projectUrl>
1818
<copyright>Copyright (c) 2017 NAXAM</copyright>

0 commit comments

Comments
 (0)