feat(user-location): show user location on the map when app is first opened
This commit is contained in:
		| @@ -0,0 +1,124 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <Scheme | ||||
|    LastUpgradeVersion = "1630" | ||||
|    wasCreatedForAppExtension = "YES" | ||||
|    version = "2.0"> | ||||
|    <BuildAction | ||||
|       parallelizeBuildables = "YES" | ||||
|       buildImplicitDependencies = "YES" | ||||
|       buildArchitectures = "Automatic"> | ||||
|       <BuildActionEntries> | ||||
|          <BuildActionEntry | ||||
|             buildForTesting = "YES" | ||||
|             buildForRunning = "YES" | ||||
|             buildForProfiling = "YES" | ||||
|             buildForArchiving = "YES" | ||||
|             buildForAnalyzing = "YES"> | ||||
|             <BuildableReference | ||||
|                BuildableIdentifier = "primary" | ||||
|                BlueprintIdentifier = "6C6E6C322D009628003D3BA9" | ||||
|                BuildableName = "StepMapWidgetsExtension.appex" | ||||
|                BlueprintName = "StepMapWidgetsExtension" | ||||
|                ReferencedContainer = "container:StepMap.xcodeproj"> | ||||
|             </BuildableReference> | ||||
|          </BuildActionEntry> | ||||
|          <BuildActionEntry | ||||
|             buildForTesting = "YES" | ||||
|             buildForRunning = "YES" | ||||
|             buildForProfiling = "YES" | ||||
|             buildForArchiving = "YES" | ||||
|             buildForAnalyzing = "YES"> | ||||
|             <BuildableReference | ||||
|                BuildableIdentifier = "primary" | ||||
|                BlueprintIdentifier = "6C5D06442CF209960006CDE9" | ||||
|                BuildableName = "StepMap.app" | ||||
|                BlueprintName = "StepMap" | ||||
|                ReferencedContainer = "container:StepMap.xcodeproj"> | ||||
|             </BuildableReference> | ||||
|          </BuildActionEntry> | ||||
|       </BuildActionEntries> | ||||
|    </BuildAction> | ||||
|    <TestAction | ||||
|       buildConfiguration = "Debug" | ||||
|       selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | ||||
|       selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | ||||
|       shouldUseLaunchSchemeArgsEnv = "YES" | ||||
|       shouldAutocreateTestPlan = "YES"> | ||||
|    </TestAction> | ||||
|    <LaunchAction | ||||
|       buildConfiguration = "Debug" | ||||
|       selectedDebuggerIdentifier = "" | ||||
|       selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn" | ||||
|       launchStyle = "0" | ||||
|       askForAppToLaunch = "Yes" | ||||
|       useCustomWorkingDirectory = "NO" | ||||
|       ignoresPersistentStateOnLaunch = "NO" | ||||
|       debugDocumentVersioning = "YES" | ||||
|       debugServiceExtension = "internal" | ||||
|       allowLocationSimulation = "YES" | ||||
|       launchAutomaticallySubstyle = "2"> | ||||
|       <RemoteRunnable | ||||
|          runnableDebuggingMode = "2" | ||||
|          BundleIdentifier = "com.apple.springboard"> | ||||
|          <BuildableReference | ||||
|             BuildableIdentifier = "primary" | ||||
|             BlueprintIdentifier = "6C6E6C322D009628003D3BA9" | ||||
|             BuildableName = "StepMapWidgetsExtension.appex" | ||||
|             BlueprintName = "StepMapWidgetsExtension" | ||||
|             ReferencedContainer = "container:StepMap.xcodeproj"> | ||||
|          </BuildableReference> | ||||
|       </RemoteRunnable> | ||||
|       <MacroExpansion> | ||||
|          <BuildableReference | ||||
|             BuildableIdentifier = "primary" | ||||
|             BlueprintIdentifier = "6C5D06442CF209960006CDE9" | ||||
|             BuildableName = "StepMap.app" | ||||
|             BlueprintName = "StepMap" | ||||
|             ReferencedContainer = "container:StepMap.xcodeproj"> | ||||
|          </BuildableReference> | ||||
|       </MacroExpansion> | ||||
|       <EnvironmentVariables> | ||||
|          <EnvironmentVariable | ||||
|             key = "_XCWidgetKind" | ||||
|             value = "" | ||||
|             isEnabled = "YES"> | ||||
|          </EnvironmentVariable> | ||||
|          <EnvironmentVariable | ||||
|             key = "_XCWidgetDefaultView" | ||||
|             value = "timeline" | ||||
|             isEnabled = "YES"> | ||||
|          </EnvironmentVariable> | ||||
|          <EnvironmentVariable | ||||
|             key = "_XCWidgetFamily" | ||||
|             value = "systemMedium" | ||||
|             isEnabled = "YES"> | ||||
|          </EnvironmentVariable> | ||||
|       </EnvironmentVariables> | ||||
|    </LaunchAction> | ||||
|    <ProfileAction | ||||
|       buildConfiguration = "Release" | ||||
|       shouldUseLaunchSchemeArgsEnv = "YES" | ||||
|       savedToolIdentifier = "" | ||||
|       useCustomWorkingDirectory = "NO" | ||||
|       debugDocumentVersioning = "YES" | ||||
|       askForAppToLaunch = "Yes" | ||||
|       launchAutomaticallySubstyle = "2"> | ||||
|       <BuildableProductRunnable | ||||
|          runnableDebuggingMode = "0"> | ||||
|          <BuildableReference | ||||
|             BuildableIdentifier = "primary" | ||||
|             BlueprintIdentifier = "6C5D06442CF209960006CDE9" | ||||
|             BuildableName = "StepMap.app" | ||||
|             BlueprintName = "StepMap" | ||||
|             ReferencedContainer = "container:StepMap.xcodeproj"> | ||||
|          </BuildableReference> | ||||
|       </BuildableProductRunnable> | ||||
|    </ProfileAction> | ||||
|    <AnalyzeAction | ||||
|       buildConfiguration = "Debug"> | ||||
|    </AnalyzeAction> | ||||
|    <ArchiveAction | ||||
|       buildConfiguration = "Release" | ||||
|       revealArchiveInOrganizer = "YES"> | ||||
|    </ArchiveAction> | ||||
| </Scheme> | ||||
		Reference in New Issue
	
	Block a user