NuvioStreaming/MPVKit/Demo/Demo-macOS/Demo-macOS.xcodeproj/project.pbxproj
2026-04-18 11:07:21 +05:30

433 lines
19 KiB
Text

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 56;
objects = {
/* Begin PBXBuildFile section */
F43769882A80A39200E35E7E /* Demo_macOSApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = F43769872A80A39200E35E7E /* Demo_macOSApp.swift */; };
F437698A2A80A39200E35E7E /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F43769892A80A39200E35E7E /* ContentView.swift */; };
F437698C2A80A39300E35E7E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F437698B2A80A39300E35E7E /* Assets.xcassets */; };
F437698F2A80A39300E35E7E /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F437698E2A80A39300E35E7E /* Preview Assets.xcassets */; };
F437699B2A80A42F00E35E7E /* MPVPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F43769992A80A42F00E35E7E /* MPVPlayerView.swift */; };
F43769AA2A80C67F00E35E7E /* MPVOGLView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F43769A92A80C67F00E35E7E /* MPVOGLView.swift */; };
F48028892BEB7395002396AA /* MPVProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = F48028882BEB7394002396AA /* MPVProperty.swift */; };
F480288B2BEB73C3002396AA /* MPVPlayerDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F480288A2BEB73C3002396AA /* MPVPlayerDelegate.swift */; };
F48584F62BE8CA4C004A8744 /* MetalLayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = F48584F52BE8CA4C004A8744 /* MetalLayer.swift */; };
F4D866982CBCAE03009CC9F8 /* MPVKit-GPL in Frameworks */ = {isa = PBXBuildFile; productRef = F4D866972CBCAE03009CC9F8 /* MPVKit-GPL */; };
F4EB5D062B61541C00486E3F /* MPVMetalViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4EB5D052B61541C00486E3F /* MPVMetalViewController.swift */; };
F4EB5D082B61543700486E3F /* MPVMetalPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4EB5D072B61543700486E3F /* MPVMetalPlayerView.swift */; };
F4FC2C702A84C2AA00795829 /* MPVViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4FC2C6F2A84C2AA00795829 /* MPVViewController.swift */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
F43769842A80A39200E35E7E /* Demo-macOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Demo-macOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
F43769872A80A39200E35E7E /* Demo_macOSApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Demo_macOSApp.swift; sourceTree = "<group>"; };
F43769892A80A39200E35E7E /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
F437698B2A80A39300E35E7E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
F437698E2A80A39300E35E7E /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
F43769902A80A39300E35E7E /* Demo_macOS.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Demo_macOS.entitlements; sourceTree = "<group>"; };
F43769992A80A42F00E35E7E /* MPVPlayerView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MPVPlayerView.swift; sourceTree = "<group>"; };
F43769A92A80C67F00E35E7E /* MPVOGLView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MPVOGLView.swift; sourceTree = "<group>"; };
F43769AC2A80DF7400E35E7E /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
F43769AE2A80DFD600E35E7E /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
F43769B02A80DFE800E35E7E /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = System/Library/Frameworks/AudioUnit.framework; sourceTree = SDKROOT; };
F43769B22A80DFF400E35E7E /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
F43769B42A80E00800E35E7E /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; };
F48028882BEB7394002396AA /* MPVProperty.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MPVProperty.swift; sourceTree = "<group>"; };
F480288A2BEB73C3002396AA /* MPVPlayerDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MPVPlayerDelegate.swift; sourceTree = "<group>"; };
F48584F52BE8CA4C004A8744 /* MetalLayer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MetalLayer.swift; sourceTree = "<group>"; };
F4D866962CBCADDF009CC9F8 /* MPVKit */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = MPVKit; path = ../..; sourceTree = "<group>"; };
F4EB5D052B61541C00486E3F /* MPVMetalViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MPVMetalViewController.swift; sourceTree = "<group>"; };
F4EB5D072B61543700486E3F /* MPVMetalPlayerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MPVMetalPlayerView.swift; sourceTree = "<group>"; };
F4FC2C6F2A84C2AA00795829 /* MPVViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MPVViewController.swift; sourceTree = "<group>"; };
F4FC2C712A84EE7800795829 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
F43769812A80A39200E35E7E /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
F4D866982CBCAE03009CC9F8 /* MPVKit-GPL in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
F437697B2A80A39200E35E7E = {
isa = PBXGroup;
children = (
F43769862A80A39200E35E7E /* Demo-macOS */,
F43769852A80A39200E35E7E /* Products */,
F43769AB2A80DF7300E35E7E /* Frameworks */,
);
sourceTree = "<group>";
};
F43769852A80A39200E35E7E /* Products */ = {
isa = PBXGroup;
children = (
F43769842A80A39200E35E7E /* Demo-macOS.app */,
);
name = Products;
sourceTree = "<group>";
};
F43769862A80A39200E35E7E /* Demo-macOS */ = {
isa = PBXGroup;
children = (
F4FC2C712A84EE7800795829 /* Info.plist */,
F43769972A80A42F00E35E7E /* Player */,
F43769872A80A39200E35E7E /* Demo_macOSApp.swift */,
F43769892A80A39200E35E7E /* ContentView.swift */,
F437698B2A80A39300E35E7E /* Assets.xcassets */,
F43769902A80A39300E35E7E /* Demo_macOS.entitlements */,
F437698D2A80A39300E35E7E /* Preview Content */,
);
path = "Demo-macOS";
sourceTree = "<group>";
};
F437698D2A80A39300E35E7E /* Preview Content */ = {
isa = PBXGroup;
children = (
F437698E2A80A39300E35E7E /* Preview Assets.xcassets */,
);
path = "Preview Content";
sourceTree = "<group>";
};
F43769972A80A42F00E35E7E /* Player */ = {
isa = PBXGroup;
children = (
F4BA11AE2BCCFEBC00B472DE /* OpenGL */,
F4BA11AD2BCCFEA500B472DE /* Metal */,
F48028882BEB7394002396AA /* MPVProperty.swift */,
F480288A2BEB73C3002396AA /* MPVPlayerDelegate.swift */,
);
path = Player;
sourceTree = "<group>";
};
F43769AB2A80DF7300E35E7E /* Frameworks */ = {
isa = PBXGroup;
children = (
F4D866962CBCADDF009CC9F8 /* MPVKit */,
F43769B42A80E00800E35E7E /* CoreAudio.framework */,
F43769B22A80DFF400E35E7E /* Cocoa.framework */,
F43769B02A80DFE800E35E7E /* AudioUnit.framework */,
F43769AE2A80DFD600E35E7E /* AudioToolbox.framework */,
F43769AC2A80DF7400E35E7E /* AVFoundation.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
F4BA11AD2BCCFEA500B472DE /* Metal */ = {
isa = PBXGroup;
children = (
F48584F52BE8CA4C004A8744 /* MetalLayer.swift */,
F4EB5D072B61543700486E3F /* MPVMetalPlayerView.swift */,
F4EB5D052B61541C00486E3F /* MPVMetalViewController.swift */,
);
path = Metal;
sourceTree = "<group>";
};
F4BA11AE2BCCFEBC00B472DE /* OpenGL */ = {
isa = PBXGroup;
children = (
F4FC2C6F2A84C2AA00795829 /* MPVViewController.swift */,
F43769A92A80C67F00E35E7E /* MPVOGLView.swift */,
F43769992A80A42F00E35E7E /* MPVPlayerView.swift */,
);
path = OpenGL;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
F43769832A80A39200E35E7E /* Demo-macOS */ = {
isa = PBXNativeTarget;
buildConfigurationList = F43769932A80A39300E35E7E /* Build configuration list for PBXNativeTarget "Demo-macOS" */;
buildPhases = (
F43769802A80A39200E35E7E /* Sources */,
F43769812A80A39200E35E7E /* Frameworks */,
F43769822A80A39200E35E7E /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "Demo-macOS";
packageProductDependencies = (
F4D866972CBCAE03009CC9F8 /* MPVKit-GPL */,
);
productName = "Demo-macOS";
productReference = F43769842A80A39200E35E7E /* Demo-macOS.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
F437697C2A80A39200E35E7E /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1430;
LastUpgradeCheck = 1430;
TargetAttributes = {
F43769832A80A39200E35E7E = {
CreatedOnToolsVersion = 14.3.1;
};
};
};
buildConfigurationList = F437697F2A80A39200E35E7E /* Build configuration list for PBXProject "Demo-macOS" */;
compatibilityVersion = "Xcode 14.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = F437697B2A80A39200E35E7E;
packageReferences = (
);
productRefGroup = F43769852A80A39200E35E7E /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
F43769832A80A39200E35E7E /* Demo-macOS */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
F43769822A80A39200E35E7E /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F437698F2A80A39300E35E7E /* Preview Assets.xcassets in Resources */,
F437698C2A80A39300E35E7E /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
F43769802A80A39200E35E7E /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F480288B2BEB73C3002396AA /* MPVPlayerDelegate.swift in Sources */,
F4EB5D062B61541C00486E3F /* MPVMetalViewController.swift in Sources */,
F4FC2C702A84C2AA00795829 /* MPVViewController.swift in Sources */,
F437698A2A80A39200E35E7E /* ContentView.swift in Sources */,
F48584F62BE8CA4C004A8744 /* MetalLayer.swift in Sources */,
F437699B2A80A42F00E35E7E /* MPVPlayerView.swift in Sources */,
F48028892BEB7395002396AA /* MPVProperty.swift in Sources */,
F43769AA2A80C67F00E35E7E /* MPVOGLView.swift in Sources */,
F4EB5D082B61543700486E3F /* MPVMetalPlayerView.swift in Sources */,
F43769882A80A39200E35E7E /* Demo_macOSApp.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
F43769912A80A39300E35E7E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
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;
GCC_C_LANGUAGE_STANDARD = gnu11;
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;
MACOSX_DEPLOYMENT_TARGET = 13.2;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
F43769922A80A39300E35E7E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
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;
GCC_C_LANGUAGE_STANDARD = gnu11;
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;
MACOSX_DEPLOYMENT_TARGET = 13.2;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = macosx;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
};
name = Release;
};
F43769942A80A39300E35E7E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = "Demo-macOS/Demo_macOS.entitlements";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"Demo-macOS/Preview Content\"";
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "Demo-macOS/Info.plist";
INFOPLIST_KEY_NSHumanReadableCopyright = "";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.mpvkit.Demo-macOS";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
};
name = Debug;
};
F43769952A80A39300E35E7E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = "Demo-macOS/Demo_macOS.entitlements";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"Demo-macOS/Preview Content\"";
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "Demo-macOS/Info.plist";
INFOPLIST_KEY_NSHumanReadableCopyright = "";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.mpvkit.Demo-macOS";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
F437697F2A80A39200E35E7E /* Build configuration list for PBXProject "Demo-macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F43769912A80A39300E35E7E /* Debug */,
F43769922A80A39300E35E7E /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
F43769932A80A39300E35E7E /* Build configuration list for PBXNativeTarget "Demo-macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F43769942A80A39300E35E7E /* Debug */,
F43769952A80A39300E35E7E /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
/* Begin XCSwiftPackageProductDependency section */
F4D866972CBCAE03009CC9F8 /* MPVKit-GPL */ = {
isa = XCSwiftPackageProductDependency;
productName = "MPVKit-GPL";
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = F437697C2A80A39200E35E7E /* Project object */;
}