From b9dc20e020b1d7f73b7cf98c75a427c7b4977d32 Mon Sep 17 00:00:00 2001 From: Robert Colley Date: Sat, 20 Jan 2024 16:49:41 -0500 Subject: [PATCH] Update ViroCore dependencies Verified these changes ran with the ViroSample project in the repo. --- ios/Podfile | 6 ++---- ios/Podfile.lock | 12 ++++++------ ios/ViroRenderer.xcodeproj/project.pbxproj | 6 +++--- 3 files changed, 11 insertions(+), 13 deletions(-) diff --git a/ios/Podfile b/ios/Podfile index fc454382f..567d2ecd3 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -1,9 +1,7 @@ -source 'https://github.com/CocoaPods/Specs.git' - -platform :ios, '9.3' +platform :ios, '13.0' def common_pods - pod 'GVRAudioSDK', '1.120.0' + pod 'GVRAudioSDK', '1.140.0' end target 'ViroSample' do diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 5bae6eaf0..70656e612 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1,16 +1,16 @@ PODS: - - GVRAudioSDK (1.120.0) + - GVRAudioSDK (1.140.0) DEPENDENCIES: - - GVRAudioSDK (= 1.120.0) + - GVRAudioSDK (= 1.140.0) SPEC REPOS: - https://github.com/CocoaPods/Specs.git: + trunk: - GVRAudioSDK SPEC CHECKSUMS: - GVRAudioSDK: 302f0a8f190d855868ea07f246ce4f9b44c392ae + GVRAudioSDK: bd444fd786ff3191cb1a33774253908b57e5710d -PODFILE CHECKSUM: 0f1ec9e3d4eddce9b7c7c01d1df31f91c35aa1d4 +PODFILE CHECKSUM: 890ea6c190b8e63e9a6b1affa76820f2cbff791e -COCOAPODS: 1.11.2 +COCOAPODS: 1.14.3 diff --git a/ios/ViroRenderer.xcodeproj/project.pbxproj b/ios/ViroRenderer.xcodeproj/project.pbxproj index 3b2cb7b72..cdedcfc62 100644 --- a/ios/ViroRenderer.xcodeproj/project.pbxproj +++ b/ios/ViroRenderer.xcodeproj/project.pbxproj @@ -3696,7 +3696,7 @@ TargetAttributes = { 8F517BB51BCDA2BD0017C70B = { CreatedOnToolsVersion = 7.0.1; - DevelopmentTeam = UN8MD7234Y; + DevelopmentTeam = 9DX2275A4Q; }; 8FD4DECC1C18ECD4003DC425 = { CreatedOnToolsVersion = 7.1; @@ -4527,7 +4527,7 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; DEBUG_INFORMATION_FORMAT = dwarf; - DEVELOPMENT_TEAM = UN8MD7234Y; + DEVELOPMENT_TEAM = 9DX2275A4Q; ENABLE_BITCODE = NO; FRAMEWORK_SEARCH_PATHS = "$(inherited)"; INFOPLIST_FILE = ViroSample/Info.plist; @@ -4591,7 +4591,7 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - DEVELOPMENT_TEAM = GL2Q36BUS6; + DEVELOPMENT_TEAM = 9DX2275A4Q; ENABLE_BITCODE = NO; FRAMEWORK_SEARCH_PATHS = "$(inherited)"; INFOPLIST_FILE = ViroSample/Info.plist;