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

Commit

Permalink
Update SDK to v3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tuyen-vuduc committed May 13, 2017
1 parent baca84f commit 1eb879b
Show file tree
Hide file tree
Showing 113 changed files with 15 additions and 25 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ packages/
*.nupkg
*.userprefs
Podfile.lock
sharpie/Binding/Mapbox.framework
sharpie/build
sharpie/Pods
13 changes: 6 additions & 7 deletions Naxam.Mapbox.iOS/Naxam.Mapbox.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,18 @@
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<NativeReference Include="Mapbox.framework">
<IsCxx>False</IsCxx>
<Kind>Framework</Kind>
<ForceLoad>True</ForceLoad>
</NativeReference>
</ItemGroup>
<ItemGroup>
<ObjcBindingApiDefinition Include="ApiDefinitions.cs" />
<ObjcBindingApiDefinition Include="Extras.cs" />
</ItemGroup>
<ItemGroup>
<ObjcBindingCoreSource Include="StructsAndEnums.cs" />
</ItemGroup>
<ItemGroup>
<NativeReference Include="..\sharpie\Binding\Mapbox.framework">
<Kind>Framework</Kind>
<SmartLink>False</SmartLink>
</NativeReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.ObjCBinding.CSharp.targets" />
</Project>
6 changes: 3 additions & 3 deletions Naxam.Mapbox.iOS/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
[assembly: AssemblyDescription("Xamarin binding library for Mapbox iOS SDK")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("NAXAM CO.,LTD")]
[assembly: AssemblyProduct("OSS")]
[assembly: AssemblyProduct("X Bindings")]
[assembly: AssemblyCopyright("Copyright @ 2017 NAXAM")]
[assembly: AssemblyTrademark("NAXAM")]
[assembly: AssemblyCulture("")]
Expand All @@ -25,8 +25,8 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("3.5.2")]
[assembly: AssemblyInformationalVersion("3.5.2-alpha")]
[assembly: AssemblyVersion("3.5.4")]
[assembly: AssemblyInformationalVersion("3.5.4")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
10 changes: 1 addition & 9 deletions demo/Naxam.Mapbox.iOSQs/Naxam.Mapbox.iOSQs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
<MtouchDebug>true</MtouchDebug>
<MtouchFastDev>true</MtouchFastDev>
<MtouchProfiling>true</MtouchProfiling>
<MtouchUseSGen>true</MtouchUseSGen>
<MtouchUseRefCounting>true</MtouchUseRefCounting>
<IOSDebuggerPort>47243</IOSDebuggerPort>
<MtouchLink>None</MtouchLink>
<MtouchArch>i386, x86_64</MtouchArch>
Expand All @@ -38,8 +36,6 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchUseSGen>true</MtouchUseSGen>
<MtouchUseRefCounting>true</MtouchUseRefCounting>
<MtouchFloat32>true</MtouchFloat32>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<MtouchLink>SdkOnly</MtouchLink>
Expand All @@ -55,8 +51,6 @@
<WarningLevel>4</WarningLevel>
<CodesignKey>iPhone Developer</CodesignKey>
<DeviceSpecificBuild>true</DeviceSpecificBuild>
<MtouchUseSGen>true</MtouchUseSGen>
<MtouchUseRefCounting>true</MtouchUseRefCounting>
<MtouchLink>None</MtouchLink>
<MtouchArch>i386, x86_64</MtouchArch>
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
Expand All @@ -74,10 +68,8 @@
<MtouchDebug>true</MtouchDebug>
<MtouchFastDev>true</MtouchFastDev>
<MtouchProfiling>true</MtouchProfiling>
<MtouchUseSGen>true</MtouchUseSGen>
<MtouchUseRefCounting>true</MtouchUseRefCounting>
<MtouchFloat32>true</MtouchFloat32>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<CodesignEntitlements></CodesignEntitlements>
<MtouchLink>SdkOnly</MtouchLink>
<MtouchArch>ARMv7, ARM64</MtouchArch>
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
Expand Down
4 changes: 2 additions & 2 deletions mapbox-ios.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<!-- Required elements-->
<id>Naxam.Mapbox.iOS</id>
<version>3.5.2</version>
<version>3.5.4</version>
<description>Xamarin binding library for Mapbox iOS SDK</description>
<authors>Vu Duc Tuyen</authors>
<owners>NAXAM CO.,LTD</owners>
Expand All @@ -12,7 +12,7 @@
<!-- Optional elements -->
<title>Naxam - Mapbox iOS</title>
<summary>Xamarin binding library for Mapbox iOS SDK</summary>
<releaseNotes>Mapbox iOS SDK 3.5.2</releaseNotes>
<releaseNotes>Mapbox iOS SDK 3.5.4</releaseNotes>
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/kanvuduc/xam-mapbox-ios</projectUrl>
<copyright>Copyright (c) 2017 NAXAM</copyright>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ MGL_EXPORT
@property (nonatomic, assign, getter=isVisible) BOOL visible;

/**
The maximum zoom level at which the layer gets parsed and appears.
The maximum zoom level at which the layer gets parsed and appears. This value is a floating-point number.
*/
@property (nonatomic, assign) float maximumZoomLevel;

/**
The minimum zoom level at which the layer gets parsed and appears.
The minimum zoom level at which the layer gets parsed and appears. This value is a floating-point number.
*/
@property (nonatomic, assign) float minimumZoomLevel;

Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion sharpie/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ install! 'cocoapods', :integrate_targets => false
target 'ObjectiveSharpieIntegration' do
use_frameworks!
end
pod 'Mapbox-iOS-SDK', '3.5.2'
pod 'Mapbox-iOS-SDK', '3.5.4'

0 comments on commit 1eb879b

Please sign in to comment.