MetalByTutorials/16-particle-systems/projects/final/Particles/Particles.xcodeproj/project.pbxproj

513 lines
21 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objects = {
/* Begin PBXBuildFile section */
29403054207A7C6500941032 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29403053207A7C6500941032 /* AppDelegate.swift */; };
29403056207A7C6500941032 /* GameViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29403055207A7C6500941032 /* GameViewController.swift */; };
29403059207A7C6500941032 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 29403057207A7C6500941032 /* Main.storyboard */; };
2940305C207A7C6500941032 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2940305A207A7C6500941032 /* LaunchScreen.storyboard */; };
29403065207A7C6500941032 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29403064207A7C6500941032 /* AppDelegate.swift */; };
29403067207A7C6500941032 /* GameViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29403066207A7C6500941032 /* GameViewController.swift */; };
2940306A207A7C6500941032 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 29403068207A7C6500941032 /* Main.storyboard */; };
2940306C207A7C6500941032 /* Shaders.metal in Sources */ = {isa = PBXBuildFile; fileRef = 29403048207A7C6400941032 /* Shaders.metal */; };
2940306D207A7C6500941032 /* Shaders.metal in Sources */ = {isa = PBXBuildFile; fileRef = 29403048207A7C6400941032 /* Shaders.metal */; };
2940306E207A7C6500941032 /* Renderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29403049207A7C6400941032 /* Renderer.swift */; };
2940306F207A7C6500941032 /* Renderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29403049207A7C6400941032 /* Renderer.swift */; };
29403080207A818700941032 /* Emitter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2940307F207A818700941032 /* Emitter.swift */; };
29403081207A818700941032 /* Emitter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2940307F207A818700941032 /* Emitter.swift */; };
2985560A20855F1900289B8D /* snowflake.png in Resources */ = {isa = PBXBuildFile; fileRef = 2985560820855F1900289B8D /* snowflake.png */; };
2985560B20855F1900289B8D /* snowflake.png in Resources */ = {isa = PBXBuildFile; fileRef = 2985560820855F1900289B8D /* snowflake.png */; };
CD9E87FA2155237900CC40CC /* fire.png in Resources */ = {isa = PBXBuildFile; fileRef = CDA32E12214F5997008FBDA4 /* fire.png */; };
CDA32E13214F5997008FBDA4 /* fire.png in Resources */ = {isa = PBXBuildFile; fileRef = CDA32E12214F5997008FBDA4 /* fire.png */; };
CDE7B3E82154A42900C05A33 /* Particles.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDE7B3E72154A42900C05A33 /* Particles.swift */; };
CDE7B3E92154A42900C05A33 /* Particles.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDE7B3E72154A42900C05A33 /* Particles.swift */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
29403048207A7C6400941032 /* Shaders.metal */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.metal; path = Shaders.metal; sourceTree = "<group>"; };
29403049207A7C6400941032 /* Renderer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Renderer.swift; sourceTree = "<group>"; };
29403050207A7C6500941032 /* Particles.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Particles.app; sourceTree = BUILT_PRODUCTS_DIR; };
29403053207A7C6500941032 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
29403055207A7C6500941032 /* GameViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameViewController.swift; sourceTree = "<group>"; };
29403058207A7C6500941032 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
2940305B207A7C6500941032 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
2940305D207A7C6500941032 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
29403062207A7C6500941032 /* Particles.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Particles.app; sourceTree = BUILT_PRODUCTS_DIR; };
29403064207A7C6500941032 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
29403066207A7C6500941032 /* GameViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameViewController.swift; sourceTree = "<group>"; };
29403069207A7C6500941032 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
2940306B207A7C6500941032 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
2940307F207A818700941032 /* Emitter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Emitter.swift; sourceTree = "<group>"; };
2985560820855F1900289B8D /* snowflake.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = snowflake.png; sourceTree = "<group>"; };
CDA32E12214F5997008FBDA4 /* fire.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = fire.png; sourceTree = "<group>"; };
CDE7B3E72154A42900C05A33 /* Particles.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Particles.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
2940304D207A7C6500941032 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
2940305F207A7C6500941032 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
29403042207A7C6400941032 = {
isa = PBXGroup;
children = (
29403047207A7C6400941032 /* Particles Shared */,
29403063207A7C6500941032 /* Particles macOS */,
29403052207A7C6500941032 /* Particles iOS */,
29403051207A7C6500941032 /* Products */,
);
sourceTree = "<group>";
};
29403047207A7C6400941032 /* Particles Shared */ = {
isa = PBXGroup;
children = (
29403049207A7C6400941032 /* Renderer.swift */,
2940307F207A818700941032 /* Emitter.swift */,
29403048207A7C6400941032 /* Shaders.metal */,
CDE7B3E72154A42900C05A33 /* Particles.swift */,
2985560720855F1900289B8D /* Textures */,
);
path = "Particles Shared";
sourceTree = "<group>";
};
29403051207A7C6500941032 /* Products */ = {
isa = PBXGroup;
children = (
29403050207A7C6500941032 /* Particles.app */,
29403062207A7C6500941032 /* Particles.app */,
);
name = Products;
sourceTree = "<group>";
};
29403052207A7C6500941032 /* Particles iOS */ = {
isa = PBXGroup;
children = (
29403053207A7C6500941032 /* AppDelegate.swift */,
29403055207A7C6500941032 /* GameViewController.swift */,
29403057207A7C6500941032 /* Main.storyboard */,
2940305A207A7C6500941032 /* LaunchScreen.storyboard */,
2940305D207A7C6500941032 /* Info.plist */,
);
path = "Particles iOS";
sourceTree = "<group>";
};
29403063207A7C6500941032 /* Particles macOS */ = {
isa = PBXGroup;
children = (
29403064207A7C6500941032 /* AppDelegate.swift */,
29403066207A7C6500941032 /* GameViewController.swift */,
29403068207A7C6500941032 /* Main.storyboard */,
2940306B207A7C6500941032 /* Info.plist */,
);
path = "Particles macOS";
sourceTree = "<group>";
};
2985560720855F1900289B8D /* Textures */ = {
isa = PBXGroup;
children = (
CDA32E12214F5997008FBDA4 /* fire.png */,
2985560820855F1900289B8D /* snowflake.png */,
);
path = Textures;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
2940304F207A7C6500941032 /* Particles iOS */ = {
isa = PBXNativeTarget;
buildConfigurationList = 29403076207A7C6500941032 /* Build configuration list for PBXNativeTarget "Particles iOS" */;
buildPhases = (
2940304C207A7C6500941032 /* Sources */,
2940304D207A7C6500941032 /* Frameworks */,
2940304E207A7C6500941032 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "Particles iOS";
productName = "Snow iOS";
productReference = 29403050207A7C6500941032 /* Particles.app */;
productType = "com.apple.product-type.application";
};
29403061207A7C6500941032 /* Particles macOS */ = {
isa = PBXNativeTarget;
buildConfigurationList = 29403079207A7C6500941032 /* Build configuration list for PBXNativeTarget "Particles macOS" */;
buildPhases = (
2940305E207A7C6500941032 /* Sources */,
2940305F207A7C6500941032 /* Frameworks */,
29403060207A7C6500941032 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "Particles macOS";
productName = "Snow macOS";
productReference = 29403062207A7C6500941032 /* Particles.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
29403043207A7C6400941032 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0930;
LastUpgradeCheck = 0930;
ORGANIZATIONNAME = Razeware;
TargetAttributes = {
2940304F207A7C6500941032 = {
CreatedOnToolsVersion = 9.3;
LastSwiftMigration = 1100;
};
29403061207A7C6500941032 = {
CreatedOnToolsVersion = 9.3;
LastSwiftMigration = 1100;
};
};
};
buildConfigurationList = 29403046207A7C6400941032 /* Build configuration list for PBXProject "Particles" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 29403042207A7C6400941032;
productRefGroup = 29403051207A7C6500941032 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
29403061207A7C6500941032 /* Particles macOS */,
2940304F207A7C6500941032 /* Particles iOS */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
2940304E207A7C6500941032 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
29403059207A7C6500941032 /* Main.storyboard in Resources */,
CD9E87FA2155237900CC40CC /* fire.png in Resources */,
2985560A20855F1900289B8D /* snowflake.png in Resources */,
2940305C207A7C6500941032 /* LaunchScreen.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
29403060207A7C6500941032 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
CDA32E13214F5997008FBDA4 /* fire.png in Resources */,
2940306A207A7C6500941032 /* Main.storyboard in Resources */,
2985560B20855F1900289B8D /* snowflake.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
2940304C207A7C6500941032 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
2940306E207A7C6500941032 /* Renderer.swift in Sources */,
2940306C207A7C6500941032 /* Shaders.metal in Sources */,
29403056207A7C6500941032 /* GameViewController.swift in Sources */,
CDE7B3E92154A42900C05A33 /* Particles.swift in Sources */,
29403080207A818700941032 /* Emitter.swift in Sources */,
29403054207A7C6500941032 /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
2940305E207A7C6500941032 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
2940306F207A7C6500941032 /* Renderer.swift in Sources */,
CDE7B3E82154A42900C05A33 /* Particles.swift in Sources */,
2940306D207A7C6500941032 /* Shaders.metal in Sources */,
29403067207A7C6500941032 /* GameViewController.swift in Sources */,
29403081207A818700941032 /* Emitter.swift in Sources */,
29403065207A7C6500941032 /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
29403057207A7C6500941032 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
29403058207A7C6500941032 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
2940305A207A7C6500941032 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
2940305B207A7C6500941032 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
29403068207A7C6500941032 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
29403069207A7C6500941032 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
29403074207A7C6500941032 /* 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;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
ONLY_ACTIVE_ARCH = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
29403075207A7C6500941032 /* 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;
MTL_ENABLE_DEBUG_INFO = NO;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
};
name = Release;
};
29403077207A7C6500941032 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = "Particles iOS/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.razeware.Particles;
PRODUCT_NAME = Particles;
SDKROOT = iphoneos;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
29403078207A7C6500941032 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = "Particles iOS/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.razeware.Particles;
PRODUCT_NAME = Particles;
SDKROOT = iphoneos;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
2940307A207A7C6500941032 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = "Particles macOS/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
PRODUCT_BUNDLE_IDENTIFIER = com.razeware.Particles;
PRODUCT_NAME = Particles;
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = macosx;
SWIFT_VERSION = 5.0;
};
name = Debug;
};
2940307B207A7C6500941032 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = "Particles macOS/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
PRODUCT_BUNDLE_IDENTIFIER = com.razeware.Particles;
PRODUCT_NAME = Particles;
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = macosx;
SWIFT_VERSION = 5.0;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
29403046207A7C6400941032 /* Build configuration list for PBXProject "Particles" */ = {
isa = XCConfigurationList;
buildConfigurations = (
29403074207A7C6500941032 /* Debug */,
29403075207A7C6500941032 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
29403076207A7C6500941032 /* Build configuration list for PBXNativeTarget "Particles iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
29403077207A7C6500941032 /* Debug */,
29403078207A7C6500941032 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
29403079207A7C6500941032 /* Build configuration list for PBXNativeTarget "Particles macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
2940307A207A7C6500941032 /* Debug */,
2940307B207A7C6500941032 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 29403043207A7C6400941032 /* Project object */;
}