|
@@ -0,0 +1,271 @@
|
|
|
|
|
+// !$*UTF8*$!
|
|
|
|
|
+{
|
|
|
|
|
+ archiveVersion = 1;
|
|
|
|
|
+ classes = {
|
|
|
|
|
+ };
|
|
|
|
|
+ objectVersion = 56;
|
|
|
|
|
+ objects = {
|
|
|
|
|
+
|
|
|
|
|
+/* Begin PBXBuildFile section */
|
|
|
|
|
+ 1A0000010000000000000001 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A0000010000000000000011 /* AppDelegate.swift */; };
|
|
|
|
|
+ 1A0000020000000000000001 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A0000020000000000000011 /* SceneDelegate.swift */; };
|
|
|
|
|
+ 1A0000030000000000000001 /* PlayerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A0000030000000000000011 /* PlayerViewController.swift */; };
|
|
|
|
|
+ 1A0000070000000000000001 /* MobileProgressBarInfoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A0000070000000000000011 /* MobileProgressBarInfoView.swift */; };
|
|
|
|
|
+ 1A0000080000000000000001 /* MobileMainControllerButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A0000080000000000000011 /* MobileMainControllerButton.swift */; };
|
|
|
|
|
+ 1A0000090000000000000001 /* MobileSkipButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A0000090000000000000011 /* MobileSkipButton.swift */; };
|
|
|
|
|
+ 1A00000A0000000000000001 /* MobilePlaybackControlsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A00000A0000000000000011 /* MobilePlaybackControlsView.swift */; };
|
|
|
|
|
+ 1A00000B0000000000000001 /* VideoPlayerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A00000B0000000000000011 /* VideoPlayerViewController.swift */; };
|
|
|
|
|
+ 1A00000C0000000000000001 /* PlayerControlsConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A00000C0000000000000011 /* PlayerControlsConfiguration.swift */; };
|
|
|
|
|
+ 1A0000060000000000000001 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 1A0000060000000000000011 /* Assets.xcassets */; };
|
|
|
|
|
+/* End PBXBuildFile section */
|
|
|
|
|
+
|
|
|
|
|
+/* Begin PBXFileReference section */
|
|
|
|
|
+ 1A0000010000000000000011 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
|
|
|
+ 1A0000020000000000000011 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
|
|
|
|
|
+ 1A0000030000000000000011 /* PlayerViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlayerViewController.swift; sourceTree = "<group>"; };
|
|
|
|
|
+ 1A0000040000000000000011 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
|
|
+ 1A0000050000000000000011 /* GMPlayer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GMPlayer.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
|
+ 1A0000060000000000000011 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
|
|
|
+ 1A0000070000000000000011 /* MobileProgressBarInfoView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MobileProgressBarInfoView.swift; sourceTree = "<group>"; };
|
|
|
|
|
+ 1A0000080000000000000011 /* MobileMainControllerButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MobileMainControllerButton.swift; sourceTree = "<group>"; };
|
|
|
|
|
+ 1A0000090000000000000011 /* MobileSkipButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MobileSkipButton.swift; sourceTree = "<group>"; };
|
|
|
|
|
+ 1A00000A0000000000000011 /* MobilePlaybackControlsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MobilePlaybackControlsView.swift; sourceTree = "<group>"; };
|
|
|
|
|
+ 1A00000B0000000000000011 /* VideoPlayerViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VideoPlayerViewController.swift; sourceTree = "<group>"; };
|
|
|
|
|
+ 1A00000C0000000000000011 /* PlayerControlsConfiguration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlayerControlsConfiguration.swift; sourceTree = "<group>"; };
|
|
|
|
|
+/* End PBXFileReference section */
|
|
|
|
|
+
|
|
|
|
|
+/* Begin PBXFrameworksBuildPhase section */
|
|
|
|
|
+ 1A0000010000000000000021 /* Frameworks */ = {
|
|
|
|
|
+ isa = PBXFrameworksBuildPhase;
|
|
|
|
|
+ buildActionMask = 2147483647;
|
|
|
|
|
+ files = (
|
|
|
|
|
+ );
|
|
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
+ };
|
|
|
|
|
+/* End PBXFrameworksBuildPhase section */
|
|
|
|
|
+
|
|
|
|
|
+/* Begin PBXGroup section */
|
|
|
|
|
+ 1A0000010000000000000031 = {
|
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
|
+ children = (
|
|
|
|
|
+ 1A0000020000000000000031 /* GMPlayer */,
|
|
|
|
|
+ 1A0000030000000000000031 /* Products */,
|
|
|
|
|
+ );
|
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
|
+ };
|
|
|
|
|
+ 1A0000020000000000000031 /* GMPlayer */ = {
|
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
|
+ children = (
|
|
|
|
|
+ 1A0000010000000000000011 /* AppDelegate.swift */,
|
|
|
|
|
+ 1A0000020000000000000011 /* SceneDelegate.swift */,
|
|
|
|
|
+ 1A0000030000000000000011 /* PlayerViewController.swift */,
|
|
|
|
|
+ 1A0000070000000000000011 /* MobileProgressBarInfoView.swift */,
|
|
|
|
|
+ 1A0000080000000000000011 /* MobileMainControllerButton.swift */,
|
|
|
|
|
+ 1A0000090000000000000011 /* MobileSkipButton.swift */,
|
|
|
|
|
+ 1A00000A0000000000000011 /* MobilePlaybackControlsView.swift */,
|
|
|
|
|
+ 1A00000B0000000000000011 /* VideoPlayerViewController.swift */,
|
|
|
|
|
+ 1A00000C0000000000000011 /* PlayerControlsConfiguration.swift */,
|
|
|
|
|
+ 1A0000040000000000000011 /* Info.plist */,
|
|
|
|
|
+ 1A0000060000000000000011 /* Assets.xcassets */,
|
|
|
|
|
+ );
|
|
|
|
|
+ path = GMPlayer;
|
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
|
+ };
|
|
|
|
|
+ 1A0000030000000000000031 /* Products */ = {
|
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
|
+ children = (
|
|
|
|
|
+ 1A0000050000000000000011 /* GMPlayer.app */,
|
|
|
|
|
+ );
|
|
|
|
|
+ name = Products;
|
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
|
+ };
|
|
|
|
|
+/* End PBXGroup section */
|
|
|
|
|
+
|
|
|
|
|
+/* Begin PBXNativeTarget section */
|
|
|
|
|
+ 1A0000010000000000000041 /* GMPlayer */ = {
|
|
|
|
|
+ isa = PBXNativeTarget;
|
|
|
|
|
+ buildConfigurationList = 1A0000010000000000000071 /* Build configuration list for PBXNativeTarget "GMPlayer" */;
|
|
|
|
|
+ buildPhases = (
|
|
|
|
|
+ 1A0000010000000000000051 /* Sources */,
|
|
|
|
|
+ 1A0000010000000000000021 /* Frameworks */,
|
|
|
|
|
+ 1A0000020000000000000051 /* Resources */,
|
|
|
|
|
+ );
|
|
|
|
|
+ buildRules = (
|
|
|
|
|
+ );
|
|
|
|
|
+ dependencies = (
|
|
|
|
|
+ );
|
|
|
|
|
+ name = GMPlayer;
|
|
|
|
|
+ productName = GMPlayer;
|
|
|
|
|
+ productReference = 1A0000050000000000000011 /* GMPlayer.app */;
|
|
|
|
|
+ productType = "com.apple.product-type.application";
|
|
|
|
|
+ };
|
|
|
|
|
+/* End PBXNativeTarget section */
|
|
|
|
|
+
|
|
|
|
|
+/* Begin PBXProject section */
|
|
|
|
|
+ 1A0000010000000000000061 /* Project object */ = {
|
|
|
|
|
+ isa = PBXProject;
|
|
|
|
|
+ attributes = {
|
|
|
|
|
+ BuildIndependentTargetsInParallel = 1;
|
|
|
|
|
+ LastSwiftUpdateCheck = 1600;
|
|
|
|
|
+ LastUpgradeCheck = 1600;
|
|
|
|
|
+ TargetAttributes = {
|
|
|
|
|
+ 1A0000010000000000000041 = {
|
|
|
|
|
+ CreatedOnToolsVersion = 16.0;
|
|
|
|
|
+ };
|
|
|
|
|
+ };
|
|
|
|
|
+ };
|
|
|
|
|
+ buildConfigurationList = 1A0000020000000000000071 /* Build configuration list for PBXProject "GMPlayer" */;
|
|
|
|
|
+ compatibilityVersion = "Xcode 14.0";
|
|
|
|
|
+ developmentRegion = en;
|
|
|
|
|
+ hasScannedForEncodings = 0;
|
|
|
|
|
+ knownRegions = (
|
|
|
|
|
+ en,
|
|
|
|
|
+ Base,
|
|
|
|
|
+ );
|
|
|
|
|
+ mainGroup = 1A0000010000000000000031;
|
|
|
|
|
+ productRefGroup = 1A0000030000000000000031 /* Products */;
|
|
|
|
|
+ projectDirPath = "";
|
|
|
|
|
+ projectRoot = "";
|
|
|
|
|
+ targets = (
|
|
|
|
|
+ 1A0000010000000000000041 /* GMPlayer */,
|
|
|
|
|
+ );
|
|
|
|
|
+ };
|
|
|
|
|
+/* End PBXProject section */
|
|
|
|
|
+
|
|
|
|
|
+/* Begin PBXResourcesBuildPhase section */
|
|
|
|
|
+ 1A0000020000000000000051 /* Resources */ = {
|
|
|
|
|
+ isa = PBXResourcesBuildPhase;
|
|
|
|
|
+ buildActionMask = 2147483647;
|
|
|
|
|
+ files = (
|
|
|
|
|
+ 1A0000060000000000000001 /* Assets.xcassets in Resources */,
|
|
|
|
|
+ );
|
|
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
+ };
|
|
|
|
|
+/* End PBXResourcesBuildPhase section */
|
|
|
|
|
+
|
|
|
|
|
+/* Begin PBXSourcesBuildPhase section */
|
|
|
|
|
+ 1A0000010000000000000051 /* Sources */ = {
|
|
|
|
|
+ isa = PBXSourcesBuildPhase;
|
|
|
|
|
+ buildActionMask = 2147483647;
|
|
|
|
|
+ files = (
|
|
|
|
|
+ 1A0000010000000000000001 /* AppDelegate.swift in Sources */,
|
|
|
|
|
+ 1A0000020000000000000001 /* SceneDelegate.swift in Sources */,
|
|
|
|
|
+ 1A0000030000000000000001 /* PlayerViewController.swift in Sources */,
|
|
|
|
|
+ 1A0000070000000000000001 /* MobileProgressBarInfoView.swift in Sources */,
|
|
|
|
|
+ 1A0000080000000000000001 /* MobileMainControllerButton.swift in Sources */,
|
|
|
|
|
+ 1A0000090000000000000001 /* MobileSkipButton.swift in Sources */,
|
|
|
|
|
+ 1A00000A0000000000000001 /* MobilePlaybackControlsView.swift in Sources */,
|
|
|
|
|
+ 1A00000B0000000000000001 /* VideoPlayerViewController.swift in Sources */,
|
|
|
|
|
+ 1A00000C0000000000000001 /* PlayerControlsConfiguration.swift in Sources */,
|
|
|
|
|
+ );
|
|
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
+ };
|
|
|
|
|
+/* End PBXSourcesBuildPhase section */
|
|
|
|
|
+
|
|
|
|
|
+/* Begin XCBuildConfiguration section */
|
|
|
|
|
+ 1A0000010000000000000081 /* Debug */ = {
|
|
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
|
|
+ buildSettings = {
|
|
|
|
|
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
|
|
+ ASSETCATALOG_COMPILER_OPTIMIZATION = space;
|
|
|
|
|
+ CODE_SIGN_STYLE = Automatic;
|
|
|
|
|
+ CURRENT_PROJECT_VERSION = 1;
|
|
|
|
|
+ DEVELOPMENT_TEAM = "";
|
|
|
|
|
+ GENERATE_INFOPLIST_FILE = NO;
|
|
|
|
|
+ INFOPLIST_FILE = GMPlayer/Info.plist;
|
|
|
|
|
+ IPHONEOS_DEPLOYMENT_TARGET = 16.0;
|
|
|
|
|
+ MARKETING_VERSION = 0.1.0;
|
|
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = com.gmplayer.app;
|
|
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
|
+ SWIFT_VERSION = 5.0;
|
|
|
|
|
+ TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
|
|
+ };
|
|
|
|
|
+ name = Debug;
|
|
|
|
|
+ };
|
|
|
|
|
+ 1A0000020000000000000081 /* Release */ = {
|
|
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
|
|
+ buildSettings = {
|
|
|
|
|
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
|
|
+ ASSETCATALOG_COMPILER_OPTIMIZATION = space;
|
|
|
|
|
+ CODE_SIGN_STYLE = Automatic;
|
|
|
|
|
+ CURRENT_PROJECT_VERSION = 1;
|
|
|
|
|
+ DEVELOPMENT_TEAM = "";
|
|
|
|
|
+ GENERATE_INFOPLIST_FILE = NO;
|
|
|
|
|
+ INFOPLIST_FILE = GMPlayer/Info.plist;
|
|
|
|
|
+ IPHONEOS_DEPLOYMENT_TARGET = 16.0;
|
|
|
|
|
+ MARKETING_VERSION = 0.1.0;
|
|
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = com.gmplayer.app;
|
|
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
|
+ SWIFT_VERSION = 5.0;
|
|
|
|
|
+ TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
|
|
+ };
|
|
|
|
|
+ name = Release;
|
|
|
|
|
+ };
|
|
|
|
|
+ 1A0000030000000000000081 /* Debug */ = {
|
|
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
|
|
+ buildSettings = {
|
|
|
|
|
+ ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
|
|
+ CLANG_ENABLE_MODULES = YES;
|
|
|
|
|
+ CLANG_ENABLE_OBJC_ARC = YES;
|
|
|
|
|
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
|
|
|
+ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
|
|
|
+ COPY_PHASE_STRIP = NO;
|
|
|
|
|
+ DEBUG_INFORMATION_FORMAT = dwarf;
|
|
|
|
|
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
|
|
|
+ ENABLE_TESTABILITY = YES;
|
|
|
|
|
+ GCC_C_LANGUAGE_STANDARD = gnu17;
|
|
|
|
|
+ GCC_NO_COMMON_BLOCKS = YES;
|
|
|
|
|
+ GCC_OPTIMIZATION_LEVEL = 0;
|
|
|
|
|
+ MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
|
|
|
+ ONLY_ACTIVE_ARCH = YES;
|
|
|
|
|
+ SDKROOT = iphoneos;
|
|
|
|
|
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
|
|
|
+ };
|
|
|
|
|
+ name = Debug;
|
|
|
|
|
+ };
|
|
|
|
|
+ 1A0000040000000000000081 /* Release */ = {
|
|
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
|
|
+ buildSettings = {
|
|
|
|
|
+ ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
|
|
+ CLANG_ENABLE_MODULES = YES;
|
|
|
|
|
+ CLANG_ENABLE_OBJC_ARC = YES;
|
|
|
|
|
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
|
|
|
+ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
|
|
|
+ COPY_PHASE_STRIP = NO;
|
|
|
|
|
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
|
|
|
+ ENABLE_NS_ASSERTIONS = NO;
|
|
|
|
|
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
|
|
|
+ GCC_C_LANGUAGE_STANDARD = gnu17;
|
|
|
|
|
+ GCC_NO_COMMON_BLOCKS = YES;
|
|
|
|
|
+ MTL_ENABLE_DEBUG_INFO = NO;
|
|
|
|
|
+ SDKROOT = iphoneos;
|
|
|
|
|
+ SWIFT_COMPILATION_MODE = wholemodule;
|
|
|
|
|
+ VALIDATE_PRODUCT = YES;
|
|
|
|
|
+ };
|
|
|
|
|
+ name = Release;
|
|
|
|
|
+ };
|
|
|
|
|
+/* End XCBuildConfiguration section */
|
|
|
|
|
+
|
|
|
|
|
+/* Begin XCConfigurationList section */
|
|
|
|
|
+ 1A0000010000000000000071 /* Build configuration list for PBXNativeTarget "GMPlayer" */ = {
|
|
|
|
|
+ isa = XCConfigurationList;
|
|
|
|
|
+ buildConfigurations = (
|
|
|
|
|
+ 1A0000010000000000000081 /* Debug */,
|
|
|
|
|
+ 1A0000020000000000000081 /* Release */,
|
|
|
|
|
+ );
|
|
|
|
|
+ defaultConfigurationIsVisible = 0;
|
|
|
|
|
+ defaultConfigurationName = Release;
|
|
|
|
|
+ };
|
|
|
|
|
+ 1A0000020000000000000071 /* Build configuration list for PBXProject "GMPlayer" */ = {
|
|
|
|
|
+ isa = XCConfigurationList;
|
|
|
|
|
+ buildConfigurations = (
|
|
|
|
|
+ 1A0000030000000000000081 /* Debug */,
|
|
|
|
|
+ 1A0000040000000000000081 /* Release */,
|
|
|
|
|
+ );
|
|
|
|
|
+ defaultConfigurationIsVisible = 0;
|
|
|
|
|
+ defaultConfigurationName = Release;
|
|
|
|
|
+ };
|
|
|
|
|
+/* End XCConfigurationList section */
|
|
|
|
|
+ };
|
|
|
|
|
+ rootObject = 1A0000010000000000000061 /* Project object */;
|
|
|
|
|
+}
|