Skip to content

Commit b9dc20e

Browse files
committed
Update ViroCore dependencies
Verified these changes ran with the ViroSample project in the repo.
1 parent 8d21131 commit b9dc20e

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

ios/Podfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
source 'https://github.com/CocoaPods/Specs.git'
2-
3-
platform :ios, '9.3'
1+
platform :ios, '13.0'
42

53
def common_pods
6-
pod 'GVRAudioSDK', '1.120.0'
4+
pod 'GVRAudioSDK', '1.140.0'
75
end
86

97
target 'ViroSample' do

ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
PODS:
2-
- GVRAudioSDK (1.120.0)
2+
- GVRAudioSDK (1.140.0)
33

44
DEPENDENCIES:
5-
- GVRAudioSDK (= 1.120.0)
5+
- GVRAudioSDK (= 1.140.0)
66

77
SPEC REPOS:
8-
https://github.com/CocoaPods/Specs.git:
8+
trunk:
99
- GVRAudioSDK
1010

1111
SPEC CHECKSUMS:
12-
GVRAudioSDK: 302f0a8f190d855868ea07f246ce4f9b44c392ae
12+
GVRAudioSDK: bd444fd786ff3191cb1a33774253908b57e5710d
1313

14-
PODFILE CHECKSUM: 0f1ec9e3d4eddce9b7c7c01d1df31f91c35aa1d4
14+
PODFILE CHECKSUM: 890ea6c190b8e63e9a6b1affa76820f2cbff791e
1515

16-
COCOAPODS: 1.11.2
16+
COCOAPODS: 1.14.3

ios/ViroRenderer.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3696,7 +3696,7 @@
36963696
TargetAttributes = {
36973697
8F517BB51BCDA2BD0017C70B = {
36983698
CreatedOnToolsVersion = 7.0.1;
3699-
DevelopmentTeam = UN8MD7234Y;
3699+
DevelopmentTeam = 9DX2275A4Q;
37003700
};
37013701
8FD4DECC1C18ECD4003DC425 = {
37023702
CreatedOnToolsVersion = 7.1;
@@ -4527,7 +4527,7 @@
45274527
CODE_SIGN_IDENTITY = "iPhone Developer";
45284528
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
45294529
DEBUG_INFORMATION_FORMAT = dwarf;
4530-
DEVELOPMENT_TEAM = UN8MD7234Y;
4530+
DEVELOPMENT_TEAM = 9DX2275A4Q;
45314531
ENABLE_BITCODE = NO;
45324532
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
45334533
INFOPLIST_FILE = ViroSample/Info.plist;
@@ -4591,7 +4591,7 @@
45914591
CLANG_WARN_UNGUARDED_AVAILABILITY = YES;
45924592
CODE_SIGN_IDENTITY = "iPhone Developer";
45934593
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
4594-
DEVELOPMENT_TEAM = GL2Q36BUS6;
4594+
DEVELOPMENT_TEAM = 9DX2275A4Q;
45954595
ENABLE_BITCODE = NO;
45964596
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
45974597
INFOPLIST_FILE = ViroSample/Info.plist;

0 commit comments

Comments
 (0)