Skip to content

Commit

Permalink
Merge pull request #98 from Esri/v.next
Browse files Browse the repository at this point in the history
V.next
  • Loading branch information
mhdostal authored Mar 16, 2020
2 parents f355078 + 5e95c70 commit 4aed892
Show file tree
Hide file tree
Showing 8 changed files with 114 additions and 371 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ This step is optional during development, but required for deployment.
3. Set the value of the static variable `licenseKey` to the value from step 1.

## Learn More
Learn more about Esri Example Apps [here](https://developers.arcgis.com/example-apps).
Learn more about ArcGIS open source apps [here](https://developers.arcgis.com/example-apps).

## Requirements
* [Xcode](https://itunes.apple.com/us/app/xcode/id497799835?mt=12)
Expand Down
9 changes: 8 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Release 1.0.3

- Updates minimum deployment target to match that supported by ArcGIS iOS Runtime SDK.
- Turns off metal validation -> fixes iOS 12 device crash.
- New bundle ID.
- Remove Unit Test targets.

# Release 1.0.2

* Certification for the 100.7.0 release of the ArcGIS Runtime SDK for iOS.
Expand All @@ -6,4 +13,4 @@

* [Bug fix](https://github.com/Esri/maps-app-ios/issues/89) to dispatch UI updates to main thread.
* Ensures app builds with iOS 13.
* Adds [app documentation](/docs/index.md) from the ArcGIS for Developers site.
* Adds [app documentation](/docs/index.md) from the ArcGIS for Developers site.
246 changes: 6 additions & 240 deletions maps-app-ios.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1130"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D96A77501E8594BF00F441D3"
BuildableName = "maps-app-ios.app"
BlueprintName = "maps-app-ios"
ReferencedContainer = "container:maps-app-ios.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D96A77641E8594C000F441D3"
BuildableName = "maps-app-iosTests.xctest"
BlueprintName = "maps-app-iosTests"
ReferencedContainer = "container:maps-app-ios.xcodeproj">
</BuildableReference>
</TestableReference>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D96A776F1E8594C000F441D3"
BuildableName = "maps-app-iosUITests.xctest"
BlueprintName = "maps-app-iosUITests"
ReferencedContainer = "container:maps-app-ios.xcodeproj">
</BuildableReference>
</TestableReference>
</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"
enableGPUValidationMode = "1"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D96A77501E8594BF00F441D3"
BuildableName = "maps-app-ios.app"
BlueprintName = "maps-app-ios"
ReferencedContainer = "container:maps-app-ios.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D96A77501E8594BF00F441D3"
BuildableName = "maps-app-ios.app"
BlueprintName = "maps-app-ios"
ReferencedContainer = "container:maps-app-ios.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
22 changes: 0 additions & 22 deletions maps-app-iosTests/Info.plist

This file was deleted.

43 changes: 0 additions & 43 deletions maps-app-iosTests/maps_app_iosTests.swift

This file was deleted.

22 changes: 0 additions & 22 deletions maps-app-iosUITests/Info.plist

This file was deleted.

42 changes: 0 additions & 42 deletions maps-app-iosUITests/maps_app_iosUITests.swift

This file was deleted.

0 comments on commit 4aed892

Please sign in to comment.