Skip to content

Commit

Permalink
Merge pull request #29 from nextbillion-ai/update/1.6.1
Browse files Browse the repository at this point in the history
Bump to 1.6.1
  • Loading branch information
zhengshenqiu authored Sep 4, 2024
2 parents d8397a6 + 5be6fb5 commit f3d93a5
Show file tree
Hide file tree
Showing 40 changed files with 44,135 additions and 44,063 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.6.0</string>
<string>1.6.1</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>iPhoneOS</string>
Expand All @@ -41,7 +41,7 @@
<key>DTXcodeBuild</key>
<string>15E204a</string>
<key>GIT_REVISION</key>
<string>64524f8</string>
<string>439da1f</string>
<key>MinimumOSVersion</key>
<string>12.0</string>
<key>NSAppTransportSecurity</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120569,6 +120569,27 @@
],
"isFromExtension": true,
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "modifyRoute",
"printedName": "modifyRoute()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Func",
"usr": "s:19NbmapCoreNavigation5RouteC06modifyD0yyF",
"mangledName": "$s19NbmapCoreNavigation5RouteC06modifyD0yyF",
"moduleName": "NbmapCoreNavigation",
"declAttributes": [
"AccessControl"
],
"isFromExtension": true,
"funcSelfKind": "NonMutating"
}
],
"declKind": "Class",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1077,6 +1077,7 @@ extension NbmapCoreNavigation.Route {
get
}
public func polylineAroundManeuver(legIndex: Swift.Int, stepIndex: Swift.Int, distance: CoreLocation.CLLocationDistance) -> Turf.LineString
public func modifyRoute()
}
public enum AnyUnpackError : Swift.Error {
case typeMismatch
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1077,6 +1077,7 @@ extension NbmapCoreNavigation.Route {
get
}
public func polylineAroundManeuver(legIndex: Swift.Int, stepIndex: Swift.Int, distance: CoreLocation.CLLocationDistance) -> Turf.LineString
public func modifyRoute()
}
public enum AnyUnpackError : Swift.Error {
case typeMismatch
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>1.6.0</string>
<string>1.6.1</string>
<key>CFBundleVersion</key>
<string>13</string>
</dict>
Expand Down
Binary file not shown.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.6.0</string>
<string>1.6.1</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>iPhoneSimulator</string>
Expand All @@ -41,7 +41,7 @@
<key>DTXcodeBuild</key>
<string>15E204a</string>
<key>GIT_REVISION</key>
<string>64524f8</string>
<string>439da1f</string>
<key>MinimumOSVersion</key>
<string>12.0</string>
<key>NSAppTransportSecurity</key>
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -120569,6 +120569,27 @@
],
"isFromExtension": true,
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "modifyRoute",
"printedName": "modifyRoute()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Func",
"usr": "s:19NbmapCoreNavigation5RouteC06modifyD0yyF",
"mangledName": "$s19NbmapCoreNavigation5RouteC06modifyD0yyF",
"moduleName": "NbmapCoreNavigation",
"declAttributes": [
"AccessControl"
],
"isFromExtension": true,
"funcSelfKind": "NonMutating"
}
],
"declKind": "Class",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1077,6 +1077,7 @@ extension NbmapCoreNavigation.Route {
get
}
public func polylineAroundManeuver(legIndex: Swift.Int, stepIndex: Swift.Int, distance: CoreLocation.CLLocationDistance) -> Turf.LineString
public func modifyRoute()
}
public enum AnyUnpackError : Swift.Error {
case typeMismatch
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1077,6 +1077,7 @@ extension NbmapCoreNavigation.Route {
get
}
public func polylineAroundManeuver(legIndex: Swift.Int, stepIndex: Swift.Int, distance: CoreLocation.CLLocationDistance) -> Turf.LineString
public func modifyRoute()
}
public enum AnyUnpackError : Swift.Error {
case typeMismatch
Expand Down
Loading

0 comments on commit f3d93a5

Please sign in to comment.