Skip to content

Commit

Permalink
update with version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GenChe committed Oct 31, 2023
1 parent 9de77d3 commit 80a82ca
Show file tree
Hide file tree
Showing 27 changed files with 1,511 additions and 169 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

---

## [0.10.0]

### Added

* Map+PositioningExample: add an example app to demonstrate VPS functionality
* MapSDK: Create filter by tags
* MapSDK: Extend MapData with Extras

### Fixed

* MapSDK: fix automatic level change when CameraMode is not tracking
* MapSDK: automatic level switch on user movements freezes/lags the app

### Dependencies

* Alamofire 5.8.0 -> 5.8.1

## [0.9.0]

### Added
Expand Down
435 changes: 346 additions & 89 deletions Examples.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1430"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D250CA2F28D31EF100DBFF5D"
BuildableName = "Map+PositioningExample.app"
BlueprintName = "Map+PositioningExample"
ReferencedContainer = "container:Examples.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
codeCoverageEnabled = "YES"
onlyGenerateCoverageForSpecifiedTargets = "YES">
<CodeCoverageTargets>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D250CA2F28D31EF100DBFF5D"
BuildableName = "Map+PositioningExample.app"
BlueprintName = "Map+PositioningExample"
ReferencedContainer = "container:Examples.xcodeproj">
</BuildableReference>
</CodeCoverageTargets>
<Testables>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D250CA2F28D31EF100DBFF5D"
BuildableName = "Map+PositioningExample.app"
BlueprintName = "Map+PositioningExample"
ReferencedContainer = "container:Examples.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D250CA2F28D31EF100DBFF5D"
BuildableName = "Map+PositioningExample.app"
BlueprintName = "Map+PositioningExample"
ReferencedContainer = "container:Examples.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1400"
LastUpgradeVersion = "1430"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -15,8 +15,8 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D250C9D628D3176F00DBFF5D"
BuildableName = "MapExamples.app"
BlueprintName = "MapExamples"
BuildableName = "MapExample.app"
BlueprintName = "MapExample"
ReferencedContainer = "container:Examples.xcodeproj">
</BuildableReference>
</BuildActionEntry>
Expand All @@ -33,8 +33,8 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D250C9D628D3176F00DBFF5D"
BuildableName = "MapExamples.app"
BlueprintName = "MapExamples"
BuildableName = "MapExample.app"
BlueprintName = "MapExample"
ReferencedContainer = "container:Examples.xcodeproj">
</BuildableReference>
</CodeCoverageTargets>
Expand Down Expand Up @@ -78,8 +78,8 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D250C9D628D3176F00DBFF5D"
BuildableName = "MapExamples.app"
BlueprintName = "MapExamples"
BuildableName = "MapExample.app"
BlueprintName = "MapExample"
ReferencedContainer = "container:Examples.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
Expand All @@ -95,8 +95,8 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D250C9D628D3176F00DBFF5D"
BuildableName = "MapExamples.app"
BlueprintName = "MapExamples"
BuildableName = "MapExample.app"
BlueprintName = "MapExample"
ReferencedContainer = "container:Examples.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"images" : [
{
"filename" : "Map + Position icon.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading

0 comments on commit 80a82ca

Please sign in to comment.