-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update Maps and Places samples from CocoaPods (#171)
* chore: Update Maps and Places samples from CocoaPods * chore: update snippets and tutorials to 8.0.0 --------- Co-authored-by: Angela Yu <[email protected]>
- Loading branch information
1 parent
683fb61
commit ac61f0d
Showing
33 changed files
with
502 additions
and
417 deletions.
There are no files selected for viewing
338 changes: 173 additions & 165 deletions
338
GoogleMaps-Swift/GoogleMapsSwiftDemos.xcodeproj/project.pbxproj
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
source 'https://github.com/CocoaPods/Specs.git' | ||
|
||
target 'GoogleMapsSwiftDemos' do | ||
platform :ios, '13.0' | ||
pod 'GoogleMaps', '= 7.4.0' | ||
platform :ios, '14.0' | ||
pod 'GoogleMaps', '= 8.0.0' | ||
end |
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
source 'https://github.com/CocoaPods/Specs.git' | ||
|
||
target 'GoogleMapsDemos' do | ||
platform :ios, '13.0' | ||
pod 'GoogleMaps', '= 7.4.0' | ||
platform :ios, '14.0' | ||
pod 'GoogleMaps', '= 8.0.0' | ||
end |
Oops, something went wrong.