Skip to content

Commit 4b2b875

Browse files
author
Rushi Sangani
committed
podspec file name changed.
1 parent 26482fd commit 4b2b875

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Example/VideoSDK.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
A2573BF626F121270087AB36 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A2573BF426F121270087AB36 /* Main.storyboard */; };
2020
A2573BFA26F12A8D0087AB36 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = A2573BF726F12A8D0087AB36 /* README.md */; };
2121
A2573BFB26F12A8D0087AB36 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = A2573BF826F12A8D0087AB36 /* LICENSE */; };
22-
A2573BFC26F12A8D0087AB36 /* VideoSDK.podspec in Resources */ = {isa = PBXBuildFile; fileRef = A2573BF926F12A8D0087AB36 /* VideoSDK.podspec */; };
22+
A2573BFC26F12A8D0087AB36 /* VideoSDKRTC.podspec in Resources */ = {isa = PBXBuildFile; fileRef = A2573BF926F12A8D0087AB36 /* VideoSDKRTC.podspec */; };
2323
F9716B6E06BC87FC0FAB89C3 /* Pods_VideoSDK_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97C50A93B796B4F9C09B5D6D /* Pods_VideoSDK_Example.framework */; };
2424
/* End PBXBuildFile section */
2525

@@ -40,7 +40,7 @@
4040
A2573BF526F121270087AB36 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
4141
A2573BF726F12A8D0087AB36 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
4242
A2573BF826F12A8D0087AB36 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
43-
A2573BF926F12A8D0087AB36 /* VideoSDK.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = VideoSDK.podspec; path = ../VideoSDK.podspec; sourceTree = "<group>"; };
43+
A2573BF926F12A8D0087AB36 /* VideoSDKRTC.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = VideoSDKRTC.podspec; path = ../VideoSDKRTC.podspec; sourceTree = "<group>"; };
4444
AF584C9C67779E0C3308AD9A /* Pods-VideoSDK_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VideoSDK_Example.release.xcconfig"; path = "Target Support Files/Pods-VideoSDK_Example/Pods-VideoSDK_Example.release.xcconfig"; sourceTree = "<group>"; };
4545
/* End PBXFileReference section */
4646

@@ -78,7 +78,7 @@
7878
children = (
7979
A2573BF826F12A8D0087AB36 /* LICENSE */,
8080
A2573BF726F12A8D0087AB36 /* README.md */,
81-
A2573BF926F12A8D0087AB36 /* VideoSDK.podspec */,
81+
A2573BF926F12A8D0087AB36 /* VideoSDKRTC.podspec */,
8282
607FACD21AFB9204008FA782 /* VideoSDK */,
8383
607FACD11AFB9204008FA782 /* Products */,
8484
05EA4CDE2F8D990E56A0AFA0 /* Pods */,
@@ -203,7 +203,7 @@
203203
A2573BF026F120960087AB36 /* ButtonControlsView.xib in Resources */,
204204
A2573BFA26F12A8D0087AB36 /* README.md in Resources */,
205205
607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */,
206-
A2573BFC26F12A8D0087AB36 /* VideoSDK.podspec in Resources */,
206+
A2573BFC26F12A8D0087AB36 /* VideoSDKRTC.podspec in Resources */,
207207
A2573BF626F121270087AB36 /* Main.storyboard in Resources */,
208208
);
209209
runOnlyForDeploymentPostprocessing = 0;

VideoSDK.podspec renamed to VideoSDKRTC.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Be sure to run `pod lib lint VideoSDK.podspec' to ensure this is a
2+
# Be sure to run `pod lib lint VideoSDKRTC.podspec' to ensure this is a
33
# valid spec before submitting.
44
#
55
# Any lines starting with a # are optional, but their use is encouraged

0 commit comments

Comments
 (0)