Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
363 changes: 363 additions & 0 deletions Basic-Video-Renderer/Basic-Video-Renderer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,363 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
A05375D71EB1633400645696 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A05375CF1EB1633400645696 /* AppDelegate.swift */; };
A05375D81EB1633400645696 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A05375D01EB1633400645696 /* Assets.xcassets */; };
A05375D91EB1633400645696 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A05375D11EB1633400645696 /* LaunchScreen.storyboard */; };
A05375DA1EB1633400645696 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A05375D31EB1633400645696 /* Main.storyboard */; };
A05375DC1EB1633400645696 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A05375D61EB1633400645696 /* ViewController.swift */; };
BBA1186C2EAFE28B0069CD4A /* CustomVideoRender.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBA1186B2EAFE28B0069CD4A /* CustomVideoRender.swift */; };
BBA1186E2EAFE2A80069CD4A /* CustomRenderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBA1186D2EAFE2A80069CD4A /* CustomRenderView.swift */; };
BBE122612EB233EB009A7817 /* VonageClientSDKVideo in Frameworks */ = {isa = PBXBuildFile; productRef = BBE122602EB233EB009A7817 /* VonageClientSDKVideo */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
A05375CF1EB1633400645696 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
A05375D01EB1633400645696 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
A05375D21EB1633400645696 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
A05375D41EB1633400645696 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
A05375D51EB1633400645696 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
A05375D61EB1633400645696 /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
BBA1186B2EAFE28B0069CD4A /* CustomVideoRender.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomVideoRender.swift; sourceTree = "<group>"; };
BBA1186D2EAFE2A80069CD4A /* CustomRenderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomRenderView.swift; sourceTree = "<group>"; };
F86C649A1D5C7C630081846D /* Basic-Video-Renderer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Basic-Video-Renderer.app"; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
F86C64971D5C7C630081846D /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
BBE122612EB233EB009A7817 /* VonageClientSDKVideo in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
A05375CE1EB1633400645696 /* Basic-Video-Renderer */ = {
isa = PBXGroup;
children = (
A05375CF1EB1633400645696 /* AppDelegate.swift */,
A05375D01EB1633400645696 /* Assets.xcassets */,
A05375D11EB1633400645696 /* LaunchScreen.storyboard */,
A05375D31EB1633400645696 /* Main.storyboard */,
A05375D51EB1633400645696 /* Info.plist */,
A05375D61EB1633400645696 /* ViewController.swift */,
BBA1186B2EAFE28B0069CD4A /* CustomVideoRender.swift */,
BBA1186D2EAFE2A80069CD4A /* CustomRenderView.swift */,
);
path = "Basic-Video-Renderer";
sourceTree = "<group>";
};
F86C64911D5C7C630081846D = {
isa = PBXGroup;
children = (
A05375CE1EB1633400645696 /* Basic-Video-Renderer */,
F86C649B1D5C7C630081846D /* Products */,
);
sourceTree = "<group>";
};
F86C649B1D5C7C630081846D /* Products */ = {
isa = PBXGroup;
children = (
F86C649A1D5C7C630081846D /* Basic-Video-Renderer.app */,
);
name = Products;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
F86C64991D5C7C630081846D /* Basic-Video-Renderer */ = {
isa = PBXNativeTarget;
buildConfigurationList = F86C64AC1D5C7C630081846D /* Build configuration list for PBXNativeTarget "Basic-Video-Renderer" */;
buildPhases = (
F86C64961D5C7C630081846D /* Sources */,
F86C64971D5C7C630081846D /* Frameworks */,
F86C64981D5C7C630081846D /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "Basic-Video-Renderer";
productName = "Hello-World";
productReference = F86C649A1D5C7C630081846D /* Basic-Video-Renderer.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
F86C64921D5C7C630081846D /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0730;
LastUpgradeCheck = 0930;
ORGANIZATIONNAME = tokbox;
TargetAttributes = {
F86C64991D5C7C630081846D = {
CreatedOnToolsVersion = 7.3.1;
DevelopmentTeam = "";
LastSwiftMigration = 1200;
ProvisioningStyle = Manual;
};
};
};
buildConfigurationList = F86C64951D5C7C630081846D /* Build configuration list for PBXProject "Basic-Video-Renderer" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
Base,
);
mainGroup = F86C64911D5C7C630081846D;
packageReferences = (
BBE1225F2EB233EB009A7817 /* XCRemoteSwiftPackageReference "vonage-video-client-sdk-swift" */,
);
productRefGroup = F86C649B1D5C7C630081846D /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
F86C64991D5C7C630081846D /* Basic-Video-Renderer */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
F86C64981D5C7C630081846D /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
A05375DA1EB1633400645696 /* Main.storyboard in Resources */,
A05375D81EB1633400645696 /* Assets.xcassets in Resources */,
A05375D91EB1633400645696 /* LaunchScreen.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
F86C64961D5C7C630081846D /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
A05375DC1EB1633400645696 /* ViewController.swift in Sources */,
A05375D71EB1633400645696 /* AppDelegate.swift in Sources */,
BBA1186C2EAFE28B0069CD4A /* CustomVideoRender.swift in Sources */,
BBA1186E2EAFE2A80069CD4A /* CustomRenderView.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
A05375D11EB1633400645696 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
A05375D21EB1633400645696 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
A05375D31EB1633400645696 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
A05375D41EB1633400645696 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
F86C64AA1D5C7C630081846D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
VALID_ARCHS = "arm64 arm64e armv7 armv7s x86_64";
};
name = Debug;
};
F86C64AB1D5C7C630081846D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
VALIDATE_PRODUCT = YES;
VALID_ARCHS = "arm64 arm64e armv7 armv7s x86_64";
};
name = Release;
};
F86C64AD1D5C7C630081846D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = "$(SRCROOT)/Basic-Video-Renderer/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "com.tokbox.Hello-World";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 5.0;
};
name = Debug;
};
F86C64AE1D5C7C630081846D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = "$(SRCROOT)/Basic-Video-Renderer/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "com.tokbox.Hello-World";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
F86C64951D5C7C630081846D /* Build configuration list for PBXProject "Basic-Video-Renderer" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F86C64AA1D5C7C630081846D /* Debug */,
F86C64AB1D5C7C630081846D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
F86C64AC1D5C7C630081846D /* Build configuration list for PBXNativeTarget "Basic-Video-Renderer" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F86C64AD1D5C7C630081846D /* Debug */,
F86C64AE1D5C7C630081846D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
BBE1225F2EB233EB009A7817 /* XCRemoteSwiftPackageReference "vonage-video-client-sdk-swift" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/vonage/vonage-video-client-sdk-swift.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 2.31.1;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
BBE122602EB233EB009A7817 /* VonageClientSDKVideo */ = {
isa = XCSwiftPackageProductDependency;
package = BBE1225F2EB233EB009A7817 /* XCRemoteSwiftPackageReference "vonage-video-client-sdk-swift" */;
productName = VonageClientSDKVideo;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = F86C64921D5C7C630081846D /* Project object */;
}
Loading