Skip to content

Commit

Permalink
Add BarryDemo
Browse files Browse the repository at this point in the history
  • Loading branch information
zgjun committed Aug 20, 2018
1 parent eff553d commit d83509b
Show file tree
Hide file tree
Showing 13 changed files with 663 additions and 0 deletions.
327 changes: 327 additions & 0 deletions BarryDemo/BarryDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,327 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 48;
objects = {

/* Begin PBXBuildFile section */
27F20E46212AB884004C72C8 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 27F20E45212AB884004C72C8 /* AppDelegate.m */; };
27F20E49212AB884004C72C8 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 27F20E48212AB884004C72C8 /* ViewController.m */; };
27F20E4C212AB884004C72C8 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 27F20E4A212AB884004C72C8 /* Main.storyboard */; };
27F20E4E212AB884004C72C8 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 27F20E4D212AB884004C72C8 /* Assets.xcassets */; };
27F20E51212AB884004C72C8 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 27F20E4F212AB884004C72C8 /* LaunchScreen.storyboard */; };
27F20E54212AB884004C72C8 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 27F20E53212AB884004C72C8 /* main.m */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
27F20E41212AB884004C72C8 /* BarryDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BarryDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
27F20E44212AB884004C72C8 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
27F20E45212AB884004C72C8 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
27F20E47212AB884004C72C8 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
27F20E48212AB884004C72C8 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
27F20E4B212AB884004C72C8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
27F20E4D212AB884004C72C8 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
27F20E50212AB884004C72C8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
27F20E52212AB884004C72C8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
27F20E53212AB884004C72C8 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
27F20E3E212AB884004C72C8 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
27F20E38212AB884004C72C8 = {
isa = PBXGroup;
children = (
27F20E43212AB884004C72C8 /* BarryDemo */,
27F20E42212AB884004C72C8 /* Products */,
);
sourceTree = "<group>";
};
27F20E42212AB884004C72C8 /* Products */ = {
isa = PBXGroup;
children = (
27F20E41212AB884004C72C8 /* BarryDemo.app */,
);
name = Products;
sourceTree = "<group>";
};
27F20E43212AB884004C72C8 /* BarryDemo */ = {
isa = PBXGroup;
children = (
27F20E44212AB884004C72C8 /* AppDelegate.h */,
27F20E45212AB884004C72C8 /* AppDelegate.m */,
27F20E47212AB884004C72C8 /* ViewController.h */,
27F20E48212AB884004C72C8 /* ViewController.m */,
27F20E4A212AB884004C72C8 /* Main.storyboard */,
27F20E4D212AB884004C72C8 /* Assets.xcassets */,
27F20E4F212AB884004C72C8 /* LaunchScreen.storyboard */,
27F20E52212AB884004C72C8 /* Info.plist */,
27F20E53212AB884004C72C8 /* main.m */,
);
path = BarryDemo;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
27F20E40212AB884004C72C8 /* BarryDemo */ = {
isa = PBXNativeTarget;
buildConfigurationList = 27F20E57212AB884004C72C8 /* Build configuration list for PBXNativeTarget "BarryDemo" */;
buildPhases = (
27F20E3D212AB884004C72C8 /* Sources */,
27F20E3E212AB884004C72C8 /* Frameworks */,
27F20E3F212AB884004C72C8 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = BarryDemo;
productName = BarryDemo;
productReference = 27F20E41212AB884004C72C8 /* BarryDemo.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
27F20E39212AB884004C72C8 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0920;
ORGANIZATIONNAME = barry;
TargetAttributes = {
27F20E40212AB884004C72C8 = {
CreatedOnToolsVersion = 9.2;
ProvisioningStyle = Automatic;
};
};
};
buildConfigurationList = 27F20E3C212AB884004C72C8 /* Build configuration list for PBXProject "BarryDemo" */;
compatibilityVersion = "Xcode 8.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 27F20E38212AB884004C72C8;
productRefGroup = 27F20E42212AB884004C72C8 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
27F20E40212AB884004C72C8 /* BarryDemo */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
27F20E3F212AB884004C72C8 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
27F20E51212AB884004C72C8 /* LaunchScreen.storyboard in Resources */,
27F20E4E212AB884004C72C8 /* Assets.xcassets in Resources */,
27F20E4C212AB884004C72C8 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
27F20E3D212AB884004C72C8 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
27F20E49212AB884004C72C8 /* ViewController.m in Sources */,
27F20E54212AB884004C72C8 /* main.m in Sources */,
27F20E46212AB884004C72C8 /* AppDelegate.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
27F20E4A212AB884004C72C8 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
27F20E4B212AB884004C72C8 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
27F20E4F212AB884004C72C8 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
27F20E50212AB884004C72C8 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
27F20E55212AB884004C72C8 /* 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_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = 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_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;
CODE_SIGN_IDENTITY = "iPhone Developer";
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 = 11.2;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
};
name = Debug;
};
27F20E56212AB884004C72C8 /* 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_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = 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_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;
CODE_SIGN_IDENTITY = "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 = 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 = 11.2;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
27F20E58212AB884004C72C8 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = BarryDemo/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = cn.com.change.BarryDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
27F20E59212AB884004C72C8 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = BarryDemo/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = cn.com.change.BarryDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
27F20E3C212AB884004C72C8 /* Build configuration list for PBXProject "BarryDemo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
27F20E55212AB884004C72C8 /* Debug */,
27F20E56212AB884004C72C8 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
27F20E57212AB884004C72C8 /* Build configuration list for PBXNativeTarget "BarryDemo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
27F20E58212AB884004C72C8 /* Debug */,
27F20E59212AB884004C72C8 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 27F20E39212AB884004C72C8 /* Project object */;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>BarryDemo.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
</dict>
</plist>
17 changes: 17 additions & 0 deletions BarryDemo/BarryDemo/AppDelegate.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
//
// AppDelegate.h
// BarryDemo
//
// Created by zgjun on 2018/8/20.
// Copyright © 2018年 barry. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;


@end

Loading

0 comments on commit d83509b

Please sign in to comment.