Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "898EECD419C49B5800B4B207"
BuildableName = "OpenGpxTracker.app"
BlueprintName = "OpenGpxTracker"
ReferencedContainer = "container:OpenGpxTracker.xcodeproj">
</BuildableReference>
</MacroExpansion>
<Testables>
<TestableReference
skipped = "NO">
Expand All @@ -53,17 +62,6 @@
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "898EECD419C49B5800B4B207"
BuildableName = "OpenGpxTracker.app"
BlueprintName = "OpenGpxTracker"
ReferencedContainer = "container:OpenGpxTracker.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
Expand Down Expand Up @@ -92,8 +90,6 @@
isEnabled = "YES">
</EnvironmentVariable>
</EnvironmentVariables>
<AdditionalOptions>
</AdditionalOptions>
<LocationScenarioReference
identifier = "San Francisco, CA, USA"
referenceType = "1">
Expand Down
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ end
target 'OpenGpxTracker' do
platform :ios, '11.0'
shared_pods
#pod 'MapCache', '~> 0.9.0'
pod 'MapCache', git: 'https://github.com/vincentneo/MapCache.git', :branch => 'ios16-add-overlay-patch'
pod 'MapCache', '~> 0.10.0'
#pod 'MapCache', git: 'https://github.com/vincentneo/MapCache.git', :branch => 'ios16-add-overlay-patch'

end

Expand Down
20 changes: 9 additions & 11 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,30 +1,28 @@
PODS:
- CoreGPX (0.9.1)
- MapCache (0.9.0)
- MapCache (0.10.0)

DEPENDENCIES:
- CoreGPX (from `https://github.com/vincentneo/CoreGPX.git`)
- MapCache (from `https://github.com/vincentneo/MapCache.git`, branch `ios16-add-overlay-patch`)
- MapCache (~> 0.10.0)

SPEC REPOS:
trunk:
- MapCache

EXTERNAL SOURCES:
CoreGPX:
:git: https://github.com/vincentneo/CoreGPX.git
MapCache:
:branch: ios16-add-overlay-patch
:git: https://github.com/vincentneo/MapCache.git

CHECKOUT OPTIONS:
CoreGPX:
:commit: fd50448409ca5a0e99d788ad59522fee22495760
:git: https://github.com/vincentneo/CoreGPX.git
MapCache:
:commit: cf4b0b6505380c5d65bf089c32c4a35adf04f45d
:git: https://github.com/vincentneo/MapCache.git

SPEC CHECKSUMS:
CoreGPX: 95593063c4646ef2bf21e8c86857abdafb5c188e
MapCache: 1dd68aaa2d129af29596cb0a9cfb1b159deba8d8
MapCache: d5954fb8dd61e3bcd579d65c2b7b12916feaf975

PODFILE CHECKSUM: 79943dc00d4147ae27c29eadaef76b38fe5359aa
PODFILE CHECKSUM: a49d54b8068c8884eb56aab1266ae259e1903a0f

COCOAPODS: 1.11.3
COCOAPODS: 1.12.1
30 changes: 0 additions & 30 deletions Pods/Local Podspecs/MapCache.podspec.json

This file was deleted.

20 changes: 9 additions & 11 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions Pods/MapCache/MapCache/Classes/MKMapView+MapCache.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 40 additions & 0 deletions Pods/MapCache/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Pods/Target Support Files/MapCache/MapCache-Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Pods/Target Support Files/MapCache/MapCache.debug.xcconfig

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading