Skip to content

Commit

Permalink
Merge pull request #10 from nextbillion-ai/1.1.3
Browse files Browse the repository at this point in the history
Update framework to 1.1.3
  • Loading branch information
zhengshenqiu authored Jun 5, 2024
2 parents 4adf967 + 20bb3c0 commit 27710db
Show file tree
Hide file tree
Showing 13 changed files with 3,838 additions and 3,821 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ NGL_EXPORT

+ (void)setAPIBaseURL:(NSURL *)apiBaseURL;

@property (class, copy, nullable) NSString *userId;

@property (class, copy, nullable,readonly) NSString *nbId;


@end

NS_ASSUME_NONNULL_END
4 changes: 2 additions & 2 deletions Nbmap.xcframework/ios-arm64/Nbmap.framework/Info.plist
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.1.2</string>
<string>1.1.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
Expand All @@ -43,7 +43,7 @@
<key>DTXcodeBuild</key>
<string>15E204a</string>
<key>GIT_REVISION</key>
<string>75964b0</string>
<string>d40cc61</string>
<key>MinimumOSVersion</key>
<string>9.0</string>
<key>NGLCommitHash</key>
Expand Down
Binary file modified Nbmap.xcframework/ios-arm64/Nbmap.framework/Nbmap
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.1.2</string>
<string>1.1.3</string>
<key>CFBundleVersion</key>
<string>11</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 @@ -43,6 +43,11 @@ NGL_EXPORT

+ (void)setAPIBaseURL:(NSURL *)apiBaseURL;

@property (class, copy, nullable) NSString *userId;

@property (class, copy, nullable,readonly) NSString *nbId;


@end

NS_ASSUME_NONNULL_END
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.1.2</string>
<string>1.1.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
Expand All @@ -43,7 +43,7 @@
<key>DTXcodeBuild</key>
<string>15E204a</string>
<key>GIT_REVISION</key>
<string>75964b0</string>
<string>d40cc61</string>
<key>MinimumOSVersion</key>
<string>9.0</string>
<key>NGLCommitHash</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
</data>
<key>Headers/NGLAccountManager.h</key>
<data>
MkEpl71QppJEAZOD/aUSW8aoc9Q=
oral8fjOApeFaAJuah3sFVw3r/c=
</data>
<key>Headers/NGLAnnotation.h</key>
<data>
Expand Down Expand Up @@ -358,7 +358,7 @@
</data>
<key>Info.plist</key>
<data>
MrTE/IkTMUOxCWmrQvojPlnESN8=
xQjMaRmE5b4yzq8jjutozqAyuSI=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down Expand Up @@ -1264,11 +1264,11 @@
<dict>
<key>hash</key>
<data>
MkEpl71QppJEAZOD/aUSW8aoc9Q=
oral8fjOApeFaAJuah3sFVw3r/c=
</data>
<key>hash2</key>
<data>
Pnfzic89ChlHvCe0p8EOJlm/ljTYl9W7jlOI9RkQ9fI=
2mo9Q1xlk/oJmGClccwozFFDVFc82qOeufoFDNi80UM=
</data>
</dict>
<key>Headers/NGLAnnotation.h</key>
Expand Down
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.1.2</string>
<string>1.1.3</string>
<key>CFBundleVersion</key>
<string>11</string>
</dict>
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion NextBillionMap.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |spec|

spec.name = "NextBillionMap"
spec.version = "1.1.2"
spec.version = "1.1.3"
spec.summary = "The nextbillion.ai iOS map cocoapods repo"

spec.description = <<-DESC
Expand Down

0 comments on commit 27710db

Please sign in to comment.