Skip to content

Commit

Permalink
Merge pull request #7 from nextbillion-ai/release/1.1.0
Browse files Browse the repository at this point in the history
Update framework to 1.1.0
  • Loading branch information
zhengshenqiu authored Apr 29, 2024
2 parents 83b3319 + f6ffffc commit 873eb04
Show file tree
Hide file tree
Showing 355 changed files with 3,890 additions and 48,890 deletions.
12 changes: 6 additions & 6 deletions Nbmap.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,33 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>BitcodeSymbolMapsPath</key>
<string>BCSymbolMaps</string>
<key>BinaryPath</key>
<string>Nbmap.framework/Nbmap</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>Nbmap.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>Nbmap.framework/Nbmap</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_i386_x86_64-simulator</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>Nbmap.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,20 @@ NGL_EXPORT
*/
@property (class, copy, nullable) NSString *accessToken;

/**
Setting this property to a value of `nil` has no effect.
The name of the API key header. If set, the API key will be added to the request header with this name instead of in the query.
@note You can set the header name before attempting to load any Nbmap-hosted
style. Therefore, you should generally set it before creating an instance of
`NGLMapView`. The recommended way to set an access token is to add an entry
to your application’s Info.plist file with the key `NBMapApiKeyHeaderName`
and the type `String`. Alternatively, you may call this method from your
application delegate’s `-applicationDidFinishLaunching:` method.
*/
@property (class, copy, nullable) NSString *apiKeyHeaderName;

@property (class, nonatomic, strong, readonly) NSURL *apiBaseURL;

+ (void)setAPIBaseURL:(NSURL *)apiBaseURL;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>22D68</string>
<string>23E224</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -29,21 +29,21 @@
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>19C51</string>
<string>21E210</string>
<key>DTPlatformName</key>
<string>iphoneos</string>
<key>DTPlatformVersion</key>
<string>15.2</string>
<string>17.4</string>
<key>DTSDKBuild</key>
<string>19C51</string>
<string>21E210</string>
<key>DTSDKName</key>
<string>iphoneos15.2</string>
<string>iphoneos17.4</string>
<key>DTXcode</key>
<string>1321</string>
<string>1530</string>
<key>DTXcodeBuild</key>
<string>13C100</string>
<string>15E204a</string>
<key>GIT_REVISION</key>
<string>2c9dffe</string>
<string>5af7c76</string>
<key>MinimumOSVersion</key>
<string>9.0</string>
<key>NGLCommitHash</key>
Expand All @@ -55,5 +55,9 @@
<integer>1</integer>
<integer>2</integer>
</array>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>arm64</string>
</array>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
framework module Nbmap {
umbrella header "Nbmap.h"

export *

module * { export * }
}
Binary file added Nbmap.xcframework/ios-arm64/Nbmap.framework/Nbmap
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Loading

0 comments on commit 873eb04

Please sign in to comment.