// !$*UTF8*$!
|
{
|
archiveVersion = 1;
|
classes = {
|
};
|
objectVersion = 50;
|
objects = {
|
|
/* Begin PBXBuildFile section */
|
07F51C282615C1A600D30158 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 07F51C272615C1A600D30158 /* AppDelegate.m */; };
|
07F51C2E2615C1A600D30158 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 07F51C2D2615C1A600D30158 /* ViewController.m */; };
|
07F51C312615C1A600D30158 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 07F51C2F2615C1A600D30158 /* Main.storyboard */; };
|
07F51C332615C1A900D30158 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 07F51C322615C1A900D30158 /* Assets.xcassets */; };
|
07F51C362615C1A900D30158 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 07F51C342615C1A900D30158 /* LaunchScreen.storyboard */; };
|
07F51C392615C1A900D30158 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 07F51C382615C1A900D30158 /* main.m */; };
|
07F51C492615C34A00D30158 /* Lunar.m in Sources */ = {isa = PBXBuildFile; fileRef = 07F51C482615C34A00D30158 /* Lunar.m */; };
|
/* End PBXBuildFile section */
|
|
/* Begin PBXFileReference section */
|
07F51C232615C1A600D30158 /* Lunar.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Lunar.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
07F51C262615C1A600D30158 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
07F51C272615C1A600D30158 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
07F51C2C2615C1A600D30158 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
|
07F51C2D2615C1A600D30158 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
|
07F51C302615C1A600D30158 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
07F51C322615C1A900D30158 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
07F51C352615C1A900D30158 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
07F51C372615C1A900D30158 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
07F51C382615C1A900D30158 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
07F51C472615C34A00D30158 /* Lunar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Lunar.h; sourceTree = "<group>"; };
|
07F51C482615C34A00D30158 /* Lunar.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Lunar.m; sourceTree = "<group>"; };
|
/* End PBXFileReference section */
|
|
/* Begin PBXFrameworksBuildPhase section */
|
07F51C202615C1A600D30158 /* Frameworks */ = {
|
isa = PBXFrameworksBuildPhase;
|
buildActionMask = 2147483647;
|
files = (
|
);
|
runOnlyForDeploymentPostprocessing = 0;
|
};
|
/* End PBXFrameworksBuildPhase section */
|
|
/* Begin PBXGroup section */
|
076D1B56261713D800087D45 /* Util */ = {
|
isa = PBXGroup;
|
children = (
|
);
|
path = Util;
|
sourceTree = "<group>";
|
};
|
07F51C1A2615C1A600D30158 = {
|
isa = PBXGroup;
|
children = (
|
07F51C252615C1A600D30158 /* Lunar */,
|
07F51C242615C1A600D30158 /* Products */,
|
);
|
sourceTree = "<group>";
|
};
|
07F51C242615C1A600D30158 /* Products */ = {
|
isa = PBXGroup;
|
children = (
|
07F51C232615C1A600D30158 /* Lunar.app */,
|
);
|
name = Products;
|
sourceTree = "<group>";
|
};
|
07F51C252615C1A600D30158 /* Lunar */ = {
|
isa = PBXGroup;
|
children = (
|
07F51C262615C1A600D30158 /* AppDelegate.h */,
|
07F51C272615C1A600D30158 /* AppDelegate.m */,
|
07F51C2C2615C1A600D30158 /* ViewController.h */,
|
07F51C2D2615C1A600D30158 /* ViewController.m */,
|
07F51C462615C33A00D30158 /* Tool */,
|
07F51C402615C1C800D30158 /* Support */,
|
);
|
path = Lunar;
|
sourceTree = "<group>";
|
};
|
07F51C402615C1C800D30158 /* Support */ = {
|
isa = PBXGroup;
|
children = (
|
07F51C372615C1A900D30158 /* Info.plist */,
|
07F51C2F2615C1A600D30158 /* Main.storyboard */,
|
07F51C322615C1A900D30158 /* Assets.xcassets */,
|
07F51C342615C1A900D30158 /* LaunchScreen.storyboard */,
|
07F51C382615C1A900D30158 /* main.m */,
|
);
|
name = Support;
|
sourceTree = "<group>";
|
};
|
07F51C462615C33A00D30158 /* Tool */ = {
|
isa = PBXGroup;
|
children = (
|
076D1B56261713D800087D45 /* Util */,
|
07F51C472615C34A00D30158 /* Lunar.h */,
|
07F51C482615C34A00D30158 /* Lunar.m */,
|
);
|
path = Tool;
|
sourceTree = "<group>";
|
};
|
/* End PBXGroup section */
|
|
/* Begin PBXNativeTarget section */
|
07F51C222615C1A600D30158 /* Lunar */ = {
|
isa = PBXNativeTarget;
|
buildConfigurationList = 07F51C3C2615C1A900D30158 /* Build configuration list for PBXNativeTarget "Lunar" */;
|
buildPhases = (
|
07F51C1F2615C1A600D30158 /* Sources */,
|
07F51C202615C1A600D30158 /* Frameworks */,
|
07F51C212615C1A600D30158 /* Resources */,
|
);
|
buildRules = (
|
);
|
dependencies = (
|
);
|
name = Lunar;
|
productName = Lunar;
|
productReference = 07F51C232615C1A600D30158 /* Lunar.app */;
|
productType = "com.apple.product-type.application";
|
};
|
/* End PBXNativeTarget section */
|
|
/* Begin PBXProject section */
|
07F51C1B2615C1A600D30158 /* Project object */ = {
|
isa = PBXProject;
|
attributes = {
|
LastUpgradeCheck = 1240;
|
TargetAttributes = {
|
07F51C222615C1A600D30158 = {
|
CreatedOnToolsVersion = 12.4;
|
};
|
};
|
};
|
buildConfigurationList = 07F51C1E2615C1A600D30158 /* Build configuration list for PBXProject "Lunar" */;
|
compatibilityVersion = "Xcode 9.3";
|
developmentRegion = en;
|
hasScannedForEncodings = 0;
|
knownRegions = (
|
en,
|
Base,
|
);
|
mainGroup = 07F51C1A2615C1A600D30158;
|
productRefGroup = 07F51C242615C1A600D30158 /* Products */;
|
projectDirPath = "";
|
projectRoot = "";
|
targets = (
|
07F51C222615C1A600D30158 /* Lunar */,
|
);
|
};
|
/* End PBXProject section */
|
|
/* Begin PBXResourcesBuildPhase section */
|
07F51C212615C1A600D30158 /* Resources */ = {
|
isa = PBXResourcesBuildPhase;
|
buildActionMask = 2147483647;
|
files = (
|
07F51C362615C1A900D30158 /* LaunchScreen.storyboard in Resources */,
|
07F51C332615C1A900D30158 /* Assets.xcassets in Resources */,
|
07F51C312615C1A600D30158 /* Main.storyboard in Resources */,
|
);
|
runOnlyForDeploymentPostprocessing = 0;
|
};
|
/* End PBXResourcesBuildPhase section */
|
|
/* Begin PBXSourcesBuildPhase section */
|
07F51C1F2615C1A600D30158 /* Sources */ = {
|
isa = PBXSourcesBuildPhase;
|
buildActionMask = 2147483647;
|
files = (
|
07F51C492615C34A00D30158 /* Lunar.m in Sources */,
|
07F51C2E2615C1A600D30158 /* ViewController.m in Sources */,
|
07F51C282615C1A600D30158 /* AppDelegate.m in Sources */,
|
07F51C392615C1A900D30158 /* main.m in Sources */,
|
);
|
runOnlyForDeploymentPostprocessing = 0;
|
};
|
/* End PBXSourcesBuildPhase section */
|
|
/* Begin PBXVariantGroup section */
|
07F51C2F2615C1A600D30158 /* Main.storyboard */ = {
|
isa = PBXVariantGroup;
|
children = (
|
07F51C302615C1A600D30158 /* Base */,
|
);
|
name = Main.storyboard;
|
sourceTree = "<group>";
|
};
|
07F51C342615C1A900D30158 /* LaunchScreen.storyboard */ = {
|
isa = PBXVariantGroup;
|
children = (
|
07F51C352615C1A900D30158 /* Base */,
|
);
|
name = LaunchScreen.storyboard;
|
sourceTree = "<group>";
|
};
|
/* End PBXVariantGroup section */
|
|
/* Begin XCBuildConfiguration section */
|
07F51C3A2615C1A900D30158 /* 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;
|
};
|
name = Debug;
|
};
|
07F51C3B2615C1A900D30158 /* 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;
|
VALIDATE_PRODUCT = YES;
|
};
|
name = Release;
|
};
|
07F51C3D2615C1A900D30158 /* Debug */ = {
|
isa = XCBuildConfiguration;
|
buildSettings = {
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
CODE_SIGN_STYLE = Automatic;
|
INFOPLIST_FILE = Lunar/Info.plist;
|
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
LD_RUNPATH_SEARCH_PATHS = (
|
"$(inherited)",
|
"@executable_path/Frameworks",
|
);
|
PRODUCT_BUNDLE_IDENTIFIER = com.puyi.Lunar;
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
TARGETED_DEVICE_FAMILY = "1,2";
|
};
|
name = Debug;
|
};
|
07F51C3E2615C1A900D30158 /* Release */ = {
|
isa = XCBuildConfiguration;
|
buildSettings = {
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
CODE_SIGN_STYLE = Automatic;
|
INFOPLIST_FILE = Lunar/Info.plist;
|
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
LD_RUNPATH_SEARCH_PATHS = (
|
"$(inherited)",
|
"@executable_path/Frameworks",
|
);
|
PRODUCT_BUNDLE_IDENTIFIER = com.puyi.Lunar;
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
TARGETED_DEVICE_FAMILY = "1,2";
|
};
|
name = Release;
|
};
|
/* End XCBuildConfiguration section */
|
|
/* Begin XCConfigurationList section */
|
07F51C1E2615C1A600D30158 /* Build configuration list for PBXProject "Lunar" */ = {
|
isa = XCConfigurationList;
|
buildConfigurations = (
|
07F51C3A2615C1A900D30158 /* Debug */,
|
07F51C3B2615C1A900D30158 /* Release */,
|
);
|
defaultConfigurationIsVisible = 0;
|
defaultConfigurationName = Release;
|
};
|
07F51C3C2615C1A900D30158 /* Build configuration list for PBXNativeTarget "Lunar" */ = {
|
isa = XCConfigurationList;
|
buildConfigurations = (
|
07F51C3D2615C1A900D30158 /* Debug */,
|
07F51C3E2615C1A900D30158 /* Release */,
|
);
|
defaultConfigurationIsVisible = 0;
|
defaultConfigurationName = Release;
|
};
|
/* End XCConfigurationList section */
|
};
|
rootObject = 07F51C1B2615C1A600D30158 /* Project object */;
|
}
|