Skip to content

Commit

Permalink
ARCore iOS SDK v1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjin Buljko committed Jun 25, 2020
1 parent a42fc8f commit e8c6788
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Examples/AugmentedFacesExample/Podfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
target 'AugmentedFacesExample'
platform :ios, '11.0'
pod 'ARCore/AugmentedFaces', '~> 1.17.0'
pod 'ARCore/AugmentedFaces', '~> 1.18.0'
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ typedef NS_ENUM(NSInteger, HelloARState) {
static NSString * const kPrivacyAlertLearnMoreButtonText = @"Learn more";
static NSString * const kPrivacyAlertBackButtonText = @"Not now";
static NSString * const kPrivacyAlertLinkURL =
@"https://developers.google.com/ar/cloud-anchor-privacy";
@"https://developers.google.com/ar/cloud-anchors-privacy";

@interface ExampleViewController () <ARSCNViewDelegate,
CloudAnchorManagerDelegate,
Expand Down
2 changes: 1 addition & 1 deletion Examples/CloudAnchorExample/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
target 'CloudAnchorExample'
platform :ios, '11.0'
pod 'ARCore/CloudAnchors', '~> 1.17.0'
pod 'ARCore/CloudAnchors', '~> 1.18.0'
pod 'Firebase/Core', '~> 4.11'
pod 'Firebase/Database', '~> 4.11'

0 comments on commit e8c6788

Please sign in to comment.