File tree Expand file tree Collapse file tree 15 files changed +63
-27
lines changed
Frameworks/Navigine.xcframework
ios-arm64_x86_64-simulator/Navigine.framework
ios-arm64/Navigine.framework Expand file tree Collapse file tree 15 files changed +63
-27
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33` navigine.framework ` adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5+ ## [ 2.5.5] ( https://github.com/Navigine/navigine_ios_framework/releases/tag/v.2.5.5 ) / 2025-05-19
6+ * NCCircleMapObject renrerring
7+ * Fixed navigation algorighms
8+
59## [ 2.5.4] ( https://github.com/Navigine/navigine_ios_framework/releases/tag/v.2.5.4 ) / 2025-03-19
610* Fixed Metal DEPTH_TEST
711* Fixed navigation algorighms
Original file line number Diff line number Diff line change 88 <key >BinaryPath </key >
99 <string >Navigine.framework/Navigine </string >
1010 <key >LibraryIdentifier </key >
11- <string >ios-arm64 </string >
11+ <string >ios-arm64_x86_64-simulator </string >
1212 <key >LibraryPath </key >
1313 <string >Navigine.framework </string >
1414 <key >SupportedArchitectures </key >
1515 <array >
1616 <string >arm64 </string >
17+ <string >x86_64 </string >
1718 </array >
1819 <key >SupportedPlatform </key >
1920 <string >ios </string >
21+ <key >SupportedPlatformVariant </key >
22+ <string >simulator </string >
2023 </dict >
2124 <dict >
2225 <key >BinaryPath </key >
2326 <string >Navigine.framework/Navigine </string >
2427 <key >LibraryIdentifier </key >
25- <string >ios-arm64_x86_64-simulator </string >
28+ <string >ios-arm64 </string >
2629 <key >LibraryPath </key >
2730 <string >Navigine.framework </string >
2831 <key >SupportedArchitectures </key >
2932 <array >
3033 <string >arm64 </string >
31- <string >x86_64 </string >
3234 </array >
3335 <key >SupportedPlatform </key >
3436 <string >ios </string >
35- <key >SupportedPlatformVariant </key >
36- <string >simulator </string >
3737 </dict >
3838 </array >
3939 <key >CFBundlePackageType </key >
Original file line number Diff line number Diff line change @@ -225,8 +225,6 @@ DEFAULT_EXPORT_ATTRIBUTE
225225- (void )applyFilter : (nonnull NSString *)filter
226226 layer : (nonnull NSString *)layer ;
227227
228- - (void )setIcons : (nonnull NSDictionary <NSString *, UIImage *> *)icons ;
229-
230228+ (void )setDebugFlag : (NCDebugFlag)flag
231229 on : (BOOL )on ;
232230
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ DEFAULT_EXPORT_ATTRIBUTE
5656
5757/* *
5858 * @brief Method is used to apply custom styling to map object.
59- * @param style styling string.
59+ * @param style styling string (@ref en/styles/styles.md) .
6060 * @return true if success, false otherwise.
6161 */
6262- (BOOL )setStyle : (nonnull NSString *)style ;
You can’t perform that action at this time.
0 commit comments