123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 46;
- objects = {
- /* Begin PBXBuildFile section */
- A01B62C21CAC362200477FFE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A01B62C11CAC362200477FFE /* AppDelegate.swift */; };
- A01B62C91CAC362200477FFE /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A01B62C81CAC362200477FFE /* Assets.xcassets */; };
- A0509C3A1CAD76560054B40C /* GuideViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0509C391CAD76560054B40C /* GuideViewController.swift */; };
- A0E4C4541CAD6F1700F67F4E /* FPSLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0E4C4531CAD6F1700F67F4E /* FPSLabel.swift */; };
- A0EA700F1CAC47C100FEF2E3 /* Config.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0EA700E1CAC47C100FEF2E3 /* Config.swift */; };
- A0EA70111CAC485C00FEF2E3 /* MyViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0EA70101CAC485C00FEF2E3 /* MyViewController.swift */; };
- A0EA70131CAC488500FEF2E3 /* IndexViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0EA70121CAC488500FEF2E3 /* IndexViewController.swift */; };
- A0EA70151CAC489600FEF2E3 /* FindViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0EA70141CAC489600FEF2E3 /* FindViewController.swift */; };
- A0EA70171CAC48BF00FEF2E3 /* MainTabBarViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0EA70161CAC48BF00FEF2E3 /* MainTabBarViewController.swift */; };
- A7A0A617BC974B6F44D7B093 /* Pods_BingHaoBang.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7826C879955B60301A0514A5 /* Pods_BingHaoBang.framework */; };
- /* End PBXBuildFile section */
- /* Begin PBXFileReference section */
- 092C49D19851971B9A4BF69E /* Pods-BingHaoBang.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BingHaoBang.release.xcconfig"; path = "Pods/Target Support Files/Pods-BingHaoBang/Pods-BingHaoBang.release.xcconfig"; sourceTree = "<group>"; };
- 7826C879955B60301A0514A5 /* Pods_BingHaoBang.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_BingHaoBang.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- 9101E85183BB07FD008CA084 /* Pods-BingHaoBang.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BingHaoBang.debug.xcconfig"; path = "Pods/Target Support Files/Pods-BingHaoBang/Pods-BingHaoBang.debug.xcconfig"; sourceTree = "<group>"; };
- A01B62BE1CAC362200477FFE /* BingHaoBang.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BingHaoBang.app; sourceTree = BUILT_PRODUCTS_DIR; };
- A01B62C11CAC362200477FFE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
- A01B62C81CAC362200477FFE /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
- A01B62CD1CAC362200477FFE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- A0509C391CAD76560054B40C /* GuideViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = GuideViewController.swift; path = View/GuideViewController.swift; sourceTree = "<group>"; };
- A0E4C4531CAD6F1700F67F4E /* FPSLabel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FPSLabel.swift; path = View/FPSLabel.swift; sourceTree = "<group>"; };
- A0EA700E1CAC47C100FEF2E3 /* Config.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Config.swift; path = Common/Config.swift; sourceTree = "<group>"; };
- A0EA70101CAC485C00FEF2E3 /* MyViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MyViewController.swift; path = View/MyViewController.swift; sourceTree = "<group>"; };
- A0EA70121CAC488500FEF2E3 /* IndexViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = IndexViewController.swift; path = View/IndexViewController.swift; sourceTree = "<group>"; };
- A0EA70141CAC489600FEF2E3 /* FindViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FindViewController.swift; path = View/FindViewController.swift; sourceTree = "<group>"; };
- A0EA70161CAC48BF00FEF2E3 /* MainTabBarViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MainTabBarViewController.swift; path = View/MainTabBarViewController.swift; sourceTree = "<group>"; };
- /* End PBXFileReference section */
- /* Begin PBXFrameworksBuildPhase section */
- A01B62BB1CAC362200477FFE /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- A7A0A617BC974B6F44D7B093 /* Pods_BingHaoBang.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
- /* Begin PBXGroup section */
- A01B62B51CAC362200477FFE = {
- isa = PBXGroup;
- children = (
- A0EA70031CAC3D9800FEF2E3 /* View */,
- A0EA70021CAC3D8F00FEF2E3 /* Model */,
- A0EA70011CAC3D6D00FEF2E3 /* Controller */,
- A0EA70001CAC3D5100FEF2E3 /* Common */,
- A01B62C01CAC362200477FFE /* BingHaoBang */,
- A01B62BF1CAC362200477FFE /* Products */,
- EB01FE650186C765656B9291 /* Pods */,
- C4ABC6BE6FD3AE3CF23033D4 /* Frameworks */,
- );
- sourceTree = "<group>";
- };
- A01B62BF1CAC362200477FFE /* Products */ = {
- isa = PBXGroup;
- children = (
- A01B62BE1CAC362200477FFE /* BingHaoBang.app */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- A01B62C01CAC362200477FFE /* BingHaoBang */ = {
- isa = PBXGroup;
- children = (
- A01B62C11CAC362200477FFE /* AppDelegate.swift */,
- A01B62C81CAC362200477FFE /* Assets.xcassets */,
- A01B62CD1CAC362200477FFE /* Info.plist */,
- );
- path = BingHaoBang;
- sourceTree = "<group>";
- };
- A0EA70001CAC3D5100FEF2E3 /* Common */ = {
- isa = PBXGroup;
- children = (
- A0EA700E1CAC47C100FEF2E3 /* Config.swift */,
- );
- name = Common;
- sourceTree = "<group>";
- };
- A0EA70011CAC3D6D00FEF2E3 /* Controller */ = {
- isa = PBXGroup;
- children = (
- );
- name = Controller;
- sourceTree = "<group>";
- };
- A0EA70021CAC3D8F00FEF2E3 /* Model */ = {
- isa = PBXGroup;
- children = (
- );
- name = Model;
- sourceTree = "<group>";
- };
- A0EA70031CAC3D9800FEF2E3 /* View */ = {
- isa = PBXGroup;
- children = (
- A0EA70101CAC485C00FEF2E3 /* MyViewController.swift */,
- A0EA70121CAC488500FEF2E3 /* IndexViewController.swift */,
- A0EA70141CAC489600FEF2E3 /* FindViewController.swift */,
- A0EA70161CAC48BF00FEF2E3 /* MainTabBarViewController.swift */,
- A0E4C4531CAD6F1700F67F4E /* FPSLabel.swift */,
- A0509C391CAD76560054B40C /* GuideViewController.swift */,
- );
- name = View;
- sourceTree = "<group>";
- };
- C4ABC6BE6FD3AE3CF23033D4 /* Frameworks */ = {
- isa = PBXGroup;
- children = (
- 7826C879955B60301A0514A5 /* Pods_BingHaoBang.framework */,
- );
- name = Frameworks;
- sourceTree = "<group>";
- };
- EB01FE650186C765656B9291 /* Pods */ = {
- isa = PBXGroup;
- children = (
- 9101E85183BB07FD008CA084 /* Pods-BingHaoBang.debug.xcconfig */,
- 092C49D19851971B9A4BF69E /* Pods-BingHaoBang.release.xcconfig */,
- );
- name = Pods;
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXNativeTarget section */
- A01B62BD1CAC362200477FFE /* BingHaoBang */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = A01B62D01CAC362200477FFE /* Build configuration list for PBXNativeTarget "BingHaoBang" */;
- buildPhases = (
- 825F93A492D8A2538D83E985 /* Check Pods Manifest.lock */,
- A01B62BA1CAC362200477FFE /* Sources */,
- A01B62BB1CAC362200477FFE /* Frameworks */,
- A01B62BC1CAC362200477FFE /* Resources */,
- 91474CC53E9C4EF13AEBF2B5 /* Embed Pods Frameworks */,
- 719F641F6C5CF78A7C0A2E29 /* Copy Pods Resources */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = BingHaoBang;
- productName = BingHaoBang;
- productReference = A01B62BE1CAC362200477FFE /* BingHaoBang.app */;
- productType = "com.apple.product-type.application";
- };
- /* End PBXNativeTarget section */
- /* Begin PBXProject section */
- A01B62B61CAC362200477FFE /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastSwiftUpdateCheck = 0730;
- LastUpgradeCheck = 0730;
- ORGANIZATIONNAME = Zjdboy;
- TargetAttributes = {
- A01B62BD1CAC362200477FFE = {
- CreatedOnToolsVersion = 7.3;
- DevelopmentTeam = 6U9V8U75HY;
- };
- };
- };
- buildConfigurationList = A01B62B91CAC362200477FFE /* Build configuration list for PBXProject "BingHaoBang" */;
- compatibilityVersion = "Xcode 3.2";
- developmentRegion = English;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- Base,
- );
- mainGroup = A01B62B51CAC362200477FFE;
- productRefGroup = A01B62BF1CAC362200477FFE /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- A01B62BD1CAC362200477FFE /* BingHaoBang */,
- );
- };
- /* End PBXProject section */
- /* Begin PBXResourcesBuildPhase section */
- A01B62BC1CAC362200477FFE /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- A01B62C91CAC362200477FFE /* Assets.xcassets in Resources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXResourcesBuildPhase section */
- /* Begin PBXShellScriptBuildPhase section */
- 719F641F6C5CF78A7C0A2E29 /* Copy Pods Resources */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- );
- name = "Copy Pods Resources";
- outputPaths = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-BingHaoBang/Pods-BingHaoBang-resources.sh\"\n";
- showEnvVarsInLog = 0;
- };
- 825F93A492D8A2538D83E985 /* Check Pods Manifest.lock */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- );
- name = "Check Pods Manifest.lock";
- outputPaths = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
- showEnvVarsInLog = 0;
- };
- 91474CC53E9C4EF13AEBF2B5 /* Embed Pods Frameworks */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- );
- name = "Embed Pods Frameworks";
- outputPaths = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-BingHaoBang/Pods-BingHaoBang-frameworks.sh\"\n";
- showEnvVarsInLog = 0;
- };
- /* End PBXShellScriptBuildPhase section */
- /* Begin PBXSourcesBuildPhase section */
- A01B62BA1CAC362200477FFE /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- A01B62C21CAC362200477FFE /* AppDelegate.swift in Sources */,
- A0509C3A1CAD76560054B40C /* GuideViewController.swift in Sources */,
- A0E4C4541CAD6F1700F67F4E /* FPSLabel.swift in Sources */,
- A0EA70111CAC485C00FEF2E3 /* MyViewController.swift in Sources */,
- A0EA70171CAC48BF00FEF2E3 /* MainTabBarViewController.swift in Sources */,
- A0EA700F1CAC47C100FEF2E3 /* Config.swift in Sources */,
- A0EA70131CAC488500FEF2E3 /* IndexViewController.swift in Sources */,
- A0EA70151CAC489600FEF2E3 /* FindViewController.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
- /* Begin XCBuildConfiguration section */
- A01B62CE1CAC362200477FFE /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_ANALYZER_NONNULL = YES;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
- COPY_PHASE_STRIP = NO;
- DEBUG_INFORMATION_FORMAT = dwarf;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- ENABLE_TESTABILITY = YES;
- GCC_C_LANGUAGE_STANDARD = gnu99;
- 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 = 8.0;
- MTL_ENABLE_DEBUG_INFO = YES;
- ONLY_ACTIVE_ARCH = YES;
- SDKROOT = iphoneos;
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
- };
- name = Debug;
- };
- A01B62CF1CAC362200477FFE /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_ANALYZER_NONNULL = YES;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
- COPY_PHASE_STRIP = NO;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- ENABLE_NS_ASSERTIONS = NO;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- GCC_C_LANGUAGE_STANDARD = gnu99;
- 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 = 8.0;
- MTL_ENABLE_DEBUG_INFO = NO;
- SDKROOT = iphoneos;
- VALIDATE_PRODUCT = YES;
- };
- name = Release;
- };
- A01B62D11CAC362200477FFE /* Debug */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 9101E85183BB07FD008CA084 /* Pods-BingHaoBang.debug.xcconfig */;
- buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
- CODE_SIGN_IDENTITY = "iPhone Developer";
- INFOPLIST_FILE = BingHaoBang/Info.plist;
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = Com.Zjdboy.BingHaoBang;
- PRODUCT_NAME = "$(TARGET_NAME)";
- };
- name = Debug;
- };
- A01B62D21CAC362200477FFE /* Release */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 092C49D19851971B9A4BF69E /* Pods-BingHaoBang.release.xcconfig */;
- buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
- CODE_SIGN_IDENTITY = "iPhone Developer";
- INFOPLIST_FILE = BingHaoBang/Info.plist;
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = Com.Zjdboy.BingHaoBang;
- PRODUCT_NAME = "$(TARGET_NAME)";
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- A01B62B91CAC362200477FFE /* Build configuration list for PBXProject "BingHaoBang" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- A01B62CE1CAC362200477FFE /* Debug */,
- A01B62CF1CAC362200477FFE /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- A01B62D01CAC362200477FFE /* Build configuration list for PBXNativeTarget "BingHaoBang" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- A01B62D11CAC362200477FFE /* Debug */,
- A01B62D21CAC362200477FFE /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = A01B62B61CAC362200477FFE /* Project object */;
- }
|