diff --git a/Basic-Video-Chat/Basic-Video-Chat.xcodeproj/project.pbxproj b/Basic-Video-Chat/Basic-Video-Chat.xcodeproj/project.pbxproj index 0927daa9..a313267c 100644 --- a/Basic-Video-Chat/Basic-Video-Chat.xcodeproj/project.pbxproj +++ b/Basic-Video-Chat/Basic-Video-Chat.xcodeproj/project.pbxproj @@ -15,10 +15,13 @@ A05376351EB173CC00645696 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A053762C1EB173CC00645696 /* Images.xcassets */; }; A05376361EB173CC00645696 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = A053762D1EB173CC00645696 /* main.m */; }; A05376371EB173CC00645696 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A053762F1EB173CC00645696 /* ViewController.m */; }; + A276FCED0CFBB5C7A892462F /* Pods_Basic_Video_Chat.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0A08CDC1664483DB66C4B442 /* Pods_Basic_Video_Chat.framework */; }; D442614C185F92C000E23699 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = D442614B185F92BF00E23699 /* README.md */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ + 0A08CDC1664483DB66C4B442 /* Pods_Basic_Video_Chat.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Basic_Video_Chat.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 6A63BB53CA42108D28FDF182 /* Pods-Basic-Video-Chat.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Basic-Video-Chat.debug.xcconfig"; path = "Target Support Files/Pods-Basic-Video-Chat/Pods-Basic-Video-Chat.debug.xcconfig"; sourceTree = ""; }; A05376221EB173CC00645696 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; A05376241EB173CC00645696 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; A05376251EB173CC00645696 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; @@ -29,6 +32,7 @@ A053762D1EB173CC00645696 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; A053762E1EB173CC00645696 /* ViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; A053762F1EB173CC00645696 /* ViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; + AA7ACA93485820B9ECEC8028 /* Pods-Basic-Video-Chat.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Basic-Video-Chat.release.xcconfig"; path = "Target Support Files/Pods-Basic-Video-Chat/Pods-Basic-Video-Chat.release.xcconfig"; sourceTree = ""; }; D44260F3185F81D800E23699 /* Basic-Video-Chat.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Basic-Video-Chat.app"; sourceTree = BUILT_PRODUCTS_DIR; }; D44260F6185F81D800E23699 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; D44260FA185F81D800E23699 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; @@ -40,6 +44,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + A276FCED0CFBB5C7A892462F /* Pods_Basic_Video_Chat.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -63,6 +68,16 @@ path = "Basic-Video-Chat"; sourceTree = ""; }; + B2F31A95BF3D102B8B199890 /* Pods */ = { + isa = PBXGroup; + children = ( + AA7ACA93485820B9ECEC8028 /* Pods-Basic-Video-Chat.release.xcconfig */, + 6A63BB53CA42108D28FDF182 /* Pods-Basic-Video-Chat.debug.xcconfig */, + ); + name = Pods; + path = Pods; + sourceTree = ""; + }; D44260EA185F81D800E23699 = { isa = PBXGroup; children = ( @@ -70,6 +85,7 @@ A05376211EB173CC00645696 /* Basic-Video-Chat */, D44260F5185F81D800E23699 /* Frameworks */, D44260F4185F81D800E23699 /* Products */, + B2F31A95BF3D102B8B199890 /* Pods */, ); sourceTree = ""; }; @@ -86,6 +102,7 @@ children = ( D44260F6185F81D800E23699 /* Foundation.framework */, D44260FA185F81D800E23699 /* UIKit.framework */, + 0A08CDC1664483DB66C4B442 /* Pods_Basic_Video_Chat.framework */, ); name = Frameworks; sourceTree = ""; @@ -97,6 +114,7 @@ isa = PBXNativeTarget; buildConfigurationList = D4426128185F81D800E23699 /* Build configuration list for PBXNativeTarget "Basic-Video-Chat" */; buildPhases = ( + B57F583DF3AD01DE1F371489 /* [CP] Check Pods Manifest.lock */, D44260EF185F81D800E23699 /* Sources */, D44260F0185F81D800E23699 /* Frameworks */, D44260F1185F81D800E23699 /* Resources */, @@ -159,6 +177,31 @@ }; /* End PBXResourcesBuildPhase section */ +/* Begin PBXShellScriptBuildPhase section */ + B57F583DF3AD01DE1F371489 /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputFileListPaths = ( + ); + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-Basic-Video-Chat-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + showEnvVarsInLog = 0; + }; +/* End PBXShellScriptBuildPhase section */ + /* Begin PBXSourcesBuildPhase section */ D44260EF185F81D800E23699 /* Sources */ = { isa = PBXSourcesBuildPhase; @@ -236,6 +279,7 @@ }; D442612A185F81D800E23699 /* Release */ = { isa = XCBuildConfiguration; + baseConfigurationReference = AA7ACA93485820B9ECEC8028 /* Pods-Basic-Video-Chat.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; @@ -292,6 +336,7 @@ }; F8DE15D21D95710C00EFFA79 /* Debug */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 6A63BB53CA42108D28FDF182 /* Pods-Basic-Video-Chat.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; diff --git a/Basic-Video-Chat/Basic-Video-Chat.xcworkspace/contents.xcworkspacedata b/Basic-Video-Chat/Basic-Video-Chat.xcworkspace/contents.xcworkspacedata new file mode 100644 index 00000000..52e9ed4d --- /dev/null +++ b/Basic-Video-Chat/Basic-Video-Chat.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,10 @@ + + + + + + + diff --git a/Basic-Video-Chat/Podfile b/Basic-Video-Chat/Podfile index 70c4848a..7de32d3d 100644 --- a/Basic-Video-Chat/Podfile +++ b/Basic-Video-Chat/Podfile @@ -4,5 +4,5 @@ use_frameworks! require_relative '../OpenTokSDKVersion' target 'Basic-Video-Chat' do - pod 'OpenTok', OpenTokSDKVersion + pod 'VonageVideoSDK', '0.0.1' end