Skip to content

Commit

Permalink
up navigine xcframework
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Tychinin authored and Pavel Tychinin committed Aug 21, 2023
1 parent 1b484d4 commit 518ba86
Show file tree
Hide file tree
Showing 344 changed files with 6,797 additions and 22 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
`navigine.framework` adheres to [Semantic Versioning](http://semver.org/).

## [2.3.1](https://github.com/Navigine/navigine_ios_framework/releases/tag/v.2.3.2) / 2023-08-21
* Improved indoor positioning algorithm

## [2.3.1](https://github.com/Navigine/navigine_ios_framework/releases/tag/v.2.3.1) / 2023-06-15
* Improved indoor positioning algorithm
* Added shove gesture support
Expand Down
39 changes: 39 additions & 0 deletions Frameworks/Navigine.xcframework/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AvailableLibraries</key>
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>Navigine.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64-simulator</string>
<key>LibraryPath</key>
<string>Navigine.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
<string>XFWK</string>
<key>XCFrameworkFormatVersion</key>
<string>1.0</string>
</dict>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
DEFAULT_EXPORT_ATTRIBUTE
@interface NCNavigineSdk : NSObject

+ (void)setUserHash:(nonnull NSString *)userHash;

+ (void)setServer:(nonnull NSString *)server;

+ (nullable NCNavigineSdk *)getInstance;

+ (nonnull NSString *)getVersion;
Expand All @@ -31,6 +27,10 @@ DEFAULT_EXPORT_ATTRIBUTE

+ (int64_t)getRelativeTime;

- (void)setUserHash:(nonnull NSString *)userHash;

- (void)setServer:(nonnull NSString *)server;

- (nullable NCLocationManager *)getLocationManager;

- (nullable NCNavigationManager *)getNavigationManager:(nullable NCLocationManager *)locationManager;
Expand Down
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 518ba86

Please sign in to comment.