Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • videolan/VLCKit
  • son_ngu/VLCKit
  • jeremy.marchand/VLCKit
  • pvmagacho/VLCKit
  • pwilms/VLCKit
  • arsonik/VLCKit
  • thresh/VLCKit
  • gauravsavanur07/VLCKit
  • lu_zero/VLCKit
  • bubu/VLCKit
  • michti/VLCKit
  • chamander/VLCKit
  • fkuehne/VLCKit
  • Dimon70007/VLCKit
  • zhl5213/VLCKit
  • ePirat/VLCKit
  • tguillem/VLCKit
  • edrflt/VLCKit
  • Mynotic/VLCKit
  • zendre4/VLCKit
  • peibolovedie/VLCKit
  • alexandre-janniaux/VLCKit
  • tharindufit/VLCKit
  • halleygen/VLCKit
  • jbk/VLCKit
  • mfkl/VLCKit
  • dnicolson/VLCKit
  • matteogobbi/VLCKit
  • chrisvire/VLCKit
  • dungntm/VLCKit
  • umxprime/VLCKit
  • lorne/VLCKit
  • marta20201/VLCKit
  • yanis.chenyy/VLCKit
  • alextud/VLCKit
  • lechium/VLCKit
  • chouquette/VLCKit
  • Sumou/VLCKit
  • mkutazi76/VLCKit
  • XuanTung95/VLCKit
  • robertpub/VLCKit
  • TienHoaBgg/VLCKit
  • mstorsjo/VLCKit
  • diogo.simao-marques/VLCKit
  • alexnwayne/VLCKit
  • delray2/VLCKit
  • Lacyka/VLCKit
  • kiku.masa.mune00/VLCKit
  • berrylcm/VLCKit
  • rmangaraman/VLCKit
  • king7532/VLCKit
  • Oisin-Kelly/VLCKit
  • thejohnlima/VLCKit
  • EshanSingh-ES/VLCKit
  • claucambra/VLCKit
  • xjbeta/VLCKit
  • appletv/VLCKit
  • Apeng/VLCKit
  • robUx4/VLCKit
59 results
Show changes
Commits on Source (81)
Showing
with 1416 additions and 19 deletions
......@@ -21,3 +21,4 @@ MobileVLCKit/ImportedSources
/libvlc/vlc
Tests/Assets
Headers/Internal/vlc-plugins-*
VLCKit-*
......@@ -12,7 +12,7 @@ variables:
.continous-job-base-main:
tags:
- macos-m1
- macos-xcode15
stage: build
only:
- merge_requests
......@@ -22,15 +22,15 @@ variables:
script:
- ./compileAndBuildVLCKit.sh -${BUILD_PARAM}
continous-MobileVLCKit-main:
continous-VLCKit-iOS-main:
extends:
- .continous-job-base-main
- .continous-build-base-main
variables:
BUILD_PARAM: "vf7"
BUILD_PARAM: "vf"
JOB_NAME: "MobileVLCKit"
continous-TVVLCKit-main:
continous-VLCKit-tvOS-main:
extends:
- .continous-job-base-main
- .continous-build-base-main
......@@ -38,7 +38,7 @@ continous-TVVLCKit-main:
BUILD_PARAM: "vft"
JOB_NAME: "TVVLCKit"
continous-VLCKit-main:
continous-VLCKit-macOS-main:
extends:
- .continous-job-base-main
- .continous-build-base-main
......@@ -46,6 +46,22 @@ continous-VLCKit-main:
BUILD_PARAM: "vx"
JOB_NAME: "VLCKit"
continous-VLCKit-xrOS-main:
extends:
- .continous-job-base-main
- .continous-build-base-main
variables:
BUILD_PARAM: "vfi"
JOB_NAME: "VLCKit-watchOS"
continous-VLCKit-watchOS-main:
extends:
- .continous-job-base-main
- .continous-build-base-main
variables:
BUILD_PARAM: "vfw"
JOB_NAME: "VLCKit-watchOS"
############################################################
## Development artifacts builds ##
## These are running every time a merge request is merged ##
......@@ -54,7 +70,7 @@ continous-VLCKit-main:
.dev-artifacts-job-base-main:
tags:
- macos-m1
- macos-xcode15
rules:
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_PROJECT_PATH == "videolan/VLCKit"'
- if: '$CI_COMMIT_TAG'
......@@ -71,32 +87,50 @@ continous-VLCKit-main:
- ./Packaging/create-distributable-package.sh -${PACKAGING_PARAM}
- mv *.tar.xz ${JOB_NAME}-${VLC_VERSION}-`date +%Y%m%d-%H%M`.tar.xz
dev-artifacts-MobileVLCKit-main:
dev-artifacts-VLCKit-iOS-main:
extends:
- .dev-artifacts-job-base-main
- .dev-artifacts-build-base-main
variables:
BUILD_PARAM: "vf7"
PACKAGING_PARAM: "vm"
JOB_NAME: "MobileVLCKit"
BUILD_PARAM: "f"
PACKAGING_PARAM: "m"
JOB_NAME: "VLCKit-iOS"
dev-artifacts-TVVLCKit-main:
dev-artifacts-VLCKit-tvOS-main:
extends:
- .dev-artifacts-job-base-main
- .dev-artifacts-build-base-main
variables:
BUILD_PARAM: "vft"
PACKAGING_PARAM: "vt"
JOB_NAME: "TVVLCKit"
BUILD_PARAM: "ft"
PACKAGING_PARAM: "t"
JOB_NAME: "VLCKit-tvOS"
dev-artifacts-VLCKit-main:
dev-artifacts-VLCKit-macOS-main:
extends:
- .dev-artifacts-job-base-main
- .dev-artifacts-build-base-main
variables:
BUILD_PARAM: "vx"
PACKAGING_PARAM: "v"
JOB_NAME: "VLCKit"
BUILD_PARAM: "x"
PACKAGING_PARAM: "x"
JOB_NAME: "VLCKit-macOS"
dev-artifacts-VLCKit-xrOS-main:
extends:
- .dev-artifacts-job-base-main
- .dev-artifacts-build-base-main
variables:
BUILD_PARAM: "fi"
PACKAGING_PARAM: "i"
JOB_NAME: "VLCKit-xrOS"
dev-artifacts-VLCKit-watchOS-main:
extends:
- .dev-artifacts-job-base-main
- .dev-artifacts-build-base-main
variables:
BUILD_PARAM: "fw"
PACKAGING_PARAM: "w"
JOB_NAME: "VLCKit-watchOS"
####################
## Release builds ##
......@@ -104,7 +138,7 @@ dev-artifacts-VLCKit-main:
.release-job-base-main:
tags:
- macos-m1
- macos-xcode15
stage: release
only:
- tags
......
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 56;
objects = {
/* Begin PBXBuildFile section */
6C6348422C91E83F0017A581 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C6348412C91E83F0017A581 /* AppDelegate.m */; };
6C6348452C91E83F0017A581 /* SceneDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C6348442C91E83F0017A581 /* SceneDelegate.m */; };
6C6348482C91E83F0017A581 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C6348472C91E83F0017A581 /* ViewController.m */; };
6C63484B2C91E83F0017A581 /* Base in Resources */ = {isa = PBXBuildFile; fileRef = 6C63484A2C91E83F0017A581 /* Base */; };
6C63484D2C91E8400017A581 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6C63484C2C91E8400017A581 /* Assets.xcassets */; };
6C6348502C91E8400017A581 /* Base in Resources */ = {isa = PBXBuildFile; fileRef = 6C63484F2C91E8400017A581 /* Base */; };
6C6348532C91E8400017A581 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C6348522C91E8400017A581 /* main.m */; };
6C63486F2C91F1FB0017A581 /* VLCKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6C63486D2C91F1F20017A581 /* VLCKit.xcframework */; };
6C6348702C91F1FB0017A581 /* VLCKit.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 6C63486D2C91F1F20017A581 /* VLCKit.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
/* End PBXBuildFile section */
/* Begin PBXCopyFilesBuildPhase section */
6C63485D2C91E9050017A581 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
6C6348702C91F1FB0017A581 /* VLCKit.xcframework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
6C63483D2C91E83F0017A581 /* VLCPictureInPicture.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = VLCPictureInPicture.app; sourceTree = BUILT_PRODUCTS_DIR; };
6C6348402C91E83F0017A581 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
6C6348412C91E83F0017A581 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
6C6348432C91E83F0017A581 /* SceneDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SceneDelegate.h; sourceTree = "<group>"; };
6C6348442C91E83F0017A581 /* SceneDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SceneDelegate.m; sourceTree = "<group>"; };
6C6348462C91E83F0017A581 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
6C6348472C91E83F0017A581 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
6C63484A2C91E83F0017A581 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
6C63484C2C91E8400017A581 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
6C63484F2C91E8400017A581 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
6C6348512C91E8400017A581 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
6C6348522C91E8400017A581 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
6C63486D2C91F1F20017A581 /* VLCKit.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = VLCKit.xcframework; path = ../../../build/iOS/VLCKit.xcframework; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
6C63483A2C91E83F0017A581 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
6C63486F2C91F1FB0017A581 /* VLCKit.xcframework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
6C6348342C91E83F0017A581 = {
isa = PBXGroup;
children = (
6C63483F2C91E83F0017A581 /* VLCPictureInPicture */,
6C63483E2C91E83F0017A581 /* Products */,
6C6348592C91E9040017A581 /* Frameworks */,
);
sourceTree = "<group>";
};
6C63483E2C91E83F0017A581 /* Products */ = {
isa = PBXGroup;
children = (
6C63483D2C91E83F0017A581 /* VLCPictureInPicture.app */,
);
name = Products;
sourceTree = "<group>";
};
6C63483F2C91E83F0017A581 /* VLCPictureInPicture */ = {
isa = PBXGroup;
children = (
6C6348402C91E83F0017A581 /* AppDelegate.h */,
6C6348412C91E83F0017A581 /* AppDelegate.m */,
6C6348432C91E83F0017A581 /* SceneDelegate.h */,
6C6348442C91E83F0017A581 /* SceneDelegate.m */,
6C6348462C91E83F0017A581 /* ViewController.h */,
6C6348472C91E83F0017A581 /* ViewController.m */,
6C6348492C91E83F0017A581 /* Main.storyboard */,
6C63484C2C91E8400017A581 /* Assets.xcassets */,
6C63484E2C91E8400017A581 /* LaunchScreen.storyboard */,
6C6348512C91E8400017A581 /* Info.plist */,
6C6348522C91E8400017A581 /* main.m */,
);
path = VLCPictureInPicture;
sourceTree = "<group>";
};
6C6348592C91E9040017A581 /* Frameworks */ = {
isa = PBXGroup;
children = (
6C63486D2C91F1F20017A581 /* VLCKit.xcframework */,
);
name = Frameworks;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
6C63483C2C91E83F0017A581 /* VLCPictureInPicture */ = {
isa = PBXNativeTarget;
buildConfigurationList = 6C6348562C91E8400017A581 /* Build configuration list for PBXNativeTarget "VLCPictureInPicture" */;
buildPhases = (
6C6348392C91E83F0017A581 /* Sources */,
6C63483A2C91E83F0017A581 /* Frameworks */,
6C63483B2C91E83F0017A581 /* Resources */,
6C63485D2C91E9050017A581 /* Embed Frameworks */,
);
buildRules = (
);
dependencies = (
);
name = VLCPictureInPicture;
productName = "VLCPictureInPicture-ObjC";
productReference = 6C63483D2C91E83F0017A581 /* VLCPictureInPicture.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
6C6348352C91E83F0017A581 /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = 1;
LastUpgradeCheck = 1540;
TargetAttributes = {
6C63483C2C91E83F0017A581 = {
CreatedOnToolsVersion = 15.4;
};
};
};
buildConfigurationList = 6C6348382C91E83F0017A581 /* Build configuration list for PBXProject "VLCPictureInPicture" */;
compatibilityVersion = "Xcode 14.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 6C6348342C91E83F0017A581;
productRefGroup = 6C63483E2C91E83F0017A581 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
6C63483C2C91E83F0017A581 /* VLCPictureInPicture */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
6C63483B2C91E83F0017A581 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
6C63484D2C91E8400017A581 /* Assets.xcassets in Resources */,
6C6348502C91E8400017A581 /* Base in Resources */,
6C63484B2C91E83F0017A581 /* Base in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
6C6348392C91E83F0017A581 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
6C6348482C91E83F0017A581 /* ViewController.m in Sources */,
6C6348422C91E83F0017A581 /* AppDelegate.m in Sources */,
6C6348532C91E8400017A581 /* main.m in Sources */,
6C6348452C91E83F0017A581 /* SceneDelegate.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
6C6348492C91E83F0017A581 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
6C63484A2C91E83F0017A581 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
6C63484E2C91E8400017A581 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
6C63484F2C91E8400017A581 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
6C6348542C91E8400017A581 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = 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_DOCUMENTATION_COMMENTS = YES;
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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
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;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
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 = 13.0;
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
};
name = Debug;
};
6C6348552C91E8400017A581 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = 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_DOCUMENTATION_COMMENTS = YES;
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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
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;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
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 = 13.0;
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
6C6348572C91E8400017A581 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = Q2LUBFUJ8N;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = VLCPictureInPicture/Info.plist;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
INFOPLIST_KEY_UIMainStoryboardFile = Main;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = org.videolan.VLCPictureInPicture;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
6C6348582C91E8400017A581 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = Q2LUBFUJ8N;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = VLCPictureInPicture/Info.plist;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
INFOPLIST_KEY_UIMainStoryboardFile = Main;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = org.videolan.VLCPictureInPicture;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
6C6348382C91E83F0017A581 /* Build configuration list for PBXProject "VLCPictureInPicture" */ = {
isa = XCConfigurationList;
buildConfigurations = (
6C6348542C91E8400017A581 /* Debug */,
6C6348552C91E8400017A581 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
6C6348562C91E8400017A581 /* Build configuration list for PBXNativeTarget "VLCPictureInPicture" */ = {
isa = XCConfigurationList;
buildConfigurations = (
6C6348572C91E8400017A581 /* Debug */,
6C6348582C91E8400017A581 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 6C6348352C91E83F0017A581 /* Project object */;
}
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "group:/Users/umxprime/code/videolan/VLCKit-master/Examples/iOS/VLCPictureInPicture-ObjC/VLCPictureInPicture.xcodeproj">
</FileRef>
<FileRef
location = "group:../../../VLCKit.xcodeproj">
</FileRef>
</Workspace>
/*****************************************************************************
* VLCKit: TVVLCKit
* AppDelegate.h :
*****************************************************************************
* Copyright (C) 2010-2022 Pierre d'Herbemont and VideoLAN
* Copyright (C) 2024 VLC authors and VideoLAN
*
* Authors: Maxime Chapelet <umxprime at videolabs dot io>
*
* Authors: Pierre d'Herbemont <pdherbemont # videolan.org>
* Felix Paul Kühne <fkuehne # videolan.org
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by
......@@ -21,44 +21,10 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#import <TVVLCKit/VLCAudio.h>
#import <TVVLCKit/VLCLibrary.h>
#import <TVVLCKit/VLCMedia.h>
#import <TVVLCKit/VLCMediaDiscoverer.h>
#import <TVVLCKit/VLCMediaList.h>
#import <TVVLCKit/VLCMediaPlayer.h>
#import <TVVLCKit/VLCAudioEqualizer.h>
#import <TVVLCKit/VLCMediaListPlayer.h>
#import <TVVLCKit/VLCMediaThumbnailer.h>
#import <TVVLCKit/VLCMediaMetaData.h>
#import <TVVLCKit/VLCDialogProvider.h>
#import <TVVLCKit/VLCTime.h>
#import <TVVLCKit/VLCFilter.h>
#import <TVVLCKit/VLCAdjustFilter.h>
#import <TVVLCKit/VLCLogging.h>
#import <TVVLCKit/VLCConsoleLogger.h>
#import <TVVLCKit/VLCFileLogger.h>
#import <TVVLCKit/VLCLogMessageFormatter.h>
#import <TVVLCKit/VLCEventsConfiguration.h>
#import <TVVLCKit/VLCMediaPlayerTitleDescription.h>
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@end
@class VLCMedia;
@class VLCMediaList;
@class VLCTime;
@class VLCVideoView;
@class VLCAudio;
@class VLCMediaThumbnailer;
@class VLCMediaListPlayer;
@class VLCMediaPlayer;
@class VLCAudioEqualizer;
@class VLCAudioEqualizerPreset;
@class VLCAudioEqualizerBand;
@class VLCDialogProvider;
@class VLCFilterParameter;
@class VLCAdjustFilter;
@class VLCMediaMetaData;
@class VLCConsoleLogger;
@class VLCFileLogger;
@class VLCLogMessageFormatter;
@class VLCMediaPlayerChapterDescription;
@class VLCMediaPlayerTitleDescription;
/*****************************************************************************
* VLCKit: MobileVLCKit
* AppDelegate.m :
*****************************************************************************
* Copyright (C) 2010-2022 Pierre d'Herbemont and VideoLAN
* Copyright (C) 2024 VLC authors and VideoLAN
*
* Authors: Maxime Chapelet <umxprime at videolabs dot io>
*
* Authors: Pierre d'Herbemont <pdherbemont # videolan.org>
* Felix Paul Kühne <fkuehne # videolan.org
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by
......@@ -21,50 +21,36 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#import <MobileVLCKit/VLCAudio.h>
#import <MobileVLCKit/VLCLibrary.h>
#import <MobileVLCKit/VLCMedia.h>
#import <MobileVLCKit/VLCMediaDiscoverer.h>
#import <MobileVLCKit/VLCMediaList.h>
#import <MobileVLCKit/VLCMediaPlayer.h>
#import <MobileVLCKit/VLCAudioEqualizer.h>
#import <MobileVLCKit/VLCMediaListPlayer.h>
#import <MobileVLCKit/VLCMediaThumbnailer.h>
#import <MobileVLCKit/VLCMediaMetaData.h>
#import <MobileVLCKit/VLCDialogProvider.h>
#import <MobileVLCKit/VLCTime.h>
#import <MobileVLCKit/VLCTranscoder.h>
#import <MobileVLCKit/VLCRendererDiscoverer.h>
#import <MobileVLCKit/VLCRendererItem.h>
#import <MobileVLCKit/VLCFilter.h>
#import <MobileVLCKit/VLCAdjustFilter.h>
#import <MobileVLCKit/VLCLogging.h>
#import <MobileVLCKit/VLCConsoleLogger.h>
#import <MobileVLCKit/VLCFileLogger.h>
#import <MobileVLCKit/VLCLogMessageFormatter.h>
#import <MobileVLCKit/VLCEventsConfiguration.h>
#import <MobileVLCKit/VLCMediaPlayerTitleDescription.h>
#import "AppDelegate.h"
@interface AppDelegate ()
@end
@implementation AppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
// Override point for customization after application launch.
return YES;
}
#pragma mark - UISceneSession lifecycle
- (UISceneConfiguration *)application:(UIApplication *)application configurationForConnectingSceneSession:(UISceneSession *)connectingSceneSession options:(UISceneConnectionOptions *)options {
// Called when a new scene session is being created.
// Use this method to select a configuration to create the new scene with.
return [[UISceneConfiguration alloc] initWithName:@"Default Configuration" sessionRole:connectingSceneSession.role];
}
- (void)application:(UIApplication *)application didDiscardSceneSessions:(NSSet<UISceneSession *> *)sceneSessions {
// Called when the user discards a scene session.
// If any sessions were discarded while the application was not running, this will be called shortly after application:didFinishLaunchingWithOptions.
// Use this method to release any resources that were specific to the discarded scenes, as they will not return.
}
@class VLCMedia;
@class VLCMediaList;
@class VLCTime;
@class VLCVideoView;
@class VLCAudio;
@class VLCMediaThumbnailer;
@class VLCMediaListPlayer;
@class VLCMediaPlayer;
@class VLCAudioEqualizer;
@class VLCAudioEqualizerPreset;
@class VLCAudioEqualizerBand;
@class VLCDialogProvider;
@class VLCRendererDiscoverer;
@class VLCRendererDiscovererDescription;
@class VLCRendererItem;
@class VLCFilterParameter;
@class VLCAdjustFilter;
@class VLCMediaMetaData;
@class VLCConsoleLogger;
@class VLCFileLogger;
@class VLCLogMessageFormatter;
@class VLCMediaPlayerChapterDescription;
@class VLCMediaPlayerTitleDescription;
@end
{
"colors" : [
{
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
{
"images" : [
{
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
{
"info" : {
"author" : "xcode",
"version" : 1
}
}
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13122.16" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13104.12"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--View Controller-->
<scene sceneID="EHf-IW-A2E">
<objects>
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" xcode11CocoaTouchSystemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
<viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="53" y="375"/>
</scene>
</scenes>
</document>
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r">
<device id="retina6_12" orientation="landscape" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22685"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--View Controller-->
<scene sceneID="tne-QT-ifu">
<objects>
<viewController id="BYZ-38-t0r" customClass="ViewController" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
<rect key="frame" x="0.0" y="0.0" width="852" height="393"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="f3l-EP-1Wd">
<rect key="frame" x="67" y="-5.3333333333333428" width="718" height="382.66666666666674"/>
<color key="backgroundColor" systemColor="systemFillColor"/>
<constraints>
<constraint firstAttribute="width" secondItem="f3l-EP-1Wd" secondAttribute="height" multiplier="15:8" id="SlP-17-dM3"/>
</constraints>
</view>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="t9r-in-Pix">
<rect key="frame" x="75.000000000000014" y="321" width="195.33333333333337" height="35"/>
<state key="normal" title="Button"/>
<buttonConfiguration key="configuration" style="filled" title="Start Picture In Picture"/>
<connections>
<action selector="pipButtonTouched:" destination="BYZ-38-t0r" eventType="touchUpInside" id="nRf-gS-txt"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="b1c-Mo-iOn">
<rect key="frame" x="286.33333333333331" y="321" width="55.666666666666686" height="35"/>
<state key="normal" title="Button"/>
<buttonConfiguration key="configuration" style="filled" title="Play"/>
<connections>
<action selector="playButtonTouched:" destination="BYZ-38-t0r" eventType="touchUpInside" id="wkt-An-AVm"/>
</connections>
</button>
</subviews>
<viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstItem="b1c-Mo-iOn" firstAttribute="leading" secondItem="t9r-in-Pix" secondAttribute="trailing" constant="16" id="4jg-2t-K1g"/>
<constraint firstItem="6Tk-OE-BBY" firstAttribute="bottom" secondItem="t9r-in-Pix" secondAttribute="bottom" constant="16" id="GYK-z5-Bee"/>
<constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="b1c-Mo-iOn" secondAttribute="trailing" constant="16" id="IWT-B9-fWE"/>
<constraint firstItem="f3l-EP-1Wd" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" constant="8" id="Ilg-5a-QSZ"/>
<constraint firstItem="f3l-EP-1Wd" firstAttribute="centerY" secondItem="6Tk-OE-BBY" secondAttribute="centerY" id="WLJ-z3-eUg"/>
<constraint firstItem="t9r-in-Pix" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" constant="16" id="gZW-Gs-x02"/>
<constraint firstItem="b1c-Mo-iOn" firstAttribute="centerY" secondItem="t9r-in-Pix" secondAttribute="centerY" id="iDI-jQ-EpO"/>
<constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="f3l-EP-1Wd" secondAttribute="trailing" constant="8" id="rQI-WS-50o"/>
</constraints>
</view>
<connections>
<outlet property="movieView" destination="f3l-EP-1Wd" id="gVU-Pk-AQO"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="25" y="4"/>
</scene>
</scenes>
<resources>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
<systemColor name="systemFillColor">
<color red="0.47058823529999999" green="0.47058823529999999" blue="0.50196078430000002" alpha="0.20000000000000001" colorSpace="custom" customColorSpace="sRGB"/>
</systemColor>
</resources>
</document>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>UIApplicationSceneManifest</key>
<dict>
<key>UIApplicationSupportsMultipleScenes</key>
<false/>
<key>UISceneConfigurations</key>
<dict>
<key>UIWindowSceneSessionRoleApplication</key>
<array>
<dict>
<key>UISceneConfigurationName</key>
<string>Default Configuration</string>
<key>UISceneDelegateClassName</key>
<string>SceneDelegate</string>
<key>UISceneStoryboardFile</key>
<string>Main</string>
</dict>
</array>
</dict>
</dict>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
</array>
</dict>
</plist>
/*****************************************************************************
* SceneDelegate.h :
*****************************************************************************
* Copyright (C) 2024 VLC authors and VideoLAN
*
* Authors: Maxime Chapelet <umxprime at videolabs dot io>
*
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2.1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#import <UIKit/UIKit.h>
@interface SceneDelegate : UIResponder <UIWindowSceneDelegate>
@property (strong, nonatomic) UIWindow * window;
@end
/*****************************************************************************
* SceneDelegate.m :
*****************************************************************************
* Copyright (C) 2024 VLC authors and VideoLAN
*
* Authors: Maxime Chapelet <umxprime at videolabs dot io>
*
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2.1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#import "SceneDelegate.h"
@interface SceneDelegate ()
@end
@implementation SceneDelegate
- (void)scene:(UIScene *)scene willConnectToSession:(UISceneSession *)session options:(UISceneConnectionOptions *)connectionOptions {
// Use this method to optionally configure and attach the UIWindow `window` to the provided UIWindowScene `scene`.
// If using a storyboard, the `window` property will automatically be initialized and attached to the scene.
// This delegate does not imply the connecting scene or session are new (see `application:configurationForConnectingSceneSession` instead).
}
- (void)sceneDidDisconnect:(UIScene *)scene {
// Called as the scene is being released by the system.
// This occurs shortly after the scene enters the background, or when its session is discarded.
// Release any resources associated with this scene that can be re-created the next time the scene connects.
// The scene may re-connect later, as its session was not necessarily discarded (see `application:didDiscardSceneSessions` instead).
}
- (void)sceneDidBecomeActive:(UIScene *)scene {
// Called when the scene has moved from an inactive state to an active state.
// Use this method to restart any tasks that were paused (or not yet started) when the scene was inactive.
}
- (void)sceneWillResignActive:(UIScene *)scene {
// Called when the scene will move from an active state to an inactive state.
// This may occur due to temporary interruptions (ex. an incoming phone call).
}
- (void)sceneWillEnterForeground:(UIScene *)scene {
// Called as the scene transitions from the background to the foreground.
// Use this method to undo the changes made on entering the background.
}
- (void)sceneDidEnterBackground:(UIScene *)scene {
// Called as the scene transitions from the foreground to the background.
// Use this method to save data, release shared resources, and store enough scene-specific state information
// to restore the scene back to its current state.
}
@end
/*****************************************************************************
* ViewController.h :
*****************************************************************************
* Copyright (C) 2024 VLC authors and VideoLAN
*
* Authors: Maxime Chapelet <umxprime at videolabs dot io>
*
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2.1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController
@end
/*****************************************************************************
* ViewController.m :
*****************************************************************************
* Copyright (C) 2024 VLC authors and VideoLAN
*
* Authors: Maxime Chapelet <umxprime at videolabs dot io>
*
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2.1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#import "ViewController.h"
#import <VLCKit/VLCKit.h>
@interface ViewController ()
<VLCDrawable,
VLCPictureInPictureDrawable,
VLCLogging,
VLCPictureInPictureMediaControlling,
VLCMediaPlayerDelegate>
@property (weak, nonatomic) IBOutlet UIView *movieView;
@property (weak, atomic) id<VLCPictureInPictureWindowControlling> pipController;
@end
@implementation ViewController
{
VLCMediaPlayer *_mediaPlayer;
VLCLibrary *_vlc;
}
- (void)viewDidLoad {
[super viewDidLoad];
_vlc = [[VLCLibrary alloc] initWithOptions:@[@"-vvvv"]];
_vlc.loggers = @[self];
_mediaPlayer = [[VLCMediaPlayer alloc] initWithLibrary:_vlc];
_mediaPlayer.delegate = self;
_mediaPlayer.drawable = self;
_mediaPlayer.minimalTimePeriod = 10000;
NSURL *mediaURL;
NSString *mediaPath;
mediaPath = @"http://streams.videolan.org/streams/mp4/Mr_MrsSmith-h264_aac.mp4";
mediaURL = [NSURL URLWithString:mediaPath];
_mediaPlayer.media = [VLCMedia mediaWithURL:mediaURL];
}
#pragma mark - Actions
- (IBAction)pipButtonTouched:(id)sender {
[self.pipController startPictureInPicture];
}
- (IBAction)playButtonTouched:(id)sender {
switch (_mediaPlayer.state) {
case VLCMediaPlayerStatePaused:
case VLCMediaPlayerStateStopped:
case VLCMediaPlayerStateStopping:
case VLCMediaPlayerStateError:
{
[_mediaPlayer play];
break;
}
default:
[_mediaPlayer pause];
}
}
#pragma mark - VLCPictureInPictureDrawable
- (id<VLCPictureInPictureMediaControlling>)mediaController {
return self;
}
- (void (^)(id<VLCPictureInPictureWindowControlling>))pictureInPictureReady {
__weak typeof(self) drawable = self;
return ^(id<VLCPictureInPictureWindowControlling> pipController){
drawable.pipController = pipController;
};
}
#pragma mark - VLCDrawable
- (void)addSubview:(VLCView *)view {
[self.movieView addSubview:view];
}
- (CGRect)bounds {
return self.movieView.bounds;
}
#pragma mark - VLCLogging
- (void)setLevel:(VLCLogLevel)level {
}
- (VLCLogLevel)level {
return kVLCLogLevelDebug;
}
- (void)handleMessage:(nonnull NSString *)message
logLevel:(VLCLogLevel)level
context:(nullable VLCLogContext *)context {
NSLog(@"%@", message);
}
#pragma mark - VLCPictureInPictureMediaControlling
- (int64_t)mediaTime {
int64_t mediaTime =
_mediaPlayer.time.value.integerValue;
return mediaTime;
}
- (int64_t)mediaLength {
int64_t mediaLength =
_mediaPlayer.media.length.value.integerValue;
return mediaLength;
}
- (void)play {
[_mediaPlayer play];
}
- (void)pause {
[_mediaPlayer pause];
}
- (void)seekBy:(int64_t)offset completion:(dispatch_block_t)completion {
[_mediaPlayer jumpWithOffset:(int)offset completion:completion];
}
- (BOOL)isMediaSeekable {
return _mediaPlayer.isSeekable;
}
- (BOOL)isMediaPlaying {
return _mediaPlayer.isPlaying;
}
#pragma mark - VLCMediaPlayerDelegate
- (void)mediaPlayerStateChanged:(VLCMediaPlayerState)newState {
__block ViewController *vc = self;
dispatch_async(dispatch_get_main_queue(), ^{
[vc.pipController invalidatePlaybackState];
vc = nil;
});
}
- (void)mediaPlayerLengthChanged:(int64_t)length {
[self.pipController invalidatePlaybackState];
}
@end
/*****************************************************************************
* main.m :
*****************************************************************************
* Copyright (C) 2024 VLC authors and VideoLAN
*
* Authors: Maxime Chapelet <umxprime at videolabs dot io>
*
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2.1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#import <UIKit/UIKit.h>
#import "AppDelegate.h"
int main(int argc, char * argv[]) {
NSString * appDelegateClassName;
@autoreleasepool {
// Setup code that might create autoreleased objects goes here.
appDelegateClassName = NSStringFromClass([AppDelegate class]);
}
return UIApplicationMain(argc, argv, nil, appDelegateClassName);
}
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
7D11B36A183BA71600FF0D25 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D11B369183BA71600FF0D25 /* UIKit.framework */; };
7D11B36C183BA71600FF0D25 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D11B36B183BA71600FF0D25 /* Foundation.framework */; };
7D11B374183BA71600FF0D25 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 7D11B372183BA71600FF0D25 /* InfoPlist.strings */; };
7D11B376183BA71600FF0D25 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D11B375183BA71600FF0D25 /* main.m */; };
7D11B37A183BA71600FF0D25 /* VDLAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D11B379183BA71600FF0D25 /* VDLAppDelegate.m */; };
7D11B37C183BA71600FF0D25 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D11B37B183BA71600FF0D25 /* Default.png */; };
7D11B37E183BA71600FF0D25 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D11B37D183BA71600FF0D25 /* Default@2x.png */; };
7D11B380183BA71600FF0D25 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D11B37F183BA71600FF0D25 /* Default-568h@2x.png */; };
7D11B383183BA71600FF0D25 /* VDLViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D11B382183BA71600FF0D25 /* VDLViewController.m */; };
7D11B386183BA71600FF0D25 /* VDLViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7D11B384183BA71600FF0D25 /* VDLViewController.xib */; };
7D4127A12BA74AE10027D5E4 /* VDLSceneDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D4127A02BA74AE10027D5E4 /* VDLSceneDelegate.m */; };
7DBB418E2BBD41C70075ABB8 /* VLCKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7DBB418D2BBD41C70075ABB8 /* VLCKit.framework */; };
7DBB41922BBD41F90075ABB8 /* VLCKit.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 7DBB418D2BBD41C70075ABB8 /* VLCKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
/* End PBXBuildFile section */
/* Begin PBXCopyFilesBuildPhase section */
7DBB418F2BBD41D70075ABB8 /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
7DBB41922BBD41F90075ABB8 /* VLCKit.framework in CopyFiles */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
7D11B366183BA71600FF0D25 /* SimplePlayback.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SimplePlayback.app; sourceTree = BUILT_PRODUCTS_DIR; };
7D11B369183BA71600FF0D25 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
7D11B36B183BA71600FF0D25 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
7D11B371183BA71600FF0D25 /* SimplePlayback-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "SimplePlayback-Info.plist"; sourceTree = "<group>"; };
7D11B373183BA71600FF0D25 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
7D11B375183BA71600FF0D25 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
7D11B377183BA71600FF0D25 /* SimplePlayback-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SimplePlayback-Prefix.pch"; sourceTree = "<group>"; };
7D11B378183BA71600FF0D25 /* VDLAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VDLAppDelegate.h; sourceTree = "<group>"; };
7D11B379183BA71600FF0D25 /* VDLAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VDLAppDelegate.m; sourceTree = "<group>"; };
7D11B37B183BA71600FF0D25 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
7D11B37D183BA71600FF0D25 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
7D11B37F183BA71600FF0D25 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
7D11B381183BA71600FF0D25 /* VDLViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VDLViewController.h; sourceTree = "<group>"; };
7D11B382183BA71600FF0D25 /* VDLViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VDLViewController.m; sourceTree = "<group>"; };
7D11B385183BA71600FF0D25 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/VDLViewController.xib; sourceTree = "<group>"; };
7D41279D2BA749A40027D5E4 /* VLCKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = VLCKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
7D41279F2BA74AE10027D5E4 /* VDLSceneDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VDLSceneDelegate.h; sourceTree = "<group>"; };
7D4127A02BA74AE10027D5E4 /* VDLSceneDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VDLSceneDelegate.m; sourceTree = "<group>"; };
7DB6E0DC285A150F004EAF04 /* MobileVLCKit.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = MobileVLCKit.xcframework; path = ../../../build/MobileVLCKit.xcframework; sourceTree = "<group>"; };
7DBB418B2BBD41B40075ABB8 /* VLCKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = VLCKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
7DBB418D2BBD41C70075ABB8 /* VLCKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = VLCKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
7D11B363183BA71600FF0D25 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
7DBB418E2BBD41C70075ABB8 /* VLCKit.framework in Frameworks */,
7D11B36A183BA71600FF0D25 /* UIKit.framework in Frameworks */,
7D11B36C183BA71600FF0D25 /* Foundation.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
7D11B35D183BA71600FF0D25 = {
isa = PBXGroup;
children = (
7D11B36F183BA71600FF0D25 /* SimplePlayback */,
7D11B368183BA71600FF0D25 /* Frameworks */,
7D11B367183BA71600FF0D25 /* Products */,
);
sourceTree = "<group>";
};
7D11B367183BA71600FF0D25 /* Products */ = {
isa = PBXGroup;
children = (
7D11B366183BA71600FF0D25 /* SimplePlayback.app */,
);
name = Products;
sourceTree = "<group>";
};
7D11B368183BA71600FF0D25 /* Frameworks */ = {
isa = PBXGroup;
children = (
7DBB418D2BBD41C70075ABB8 /* VLCKit.framework */,
7DBB418B2BBD41B40075ABB8 /* VLCKit.framework */,
7D41279D2BA749A40027D5E4 /* VLCKit.framework */,
7D11B369183BA71600FF0D25 /* UIKit.framework */,
7D11B36B183BA71600FF0D25 /* Foundation.framework */,
7DB6E0DC285A150F004EAF04 /* MobileVLCKit.xcframework */,
);
name = Frameworks;
sourceTree = "<group>";
};
7D11B36F183BA71600FF0D25 /* SimplePlayback */ = {
isa = PBXGroup;
children = (
7D11B378183BA71600FF0D25 /* VDLAppDelegate.h */,
7D11B379183BA71600FF0D25 /* VDLAppDelegate.m */,
7D41279F2BA74AE10027D5E4 /* VDLSceneDelegate.h */,
7D4127A02BA74AE10027D5E4 /* VDLSceneDelegate.m */,
7D11B381183BA71600FF0D25 /* VDLViewController.h */,
7D11B382183BA71600FF0D25 /* VDLViewController.m */,
7D11B384183BA71600FF0D25 /* VDLViewController.xib */,
7D11B370183BA71600FF0D25 /* Supporting Files */,
);
path = SimplePlayback;
sourceTree = "<group>";
};
7D11B370183BA71600FF0D25 /* Supporting Files */ = {
isa = PBXGroup;
children = (
7D11B371183BA71600FF0D25 /* SimplePlayback-Info.plist */,
7D11B372183BA71600FF0D25 /* InfoPlist.strings */,
7D11B375183BA71600FF0D25 /* main.m */,
7D11B377183BA71600FF0D25 /* SimplePlayback-Prefix.pch */,
7D11B37B183BA71600FF0D25 /* Default.png */,
7D11B37D183BA71600FF0D25 /* Default@2x.png */,
7D11B37F183BA71600FF0D25 /* Default-568h@2x.png */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
7D11B365183BA71600FF0D25 /* SimplePlayback */ = {
isa = PBXNativeTarget;
buildConfigurationList = 7D11B389183BA71600FF0D25 /* Build configuration list for PBXNativeTarget "SimplePlayback" */;
buildPhases = (
7D11B362183BA71600FF0D25 /* Sources */,
7D11B363183BA71600FF0D25 /* Frameworks */,
7D11B364183BA71600FF0D25 /* Resources */,
7DBB418F2BBD41D70075ABB8 /* CopyFiles */,
);
buildRules = (
);
dependencies = (
);
name = SimplePlayback;
productName = SimplePlayback;
productReference = 7D11B366183BA71600FF0D25 /* SimplePlayback.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
7D11B35E183BA71600FF0D25 /* Project object */ = {
isa = PBXProject;
attributes = {
CLASSPREFIX = VDL;
LastUpgradeCheck = 0460;
ORGANIZATIONNAME = VideoLAN;
TargetAttributes = {
7D11B365183BA71600FF0D25 = {
DevelopmentTeam = 75GAHG3SZQ;
};
};
};
buildConfigurationList = 7D11B361183BA71600FF0D25 /* Build configuration list for PBXProject "SimplePlayback" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
);
mainGroup = 7D11B35D183BA71600FF0D25;
productRefGroup = 7D11B367183BA71600FF0D25 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
7D11B365183BA71600FF0D25 /* SimplePlayback */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
7D11B364183BA71600FF0D25 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
7D11B374183BA71600FF0D25 /* InfoPlist.strings in Resources */,
7D11B37C183BA71600FF0D25 /* Default.png in Resources */,
7D11B37E183BA71600FF0D25 /* Default@2x.png in Resources */,
7D11B380183BA71600FF0D25 /* Default-568h@2x.png in Resources */,
7D11B386183BA71600FF0D25 /* VDLViewController.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
7D11B362183BA71600FF0D25 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
7D4127A12BA74AE10027D5E4 /* VDLSceneDelegate.m in Sources */,
7D11B376183BA71600FF0D25 /* main.m in Sources */,
7D11B37A183BA71600FF0D25 /* VDLAppDelegate.m in Sources */,
7D11B383183BA71600FF0D25 /* VDLViewController.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
7D11B372183BA71600FF0D25 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
7D11B373183BA71600FF0D25 /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
7D11B384183BA71600FF0D25 /* VDLViewController.xib */ = {
isa = PBXVariantGroup;
children = (
7D11B385183BA71600FF0D25 /* en */,
);
name = VDLViewController.xib;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
7D11B387183BA71600FF0D25 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
};
name = Debug;
};
7D11B388183BA71600FF0D25 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
7D11B38A183BA71600FF0D25 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEVELOPMENT_TEAM = 75GAHG3SZQ;
ENABLE_BITCODE = NO;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "SimplePlayback/SimplePlayback-Prefix.pch";
INFOPLIST_FILE = "SimplePlayback/SimplePlayback-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
PRODUCT_BUNDLE_IDENTIFIER = "org.videolan.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator xros xrsimulator";
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
TARGETED_DEVICE_FAMILY = "1,7";
WRAPPER_EXTENSION = app;
XROS_DEPLOYMENT_TARGET = 1.0;
};
name = Debug;
};
7D11B38B183BA71600FF0D25 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEVELOPMENT_TEAM = 75GAHG3SZQ;
ENABLE_BITCODE = NO;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "SimplePlayback/SimplePlayback-Prefix.pch";
INFOPLIST_FILE = "SimplePlayback/SimplePlayback-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
PRODUCT_BUNDLE_IDENTIFIER = "org.videolan.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator xros xrsimulator";
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
TARGETED_DEVICE_FAMILY = "1,7";
WRAPPER_EXTENSION = app;
XROS_DEPLOYMENT_TARGET = 1.0;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
7D11B361183BA71600FF0D25 /* Build configuration list for PBXProject "SimplePlayback" */ = {
isa = XCConfigurationList;
buildConfigurations = (
7D11B387183BA71600FF0D25 /* Debug */,
7D11B388183BA71600FF0D25 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
7D11B389183BA71600FF0D25 /* Build configuration list for PBXNativeTarget "SimplePlayback" */ = {
isa = XCConfigurationList;
buildConfigurations = (
7D11B38A183BA71600FF0D25 /* Debug */,
7D11B38B183BA71600FF0D25 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 7D11B35E183BA71600FF0D25 /* Project object */;
}
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "group:../../../VLCKit.xcodeproj">
</FileRef>
<FileRef
location = "group:SimplePlayback.xcodeproj">
</FileRef>
</Workspace>
Examples/visionOS/SimplePlayback/SimplePlayback/Default-568h@2x.png

18.2 KiB