Files
FFmpegKit56/Demo/Demo.xcodeproj/project.pbxproj
cuong mac mini m2 4b968a3347
Some checks failed
/ buid (push) Has been cancelled
first commit
2026-04-16 14:48:09 +07:00

992 lines
44 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 60;
objects = {
/* Begin PBXBuildFile section */
938A28A15E72EADFA790F7C6 /* Pods_macOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08EED91B77C5B5AAB184A8E5 /* Pods_macOS.framework */; };
97001BF865DD92756A0FDB1E /* Pods_iOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A4E81ABDDF15922D3471EFF9 /* Pods_iOS.framework */; };
AC09B5A52B220A4B00FCDB0B /* FFmpegKit in Frameworks */ = {isa = PBXBuildFile; productRef = AC09B5A42B220A4B00FCDB0B /* FFmpegKit */; };
AC09B5A72B220A4B00FCDB0B /* Libavcodec in Frameworks */ = {isa = PBXBuildFile; productRef = AC09B5A62B220A4B00FCDB0B /* Libavcodec */; };
AC09B5A92B220A4B00FCDB0B /* Libavfilter in Frameworks */ = {isa = PBXBuildFile; productRef = AC09B5A82B220A4B00FCDB0B /* Libavfilter */; };
AC09B5AB2B220A4B00FCDB0B /* Libavformat in Frameworks */ = {isa = PBXBuildFile; productRef = AC09B5AA2B220A4B00FCDB0B /* Libavformat */; };
AC09B5AD2B220A4B00FCDB0B /* Libavutil in Frameworks */ = {isa = PBXBuildFile; productRef = AC09B5AC2B220A4B00FCDB0B /* Libavutil */; };
AC09B5AF2B220A4B00FCDB0B /* Libswresample in Frameworks */ = {isa = PBXBuildFile; productRef = AC09B5AE2B220A4B00FCDB0B /* Libswresample */; };
AC09B5B12B220A4B00FCDB0B /* Libswscale in Frameworks */ = {isa = PBXBuildFile; productRef = AC09B5B02B220A4B00FCDB0B /* Libswscale */; };
AC09B5B52B220A4B00FCDB0B /* libass in Frameworks */ = {isa = PBXBuildFile; productRef = AC09B5B42B220A4B00FCDB0B /* libass */; };
AC09B5B72B220A4B00FCDB0B /* libmpv in Frameworks */ = {isa = PBXBuildFile; productRef = AC09B5B62B220A4B00FCDB0B /* libmpv */; };
AC11A88E2B149AD50038302D /* DemoApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC11A88D2B149AD50038302D /* DemoApp.swift */; };
AC11A8902B149AD50038302D /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC11A88F2B149AD50038302D /* ContentView.swift */; };
AC11A8922B149AD70038302D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = AC11A8912B149AD70038302D /* Assets.xcassets */; };
AC11A8962B149AD70038302D /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = AC11A8952B149AD70038302D /* Preview Assets.xcassets */; };
ACC0B7142B69418B003BEA89 /* iOSApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACC0B7132B69418B003BEA89 /* iOSApp.swift */; };
ACC0B7162B69418B003BEA89 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACC0B7152B69418B003BEA89 /* ContentView.swift */; };
ACC0B7182B69418D003BEA89 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = ACC0B7172B69418D003BEA89 /* Assets.xcassets */; };
ACC0B71B2B69418D003BEA89 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = ACC0B71A2B69418D003BEA89 /* Preview Assets.xcassets */; };
ACC0B7262B6941A6003BEA89 /* tvOSApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACC0B7252B6941A6003BEA89 /* tvOSApp.swift */; };
ACC0B7282B6941A6003BEA89 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACC0B7272B6941A6003BEA89 /* ContentView.swift */; };
ACC0B72A2B6941A8003BEA89 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = ACC0B7292B6941A8003BEA89 /* Assets.xcassets */; };
ACC0B72D2B6941A8003BEA89 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = ACC0B72C2B6941A8003BEA89 /* Preview Assets.xcassets */; };
ACC0B7382B6941D1003BEA89 /* macOSApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACC0B7372B6941D1003BEA89 /* macOSApp.swift */; };
ACC0B73A2B6941D1003BEA89 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACC0B7392B6941D1003BEA89 /* ContentView.swift */; };
ACC0B73C2B6941D3003BEA89 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = ACC0B73B2B6941D3003BEA89 /* Assets.xcassets */; };
ACC0B73F2B6941D3003BEA89 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = ACC0B73E2B6941D3003BEA89 /* Preview Assets.xcassets */; };
C6DCCEF1F55B5146CD148524 /* Pods_tvOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9F455DC06416156962B6CA16 /* Pods_tvOS.framework */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
08EED91B77C5B5AAB184A8E5 /* Pods_macOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_macOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
1EFB596F11C391D3355F9BE2 /* Pods-iOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-iOS.debug.xcconfig"; path = "Target Support Files/Pods-iOS/Pods-iOS.debug.xcconfig"; sourceTree = "<group>"; };
6FCEB6922EA74A3A3DFDC8EC /* Pods-tvOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-tvOS.release.xcconfig"; path = "Target Support Files/Pods-tvOS/Pods-tvOS.release.xcconfig"; sourceTree = "<group>"; };
77C37614CA977108A410E267 /* Pods-macOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-macOS.release.xcconfig"; path = "Target Support Files/Pods-macOS/Pods-macOS.release.xcconfig"; sourceTree = "<group>"; };
958D78C0406EB94574193ED1 /* Pods-iOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-iOS.release.xcconfig"; path = "Target Support Files/Pods-iOS/Pods-iOS.release.xcconfig"; sourceTree = "<group>"; };
9F455DC06416156962B6CA16 /* Pods_tvOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_tvOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
A4E81ABDDF15922D3471EFF9 /* Pods_iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
A53B303A5C5BAC99405656DE /* Pods-macOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-macOS.debug.xcconfig"; path = "Target Support Files/Pods-macOS/Pods-macOS.debug.xcconfig"; sourceTree = "<group>"; };
AC11A88A2B149AD50038302D /* Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Demo.app; sourceTree = BUILT_PRODUCTS_DIR; };
AC11A88D2B149AD50038302D /* DemoApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DemoApp.swift; sourceTree = "<group>"; };
AC11A88F2B149AD50038302D /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
AC11A8912B149AD70038302D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
AC11A8932B149AD70038302D /* Demo.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Demo.entitlements; sourceTree = "<group>"; };
AC11A8952B149AD70038302D /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
ACC0B7112B69418B003BEA89 /* iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iOS.app; sourceTree = BUILT_PRODUCTS_DIR; };
ACC0B7132B69418B003BEA89 /* iOSApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iOSApp.swift; sourceTree = "<group>"; };
ACC0B7152B69418B003BEA89 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
ACC0B7172B69418D003BEA89 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
ACC0B71A2B69418D003BEA89 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
ACC0B7232B6941A6003BEA89 /* tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = tvOS.app; sourceTree = BUILT_PRODUCTS_DIR; };
ACC0B7252B6941A6003BEA89 /* tvOSApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = tvOSApp.swift; sourceTree = "<group>"; };
ACC0B7272B6941A6003BEA89 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
ACC0B7292B6941A8003BEA89 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
ACC0B72C2B6941A8003BEA89 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
ACC0B7352B6941D1003BEA89 /* macOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = macOS.app; sourceTree = BUILT_PRODUCTS_DIR; };
ACC0B7372B6941D1003BEA89 /* macOSApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = macOSApp.swift; sourceTree = "<group>"; };
ACC0B7392B6941D1003BEA89 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
ACC0B73B2B6941D3003BEA89 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
ACC0B73E2B6941D3003BEA89 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
ACC0B7402B6941D3003BEA89 /* macOS.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = macOS.entitlements; sourceTree = "<group>"; };
C9D70F6713AD14EAD6C69714 /* Pods-tvOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-tvOS.debug.xcconfig"; path = "Target Support Files/Pods-tvOS/Pods-tvOS.debug.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
AC11A8872B149AD50038302D /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
AC09B5B72B220A4B00FCDB0B /* libmpv in Frameworks */,
AC09B5AD2B220A4B00FCDB0B /* Libavutil in Frameworks */,
AC09B5AF2B220A4B00FCDB0B /* Libswresample in Frameworks */,
AC09B5A72B220A4B00FCDB0B /* Libavcodec in Frameworks */,
AC09B5A52B220A4B00FCDB0B /* FFmpegKit in Frameworks */,
AC09B5B12B220A4B00FCDB0B /* Libswscale in Frameworks */,
AC09B5AB2B220A4B00FCDB0B /* Libavformat in Frameworks */,
AC09B5B52B220A4B00FCDB0B /* libass in Frameworks */,
AC09B5A92B220A4B00FCDB0B /* Libavfilter in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
ACC0B70E2B69418B003BEA89 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
97001BF865DD92756A0FDB1E /* Pods_iOS.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
ACC0B7202B6941A6003BEA89 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
C6DCCEF1F55B5146CD148524 /* Pods_tvOS.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
ACC0B7322B6941D1003BEA89 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
938A28A15E72EADFA790F7C6 /* Pods_macOS.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
6F15E111E4CF8EF5F15D72C8 /* Pods */ = {
isa = PBXGroup;
children = (
1EFB596F11C391D3355F9BE2 /* Pods-iOS.debug.xcconfig */,
958D78C0406EB94574193ED1 /* Pods-iOS.release.xcconfig */,
A53B303A5C5BAC99405656DE /* Pods-macOS.debug.xcconfig */,
77C37614CA977108A410E267 /* Pods-macOS.release.xcconfig */,
C9D70F6713AD14EAD6C69714 /* Pods-tvOS.debug.xcconfig */,
6FCEB6922EA74A3A3DFDC8EC /* Pods-tvOS.release.xcconfig */,
);
path = Pods;
sourceTree = "<group>";
};
AC11A8812B149AD50038302D = {
isa = PBXGroup;
children = (
AC11A88C2B149AD50038302D /* Demo */,
ACC0B7122B69418B003BEA89 /* iOS */,
ACC0B7242B6941A6003BEA89 /* tvOS */,
ACC0B7362B6941D1003BEA89 /* macOS */,
AC11A88B2B149AD50038302D /* Products */,
6F15E111E4CF8EF5F15D72C8 /* Pods */,
BCCCDC2B7058D837D812A696 /* Frameworks */,
);
sourceTree = "<group>";
};
AC11A88B2B149AD50038302D /* Products */ = {
isa = PBXGroup;
children = (
AC11A88A2B149AD50038302D /* Demo.app */,
ACC0B7112B69418B003BEA89 /* iOS.app */,
ACC0B7232B6941A6003BEA89 /* tvOS.app */,
ACC0B7352B6941D1003BEA89 /* macOS.app */,
);
name = Products;
sourceTree = "<group>";
};
AC11A88C2B149AD50038302D /* Demo */ = {
isa = PBXGroup;
children = (
AC11A88D2B149AD50038302D /* DemoApp.swift */,
AC11A88F2B149AD50038302D /* ContentView.swift */,
AC11A8912B149AD70038302D /* Assets.xcassets */,
AC11A8932B149AD70038302D /* Demo.entitlements */,
AC11A8942B149AD70038302D /* Preview Content */,
);
path = Demo;
sourceTree = "<group>";
};
AC11A8942B149AD70038302D /* Preview Content */ = {
isa = PBXGroup;
children = (
AC11A8952B149AD70038302D /* Preview Assets.xcassets */,
);
path = "Preview Content";
sourceTree = "<group>";
};
ACC0B7122B69418B003BEA89 /* iOS */ = {
isa = PBXGroup;
children = (
ACC0B7132B69418B003BEA89 /* iOSApp.swift */,
ACC0B7152B69418B003BEA89 /* ContentView.swift */,
ACC0B7172B69418D003BEA89 /* Assets.xcassets */,
ACC0B7192B69418D003BEA89 /* Preview Content */,
);
path = iOS;
sourceTree = "<group>";
};
ACC0B7192B69418D003BEA89 /* Preview Content */ = {
isa = PBXGroup;
children = (
ACC0B71A2B69418D003BEA89 /* Preview Assets.xcassets */,
);
path = "Preview Content";
sourceTree = "<group>";
};
ACC0B7242B6941A6003BEA89 /* tvOS */ = {
isa = PBXGroup;
children = (
ACC0B7252B6941A6003BEA89 /* tvOSApp.swift */,
ACC0B7272B6941A6003BEA89 /* ContentView.swift */,
ACC0B7292B6941A8003BEA89 /* Assets.xcassets */,
ACC0B72B2B6941A8003BEA89 /* Preview Content */,
);
path = tvOS;
sourceTree = "<group>";
};
ACC0B72B2B6941A8003BEA89 /* Preview Content */ = {
isa = PBXGroup;
children = (
ACC0B72C2B6941A8003BEA89 /* Preview Assets.xcassets */,
);
path = "Preview Content";
sourceTree = "<group>";
};
ACC0B7362B6941D1003BEA89 /* macOS */ = {
isa = PBXGroup;
children = (
ACC0B7372B6941D1003BEA89 /* macOSApp.swift */,
ACC0B7392B6941D1003BEA89 /* ContentView.swift */,
ACC0B73B2B6941D3003BEA89 /* Assets.xcassets */,
ACC0B7402B6941D3003BEA89 /* macOS.entitlements */,
ACC0B73D2B6941D3003BEA89 /* Preview Content */,
);
path = macOS;
sourceTree = "<group>";
};
ACC0B73D2B6941D3003BEA89 /* Preview Content */ = {
isa = PBXGroup;
children = (
ACC0B73E2B6941D3003BEA89 /* Preview Assets.xcassets */,
);
path = "Preview Content";
sourceTree = "<group>";
};
BCCCDC2B7058D837D812A696 /* Frameworks */ = {
isa = PBXGroup;
children = (
A4E81ABDDF15922D3471EFF9 /* Pods_iOS.framework */,
08EED91B77C5B5AAB184A8E5 /* Pods_macOS.framework */,
9F455DC06416156962B6CA16 /* Pods_tvOS.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
AC11A8892B149AD50038302D /* Demo */ = {
isa = PBXNativeTarget;
buildConfigurationList = AC11A8992B149AD70038302D /* Build configuration list for PBXNativeTarget "Demo" */;
buildPhases = (
AC11A8862B149AD50038302D /* Sources */,
AC11A8872B149AD50038302D /* Frameworks */,
AC11A8882B149AD50038302D /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = Demo;
packageProductDependencies = (
AC09B5A42B220A4B00FCDB0B /* FFmpegKit */,
AC09B5A62B220A4B00FCDB0B /* Libavcodec */,
AC09B5A82B220A4B00FCDB0B /* Libavfilter */,
AC09B5AA2B220A4B00FCDB0B /* Libavformat */,
AC09B5AC2B220A4B00FCDB0B /* Libavutil */,
AC09B5AE2B220A4B00FCDB0B /* Libswresample */,
AC09B5B02B220A4B00FCDB0B /* Libswscale */,
AC09B5B42B220A4B00FCDB0B /* libass */,
AC09B5B62B220A4B00FCDB0B /* libmpv */,
);
productName = Demo;
productReference = AC11A88A2B149AD50038302D /* Demo.app */;
productType = "com.apple.product-type.application";
};
ACC0B7102B69418B003BEA89 /* iOS */ = {
isa = PBXNativeTarget;
buildConfigurationList = ACC0B71C2B69418D003BEA89 /* Build configuration list for PBXNativeTarget "iOS" */;
buildPhases = (
6456EA40E0553C6797B0AED2 /* [CP] Check Pods Manifest.lock */,
ACC0B70D2B69418B003BEA89 /* Sources */,
ACC0B70E2B69418B003BEA89 /* Frameworks */,
ACC0B70F2B69418B003BEA89 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = iOS;
productName = iOS;
productReference = ACC0B7112B69418B003BEA89 /* iOS.app */;
productType = "com.apple.product-type.application";
};
ACC0B7222B6941A6003BEA89 /* tvOS */ = {
isa = PBXNativeTarget;
buildConfigurationList = ACC0B72E2B6941A8003BEA89 /* Build configuration list for PBXNativeTarget "tvOS" */;
buildPhases = (
826EF331E7BA4D2A1373D3E0 /* [CP] Check Pods Manifest.lock */,
ACC0B71F2B6941A6003BEA89 /* Sources */,
ACC0B7202B6941A6003BEA89 /* Frameworks */,
ACC0B7212B6941A6003BEA89 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = tvOS;
productName = tvOS;
productReference = ACC0B7232B6941A6003BEA89 /* tvOS.app */;
productType = "com.apple.product-type.application";
};
ACC0B7342B6941D1003BEA89 /* macOS */ = {
isa = PBXNativeTarget;
buildConfigurationList = ACC0B7412B6941D3003BEA89 /* Build configuration list for PBXNativeTarget "macOS" */;
buildPhases = (
2EFBB519851DCB975E0ED5B5 /* [CP] Check Pods Manifest.lock */,
ACC0B7312B6941D1003BEA89 /* Sources */,
ACC0B7322B6941D1003BEA89 /* Frameworks */,
ACC0B7332B6941D1003BEA89 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = macOS;
productName = macOS;
productReference = ACC0B7352B6941D1003BEA89 /* macOS.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
AC11A8822B149AD50038302D /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1520;
LastUpgradeCheck = 1500;
TargetAttributes = {
AC11A8892B149AD50038302D = {
CreatedOnToolsVersion = 15.0;
};
ACC0B7102B69418B003BEA89 = {
CreatedOnToolsVersion = 15.2;
};
ACC0B7222B6941A6003BEA89 = {
CreatedOnToolsVersion = 15.2;
};
ACC0B7342B6941D1003BEA89 = {
CreatedOnToolsVersion = 15.2;
};
};
};
buildConfigurationList = AC11A8852B149AD50038302D /* Build configuration list for PBXProject "Demo" */;
compatibilityVersion = "Xcode 14.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = AC11A8812B149AD50038302D;
packageReferences = (
AC09B5A32B220A4B00FCDB0B /* XCLocalSwiftPackageReference ".." */,
);
productRefGroup = AC11A88B2B149AD50038302D /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
AC11A8892B149AD50038302D /* Demo */,
ACC0B7102B69418B003BEA89 /* iOS */,
ACC0B7222B6941A6003BEA89 /* tvOS */,
ACC0B7342B6941D1003BEA89 /* macOS */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
AC11A8882B149AD50038302D /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
AC11A8962B149AD70038302D /* Preview Assets.xcassets in Resources */,
AC11A8922B149AD70038302D /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
ACC0B70F2B69418B003BEA89 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
ACC0B71B2B69418D003BEA89 /* Preview Assets.xcassets in Resources */,
ACC0B7182B69418D003BEA89 /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
ACC0B7212B6941A6003BEA89 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
ACC0B72D2B6941A8003BEA89 /* Preview Assets.xcassets in Resources */,
ACC0B72A2B6941A8003BEA89 /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
ACC0B7332B6941D1003BEA89 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
ACC0B73F2B6941D3003BEA89 /* Preview Assets.xcassets in Resources */,
ACC0B73C2B6941D3003BEA89 /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
2EFBB519851DCB975E0ED5B5 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputFileListPaths = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-macOS-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
6456EA40E0553C6797B0AED2 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputFileListPaths = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-iOS-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
826EF331E7BA4D2A1373D3E0 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputFileListPaths = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-tvOS-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
AC11A8862B149AD50038302D /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
AC11A8902B149AD50038302D /* ContentView.swift in Sources */,
AC11A88E2B149AD50038302D /* DemoApp.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
ACC0B70D2B69418B003BEA89 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
ACC0B7162B69418B003BEA89 /* ContentView.swift in Sources */,
ACC0B7142B69418B003BEA89 /* iOSApp.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
ACC0B71F2B6941A6003BEA89 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
ACC0B7282B6941A6003BEA89 /* ContentView.swift in Sources */,
ACC0B7262B6941A6003BEA89 /* tvOSApp.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
ACC0B7312B6941D1003BEA89 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
ACC0B73A2B6941D1003BEA89 /* ContentView.swift in Sources */,
ACC0B7382B6941D1003BEA89 /* macOSApp.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
AC11A8972B149AD70038302D /* 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;
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
AC11A8982B149AD70038302D /* 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;
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SWIFT_COMPILATION_MODE = wholemodule;
};
name = Release;
};
AC11A89A2B149AD70038302D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = Demo/Demo.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"Demo/Preview Content\"";
DEVELOPMENT_TEAM = 3RVHT92X9D;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES;
"INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES;
"INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphonesimulator*]" = YES;
"INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphoneos*]" = YES;
"INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphonesimulator*]" = YES;
"INFOPLIST_KEY_UIStatusBarStyle[sdk=iphoneos*]" = UIStatusBarStyleDefault;
"INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.kintan.tracy.Demo;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = auto;
SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx";
SUPPORTS_MACCATALYST = YES;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2,3";
};
name = Debug;
};
AC11A89B2B149AD70038302D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = Demo/Demo.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"Demo/Preview Content\"";
DEVELOPMENT_TEAM = 3RVHT92X9D;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES;
"INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES;
"INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphonesimulator*]" = YES;
"INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphoneos*]" = YES;
"INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphonesimulator*]" = YES;
"INFOPLIST_KEY_UIStatusBarStyle[sdk=iphoneos*]" = UIStatusBarStyleDefault;
"INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.kintan.tracy.Demo;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = auto;
SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx";
SUPPORTS_MACCATALYST = YES;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2,3";
};
name = Release;
};
ACC0B71D2B69418D003BEA89 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 1EFB596F11C391D3355F9BE2 /* Pods-iOS.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"iOS/Preview Content\"";
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.demo.iOS;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
ACC0B71E2B69418D003BEA89 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 958D78C0406EB94574193ED1 /* Pods-iOS.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"iOS/Preview Content\"";
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.demo.iOS;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
ACC0B72F2B6941A8003BEA89 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = C9D70F6713AD14EAD6C69714 /* Pods-tvOS.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"tvOS/Preview Content\"";
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
INFOPLIST_KEY_UIUserInterfaceStyle = Automatic;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.demo.tvOS;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = appletvos;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 15.0;
};
name = Debug;
};
ACC0B7302B6941A8003BEA89 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 6FCEB6922EA74A3A3DFDC8EC /* Pods-tvOS.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"tvOS/Preview Content\"";
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
INFOPLIST_KEY_UIUserInterfaceStyle = Automatic;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.demo.tvOS;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = appletvos;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 15.0;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
ACC0B7422B6941D3003BEA89 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = A53B303A5C5BAC99405656DE /* Pods-macOS.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"macOS/Preview Content\"";
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.demo.macOS;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
};
name = Debug;
};
ACC0B7432B6941D3003BEA89 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 77C37614CA977108A410E267 /* Pods-macOS.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"macOS/Preview Content\"";
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.demo.macOS;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
AC11A8852B149AD50038302D /* Build configuration list for PBXProject "Demo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
AC11A8972B149AD70038302D /* Debug */,
AC11A8982B149AD70038302D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
AC11A8992B149AD70038302D /* Build configuration list for PBXNativeTarget "Demo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
AC11A89A2B149AD70038302D /* Debug */,
AC11A89B2B149AD70038302D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
ACC0B71C2B69418D003BEA89 /* Build configuration list for PBXNativeTarget "iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
ACC0B71D2B69418D003BEA89 /* Debug */,
ACC0B71E2B69418D003BEA89 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
ACC0B72E2B6941A8003BEA89 /* Build configuration list for PBXNativeTarget "tvOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
ACC0B72F2B6941A8003BEA89 /* Debug */,
ACC0B7302B6941A8003BEA89 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
ACC0B7412B6941D3003BEA89 /* Build configuration list for PBXNativeTarget "macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
ACC0B7422B6941D3003BEA89 /* Debug */,
ACC0B7432B6941D3003BEA89 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
/* Begin XCLocalSwiftPackageReference section */
AC09B5A32B220A4B00FCDB0B /* XCLocalSwiftPackageReference ".." */ = {
isa = XCLocalSwiftPackageReference;
relativePath = ..;
};
/* End XCLocalSwiftPackageReference section */
/* Begin XCSwiftPackageProductDependency section */
AC09B5A42B220A4B00FCDB0B /* FFmpegKit */ = {
isa = XCSwiftPackageProductDependency;
productName = FFmpegKit;
};
AC09B5A62B220A4B00FCDB0B /* Libavcodec */ = {
isa = XCSwiftPackageProductDependency;
productName = Libavcodec;
};
AC09B5A82B220A4B00FCDB0B /* Libavfilter */ = {
isa = XCSwiftPackageProductDependency;
productName = Libavfilter;
};
AC09B5AA2B220A4B00FCDB0B /* Libavformat */ = {
isa = XCSwiftPackageProductDependency;
productName = Libavformat;
};
AC09B5AC2B220A4B00FCDB0B /* Libavutil */ = {
isa = XCSwiftPackageProductDependency;
productName = Libavutil;
};
AC09B5AE2B220A4B00FCDB0B /* Libswresample */ = {
isa = XCSwiftPackageProductDependency;
productName = Libswresample;
};
AC09B5B02B220A4B00FCDB0B /* Libswscale */ = {
isa = XCSwiftPackageProductDependency;
productName = Libswscale;
};
AC09B5B42B220A4B00FCDB0B /* libass */ = {
isa = XCSwiftPackageProductDependency;
productName = libass;
};
AC09B5B62B220A4B00FCDB0B /* libmpv */ = {
isa = XCSwiftPackageProductDependency;
productName = libmpv;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = AC11A8822B149AD50038302D /* Project object */;
}