416 lines
16 KiB
Plaintext
416 lines
16 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 50;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
6A3E708F24C067C3009A0AC9 /* 853.mp4 in Resources */ = {isa = PBXBuildFile; fileRef = 6A3E708C24C067C3009A0AC9 /* 853.mp4 */; };
|
|
6A3E709024C067C3009A0AC9 /* cute.mp4 in Resources */ = {isa = PBXBuildFile; fileRef = 6A3E708E24C067C3009A0AC9 /* cute.mp4 */; };
|
|
6A3E709224C067DC009A0AC9 /* MetalVideoProcess.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A3E705724BD5274009A0AC9 /* MetalVideoProcess.framework */; };
|
|
6A3E709324C067DC009A0AC9 /* MetalVideoProcess.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 6A3E705724BD5274009A0AC9 /* MetalVideoProcess.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
|
6ADB07A224ADDE450010A817 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6ADB07A124ADDE450010A817 /* AppDelegate.swift */; };
|
|
6ADB07A424ADDE450010A817 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6ADB07A324ADDE450010A817 /* SceneDelegate.swift */; };
|
|
6ADB07A624ADDE450010A817 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6ADB07A524ADDE450010A817 /* ViewController.swift */; };
|
|
6ADB07A924ADDE450010A817 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6ADB07A724ADDE450010A817 /* Main.storyboard */; };
|
|
6ADB07AB24ADDE460010A817 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6ADB07AA24ADDE460010A817 /* Assets.xcassets */; };
|
|
6ADB07AE24ADDE460010A817 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6ADB07AC24ADDE460010A817 /* LaunchScreen.storyboard */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
6A3E705624BD5274009A0AC9 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 6A3E705224BD5274009A0AC9 /* MetalVideoProcess.xcodeproj */;
|
|
proxyType = 2;
|
|
remoteGlobalIDString = 6ADB062424AD885F0010A817;
|
|
remoteInfo = MetalVideoProcess;
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
6A3E709424C067DC009A0AC9 /* Embed Frameworks */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = "";
|
|
dstSubfolderSpec = 10;
|
|
files = (
|
|
6A3E709324C067DC009A0AC9 /* MetalVideoProcess.framework in Embed Frameworks */,
|
|
);
|
|
name = "Embed Frameworks";
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
6A3E705224BD5274009A0AC9 /* MetalVideoProcess.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = MetalVideoProcess.xcodeproj; path = ../../MetalVideoProcess.xcodeproj; sourceTree = "<group>"; };
|
|
6A3E708C24C067C3009A0AC9 /* 853.mp4 */ = {isa = PBXFileReference; lastKnownFileType = file; path = 853.mp4; sourceTree = "<group>"; };
|
|
6A3E708E24C067C3009A0AC9 /* cute.mp4 */ = {isa = PBXFileReference; lastKnownFileType = file; path = cute.mp4; sourceTree = "<group>"; };
|
|
6ADB079E24ADDE450010A817 /* SimpleVideoTransitionSwitch.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SimpleVideoTransitionSwitch.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
6ADB07A124ADDE450010A817 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
6ADB07A324ADDE450010A817 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
|
|
6ADB07A524ADDE450010A817 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
|
|
6ADB07A824ADDE450010A817 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
|
6ADB07AA24ADDE460010A817 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
6ADB07AD24ADDE460010A817 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
|
6ADB07AF24ADDE460010A817 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
6ADB079B24ADDE450010A817 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
6A3E709224C067DC009A0AC9 /* MetalVideoProcess.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
6A3E705324BD5274009A0AC9 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
6A3E705724BD5274009A0AC9 /* MetalVideoProcess.framework */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
6A3E709124C067DC009A0AC9 /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
6ADB079524ADDE450010A817 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
6A3E705224BD5274009A0AC9 /* MetalVideoProcess.xcodeproj */,
|
|
6ADB07A024ADDE450010A817 /* SimpleVideoTransition */,
|
|
6ADB079F24ADDE450010A817 /* Products */,
|
|
6A3E709124C067DC009A0AC9 /* Frameworks */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
6ADB079F24ADDE450010A817 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
6ADB079E24ADDE450010A817 /* SimpleVideoTransitionSwitch.app */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
6ADB07A024ADDE450010A817 /* SimpleVideoTransition */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
6A3E708C24C067C3009A0AC9 /* 853.mp4 */,
|
|
6A3E708E24C067C3009A0AC9 /* cute.mp4 */,
|
|
6ADB07A124ADDE450010A817 /* AppDelegate.swift */,
|
|
6ADB07A324ADDE450010A817 /* SceneDelegate.swift */,
|
|
6ADB07A524ADDE450010A817 /* ViewController.swift */,
|
|
6ADB07A724ADDE450010A817 /* Main.storyboard */,
|
|
6ADB07AA24ADDE460010A817 /* Assets.xcassets */,
|
|
6ADB07AC24ADDE460010A817 /* LaunchScreen.storyboard */,
|
|
6ADB07AF24ADDE460010A817 /* Info.plist */,
|
|
);
|
|
path = SimpleVideoTransition;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
6ADB079D24ADDE450010A817 /* SimpleVideoTransitionSwitch */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 6ADB07B224ADDE460010A817 /* Build configuration list for PBXNativeTarget "SimpleVideoTransitionSwitch" */;
|
|
buildPhases = (
|
|
6ADB079A24ADDE450010A817 /* Sources */,
|
|
6ADB079B24ADDE450010A817 /* Frameworks */,
|
|
6ADB079C24ADDE450010A817 /* Resources */,
|
|
6A3E709424C067DC009A0AC9 /* Embed Frameworks */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = SimpleVideoTransitionSwitch;
|
|
productName = SimpleVideoTransition;
|
|
productReference = 6ADB079E24ADDE450010A817 /* SimpleVideoTransitionSwitch.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
6ADB079624ADDE450010A817 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastSwiftUpdateCheck = 1150;
|
|
LastUpgradeCheck = 1150;
|
|
ORGANIZATIONNAME = "RenZhu Macro";
|
|
TargetAttributes = {
|
|
6ADB079D24ADDE450010A817 = {
|
|
CreatedOnToolsVersion = 11.5;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = 6ADB079924ADDE450010A817 /* Build configuration list for PBXProject "SimpleVideoTransitionSwitch" */;
|
|
compatibilityVersion = "Xcode 9.3";
|
|
developmentRegion = en;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
);
|
|
mainGroup = 6ADB079524ADDE450010A817;
|
|
productRefGroup = 6ADB079F24ADDE450010A817 /* Products */;
|
|
projectDirPath = "";
|
|
projectReferences = (
|
|
{
|
|
ProductGroup = 6A3E705324BD5274009A0AC9 /* Products */;
|
|
ProjectRef = 6A3E705224BD5274009A0AC9 /* MetalVideoProcess.xcodeproj */;
|
|
},
|
|
);
|
|
projectRoot = "";
|
|
targets = (
|
|
6ADB079D24ADDE450010A817 /* SimpleVideoTransitionSwitch */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXReferenceProxy section */
|
|
6A3E705724BD5274009A0AC9 /* MetalVideoProcess.framework */ = {
|
|
isa = PBXReferenceProxy;
|
|
fileType = wrapper.framework;
|
|
path = MetalVideoProcess.framework;
|
|
remoteRef = 6A3E705624BD5274009A0AC9 /* PBXContainerItemProxy */;
|
|
sourceTree = BUILT_PRODUCTS_DIR;
|
|
};
|
|
/* End PBXReferenceProxy section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
6ADB079C24ADDE450010A817 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
6ADB07AE24ADDE460010A817 /* LaunchScreen.storyboard in Resources */,
|
|
6ADB07AB24ADDE460010A817 /* Assets.xcassets in Resources */,
|
|
6A3E708F24C067C3009A0AC9 /* 853.mp4 in Resources */,
|
|
6A3E709024C067C3009A0AC9 /* cute.mp4 in Resources */,
|
|
6ADB07A924ADDE450010A817 /* Main.storyboard in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
6ADB079A24ADDE450010A817 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
6ADB07A624ADDE450010A817 /* ViewController.swift in Sources */,
|
|
6ADB07A224ADDE450010A817 /* AppDelegate.swift in Sources */,
|
|
6ADB07A424ADDE450010A817 /* SceneDelegate.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
6ADB07A724ADDE450010A817 /* Main.storyboard */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
6ADB07A824ADDE450010A817 /* Base */,
|
|
);
|
|
name = Main.storyboard;
|
|
sourceTree = "<group>";
|
|
};
|
|
6ADB07AC24ADDE460010A817 /* LaunchScreen.storyboard */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
6ADB07AD24ADDE460010A817 /* Base */,
|
|
);
|
|
name = LaunchScreen.storyboard;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXVariantGroup section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
6ADB07B024ADDE460010A817 /* 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++14";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
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_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;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 13.5;
|
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
MTL_FAST_MATH = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = iphoneos;
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
};
|
|
name = Debug;
|
|
};
|
|
6ADB07B124ADDE460010A817 /* 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++14";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
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_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;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 13.5;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
MTL_FAST_MATH = YES;
|
|
SDKROOT = iphoneos;
|
|
SWIFT_COMPILATION_MODE = wholemodule;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
|
VALIDATE_PRODUCT = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
6ADB07B324ADDE460010A817 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
DEVELOPMENT_TEAM = RYRPKMVKDL;
|
|
INFOPLIST_FILE = SimpleVideoTransition/Info.plist;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 13.5;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/Frameworks",
|
|
);
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.wangrenzhu.SimpleVideoTransition;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
};
|
|
name = Debug;
|
|
};
|
|
6ADB07B424ADDE460010A817 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
DEVELOPMENT_TEAM = RYRPKMVKDL;
|
|
INFOPLIST_FILE = SimpleVideoTransition/Info.plist;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 13.5;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/Frameworks",
|
|
);
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.wangrenzhu.SimpleVideoTransition;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
6ADB079924ADDE450010A817 /* Build configuration list for PBXProject "SimpleVideoTransitionSwitch" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
6ADB07B024ADDE460010A817 /* Debug */,
|
|
6ADB07B124ADDE460010A817 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
6ADB07B224ADDE460010A817 /* Build configuration list for PBXNativeTarget "SimpleVideoTransitionSwitch" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
6ADB07B324ADDE460010A817 /* Debug */,
|
|
6ADB07B424ADDE460010A817 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 6ADB079624ADDE450010A817 /* Project object */;
|
|
}
|