You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
470 lines
18 KiB
Plaintext
470 lines
18 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 50;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
1F4E431525C3F03D00FDD27B /* FirstAppApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F4E431425C3F03D00FDD27B /* FirstAppApp.swift */; };
|
|
1F4E431725C3F03D00FDD27B /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F4E431625C3F03D00FDD27B /* ContentView.swift */; };
|
|
1F4E431925C3F03E00FDD27B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 1F4E431825C3F03E00FDD27B /* Assets.xcassets */; };
|
|
1F4E431C25C3F03E00FDD27B /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 1F4E431B25C3F03E00FDD27B /* Preview Assets.xcassets */; };
|
|
1F4E432725C500DA00FDD27B /* CardView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F4E432625C500DA00FDD27B /* CardView.swift */; };
|
|
1F4E432D25C69FDD00FDD27B /* CardModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F4E432C25C69FDD00FDD27B /* CardModel.swift */; };
|
|
1F4E433025C6B4D900FDD27B /* CardData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F4E432F25C6B4D900FDD27B /* CardData.swift */; };
|
|
1FAA7E1B25C6F27500E4E64C /* sound-transitions.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = 1FAA7E1A25C6F27500E4E64C /* sound-transitions.mp3 */; };
|
|
1FAA7E1E25C6F2B400E4E64C /* PlaySound.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FAA7E1D25C6F2B400E4E64C /* PlaySound.swift */; };
|
|
1FAA7E2525C7D6EA00E4E64C /* Stickers.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 1FAA7E2425C7D6EA00E4E64C /* Stickers.xcassets */; };
|
|
1FAA7E2925C7D6EA00E4E64C /* stickers.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 1FAA7E2225C7D6E900E4E64C /* stickers.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
1FAA7E2725C7D6EA00E4E64C /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 1F4E430925C3F03D00FDD27B /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 1FAA7E2125C7D6E900E4E64C;
|
|
remoteInfo = stickers;
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
1FAA7E2D25C7D6EA00E4E64C /* Embed App Extensions */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = "";
|
|
dstSubfolderSpec = 13;
|
|
files = (
|
|
1FAA7E2925C7D6EA00E4E64C /* stickers.appex in Embed App Extensions */,
|
|
);
|
|
name = "Embed App Extensions";
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
1F4E431125C3F03D00FDD27B /* FirstApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FirstApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
1F4E431425C3F03D00FDD27B /* FirstAppApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FirstAppApp.swift; sourceTree = "<group>"; };
|
|
1F4E431625C3F03D00FDD27B /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
|
1F4E431825C3F03E00FDD27B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
1F4E431B25C3F03E00FDD27B /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
|
|
1F4E431D25C3F03E00FDD27B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
1F4E432625C500DA00FDD27B /* CardView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CardView.swift; sourceTree = "<group>"; };
|
|
1F4E432C25C69FDD00FDD27B /* CardModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CardModel.swift; sourceTree = "<group>"; };
|
|
1F4E432F25C6B4D900FDD27B /* CardData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CardData.swift; sourceTree = "<group>"; };
|
|
1FAA7E1A25C6F27500E4E64C /* sound-transitions.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = "sound-transitions.mp3"; sourceTree = "<group>"; };
|
|
1FAA7E1D25C6F2B400E4E64C /* PlaySound.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlaySound.swift; sourceTree = "<group>"; };
|
|
1FAA7E2225C7D6E900E4E64C /* stickers.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = stickers.appex; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
1FAA7E2425C7D6EA00E4E64C /* Stickers.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Stickers.xcassets; sourceTree = "<group>"; };
|
|
1FAA7E2625C7D6EA00E4E64C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
1F4E430E25C3F03D00FDD27B /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
1F4E430825C3F03D00FDD27B = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1F4E431325C3F03D00FDD27B /* FirstApp */,
|
|
1FAA7E2325C7D6E900E4E64C /* stickers */,
|
|
1F4E431225C3F03D00FDD27B /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
1F4E431225C3F03D00FDD27B /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1F4E431125C3F03D00FDD27B /* FirstApp.app */,
|
|
1FAA7E2225C7D6E900E4E64C /* stickers.appex */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
1F4E431325C3F03D00FDD27B /* FirstApp */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1F4E431425C3F03D00FDD27B /* FirstAppApp.swift */,
|
|
1F4E431625C3F03D00FDD27B /* ContentView.swift */,
|
|
1F4E432625C500DA00FDD27B /* CardView.swift */,
|
|
1F4E431825C3F03E00FDD27B /* Assets.xcassets */,
|
|
1F4E431D25C3F03E00FDD27B /* Info.plist */,
|
|
1F4E431A25C3F03E00FDD27B /* Preview Content */,
|
|
1F4E432C25C69FDD00FDD27B /* CardModel.swift */,
|
|
1F4E432F25C6B4D900FDD27B /* CardData.swift */,
|
|
1FAA7E1A25C6F27500E4E64C /* sound-transitions.mp3 */,
|
|
1FAA7E1D25C6F2B400E4E64C /* PlaySound.swift */,
|
|
);
|
|
path = FirstApp;
|
|
sourceTree = "<group>";
|
|
};
|
|
1F4E431A25C3F03E00FDD27B /* Preview Content */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1F4E431B25C3F03E00FDD27B /* Preview Assets.xcassets */,
|
|
);
|
|
path = "Preview Content";
|
|
sourceTree = "<group>";
|
|
};
|
|
1FAA7E2325C7D6E900E4E64C /* stickers */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1FAA7E2425C7D6EA00E4E64C /* Stickers.xcassets */,
|
|
1FAA7E2625C7D6EA00E4E64C /* Info.plist */,
|
|
);
|
|
path = stickers;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
1F4E431025C3F03D00FDD27B /* FirstApp */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 1F4E432025C3F03E00FDD27B /* Build configuration list for PBXNativeTarget "FirstApp" */;
|
|
buildPhases = (
|
|
1F4E430D25C3F03D00FDD27B /* Sources */,
|
|
1F4E430E25C3F03D00FDD27B /* Frameworks */,
|
|
1F4E430F25C3F03D00FDD27B /* Resources */,
|
|
1FAA7E2D25C7D6EA00E4E64C /* Embed App Extensions */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
1FAA7E2825C7D6EA00E4E64C /* PBXTargetDependency */,
|
|
);
|
|
name = FirstApp;
|
|
productName = FirstApp;
|
|
productReference = 1F4E431125C3F03D00FDD27B /* FirstApp.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
1FAA7E2125C7D6E900E4E64C /* stickers */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 1FAA7E2A25C7D6EA00E4E64C /* Build configuration list for PBXNativeTarget "stickers" */;
|
|
buildPhases = (
|
|
1FAA7E2025C7D6E900E4E64C /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = stickers;
|
|
productName = stickers;
|
|
productReference = 1FAA7E2225C7D6E900E4E64C /* stickers.appex */;
|
|
productType = "com.apple.product-type.app-extension.messages-sticker-pack";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
1F4E430925C3F03D00FDD27B /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastSwiftUpdateCheck = 1240;
|
|
LastUpgradeCheck = 1250;
|
|
TargetAttributes = {
|
|
1F4E431025C3F03D00FDD27B = {
|
|
CreatedOnToolsVersion = 12.4;
|
|
};
|
|
1FAA7E2125C7D6E900E4E64C = {
|
|
CreatedOnToolsVersion = 12.4;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = 1F4E430C25C3F03D00FDD27B /* Build configuration list for PBXProject "FirstApp" */;
|
|
compatibilityVersion = "Xcode 9.3";
|
|
developmentRegion = en;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
);
|
|
mainGroup = 1F4E430825C3F03D00FDD27B;
|
|
productRefGroup = 1F4E431225C3F03D00FDD27B /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
1F4E431025C3F03D00FDD27B /* FirstApp */,
|
|
1FAA7E2125C7D6E900E4E64C /* stickers */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
1F4E430F25C3F03D00FDD27B /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
1F4E431C25C3F03E00FDD27B /* Preview Assets.xcassets in Resources */,
|
|
1F4E431925C3F03E00FDD27B /* Assets.xcassets in Resources */,
|
|
1FAA7E1B25C6F27500E4E64C /* sound-transitions.mp3 in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
1FAA7E2025C7D6E900E4E64C /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
1FAA7E2525C7D6EA00E4E64C /* Stickers.xcassets in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
1F4E430D25C3F03D00FDD27B /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
1F4E433025C6B4D900FDD27B /* CardData.swift in Sources */,
|
|
1FAA7E1E25C6F2B400E4E64C /* PlaySound.swift in Sources */,
|
|
1F4E431725C3F03D00FDD27B /* ContentView.swift in Sources */,
|
|
1F4E432D25C69FDD00FDD27B /* CardModel.swift in Sources */,
|
|
1F4E432725C500DA00FDD27B /* CardView.swift in Sources */,
|
|
1F4E431525C3F03D00FDD27B /* FirstAppApp.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
1FAA7E2825C7D6EA00E4E64C /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = 1FAA7E2125C7D6E900E4E64C /* stickers */;
|
|
targetProxy = 1FAA7E2725C7D6EA00E4E64C /* PBXContainerItemProxy */;
|
|
};
|
|
/* End PBXTargetDependency section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
1F4E431E25C3F03E00FDD27B /* 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_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;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 14.4;
|
|
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;
|
|
};
|
|
1F4E431F25C3F03E00FDD27B /* 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_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;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 14.4;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
MTL_FAST_MATH = YES;
|
|
SDKROOT = iphoneos;
|
|
SWIFT_COMPILATION_MODE = wholemodule;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
|
VALIDATE_PRODUCT = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
1F4E432125C3F03E00FDD27B /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
DEVELOPMENT_ASSET_PATHS = "\"FirstApp/Preview Content\"";
|
|
DEVELOPMENT_TEAM = Z3W45GNWDZ;
|
|
ENABLE_PREVIEWS = YES;
|
|
INFOPLIST_FILE = FirstApp/Info.plist;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/Frameworks",
|
|
);
|
|
PRODUCT_BUNDLE_IDENTIFIER = cn.liuming.FirstApp;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
};
|
|
name = Debug;
|
|
};
|
|
1F4E432225C3F03E00FDD27B /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
DEVELOPMENT_ASSET_PATHS = "\"FirstApp/Preview Content\"";
|
|
DEVELOPMENT_TEAM = Z3W45GNWDZ;
|
|
ENABLE_PREVIEWS = YES;
|
|
INFOPLIST_FILE = FirstApp/Info.plist;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/Frameworks",
|
|
);
|
|
PRODUCT_BUNDLE_IDENTIFIER = cn.liuming.FirstApp;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
};
|
|
name = Release;
|
|
};
|
|
1FAA7E2B25C7D6EA00E4E64C /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = "iMessage App Icon";
|
|
CODE_SIGN_STYLE = Automatic;
|
|
DEVELOPMENT_TEAM = Z3W45GNWDZ;
|
|
INFOPLIST_FILE = stickers/Info.plist;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = cn.liuming.FirstApp.stickers;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SKIP_INSTALL = YES;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
};
|
|
name = Debug;
|
|
};
|
|
1FAA7E2C25C7D6EA00E4E64C /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = "iMessage App Icon";
|
|
CODE_SIGN_STYLE = Automatic;
|
|
DEVELOPMENT_TEAM = Z3W45GNWDZ;
|
|
INFOPLIST_FILE = stickers/Info.plist;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
|
|
PRODUCT_BUNDLE_IDENTIFIER = cn.liuming.FirstApp.stickers;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SKIP_INSTALL = YES;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
1F4E430C25C3F03D00FDD27B /* Build configuration list for PBXProject "FirstApp" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
1F4E431E25C3F03E00FDD27B /* Debug */,
|
|
1F4E431F25C3F03E00FDD27B /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
1F4E432025C3F03E00FDD27B /* Build configuration list for PBXNativeTarget "FirstApp" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
1F4E432125C3F03E00FDD27B /* Debug */,
|
|
1F4E432225C3F03E00FDD27B /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
1FAA7E2A25C7D6EA00E4E64C /* Build configuration list for PBXNativeTarget "stickers" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
1FAA7E2B25C7D6EA00E4E64C /* Debug */,
|
|
1FAA7E2C25C7D6EA00E4E64C /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 1F4E430925C3F03D00FDD27B /* Project object */;
|
|
}
|