Skip to content

Commit

Permalink
Merge pull request #22 from flitsmeister/feature/update-version
Browse files Browse the repository at this point in the history
Update version to 1.0.6
  • Loading branch information
Marcelhozeman authored Oct 5, 2022
2 parents dc92711 + 7f17dd1 commit 6db2d54
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes to the Mapbox Navigation SDK for iOS

## v1.0.6 (October 5, 2022)

* Changed Swift version from 4 to 5
* Fixed some warnings
* Updated `Getting Started` in README
* Added `Sample Code` in README

## v0.21.0 (September 17, 2018)

### User interface
Expand Down
2 changes: 1 addition & 1 deletion Examples/Objective-CTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.3</string>
<string>1.0.6</string>
<key>CFBundleVersion</key>
<string>34</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion Examples/SwiftTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.3</string>
<string>1.0.6</string>
<key>CFBundleVersion</key>
<string>34</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion MapboxCoreNavigation/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.3</string>
<string>1.0.6</string>
<key>CFBundleVersion</key>
<string>34</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion MapboxCoreNavigationTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.3</string>
<string>1.0.6</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Location Usage Description</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
Expand Down
2 changes: 1 addition & 1 deletion MapboxNavigation/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.3</string>
<string>1.0.6</string>
<key>CFBundleVersion</key>
<string>34</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion MapboxNavigationTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.3</string>
<string>1.0.6</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>Location Usage Description</string>
<key>NSLocationWhenInUseUsageDescription</key>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ If you are looking to include this inside your project, you have to follow the t
1. Add dependencies to Cartfile
```
binary "https://www.mapbox.com/ios-sdk/Mapbox-iOS-SDK.json" == 5.3.0
github "flitsmeister/flitsmeister-navigation-ios" ~> 1.0.3
github "flitsmeister/flitsmeister-navigation-ios" ~> 1.0.6
```
1. Build the frameworks
- Open terminal
Expand Down
2 changes: 1 addition & 1 deletion RouteTest/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.3</string>
<string>1.0.6</string>
<key>CFBundleVersion</key>
<string>34</string>
<key>LSRequiresIPhoneOS</key>
Expand Down

0 comments on commit 6db2d54

Please sign in to comment.