Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
danleechina committed Apr 26, 2017
0 parents commit 55094ab
Show file tree
Hide file tree
Showing 14 changed files with 1,005 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#cocoapods
Pods

#project
**/*.xccheckout
**/*.xcscmblueprint
**/contents.xcworkspacedata
**/xcuserdata/*

#merge
**/*.orig

#build
Release
Products
334 changes: 334 additions & 0 deletions DLSimpleAutolayoutDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,334 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
37C8A5101EB0C64400DDFCC0 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 37C8A50F1EB0C64400DDFCC0 /* main.m */; };
37C8A5131EB0C64400DDFCC0 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 37C8A5121EB0C64400DDFCC0 /* AppDelegate.m */; };
37C8A5161EB0C64400DDFCC0 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 37C8A5151EB0C64400DDFCC0 /* ViewController.m */; };
37C8A5191EB0C64400DDFCC0 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 37C8A5171EB0C64400DDFCC0 /* Main.storyboard */; };
37C8A51B1EB0C64400DDFCC0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 37C8A51A1EB0C64400DDFCC0 /* Assets.xcassets */; };
37C8A51E1EB0C64400DDFCC0 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 37C8A51C1EB0C64400DDFCC0 /* LaunchScreen.storyboard */; };
37C8A5271EB0C69100DDFCC0 /* DLSimpleAutolayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 37C8A5261EB0C69100DDFCC0 /* DLSimpleAutolayout.m */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
37C8A50B1EB0C64400DDFCC0 /* DLSimpleAutolayoutDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DLSimpleAutolayoutDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
37C8A50F1EB0C64400DDFCC0 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
37C8A5111EB0C64400DDFCC0 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
37C8A5121EB0C64400DDFCC0 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
37C8A5141EB0C64400DDFCC0 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
37C8A5151EB0C64400DDFCC0 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
37C8A5181EB0C64400DDFCC0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
37C8A51A1EB0C64400DDFCC0 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
37C8A51D1EB0C64400DDFCC0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
37C8A51F1EB0C64400DDFCC0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
37C8A5251EB0C69100DDFCC0 /* DLSimpleAutolayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DLSimpleAutolayout.h; path = DLSimpleAutolayout/DLSimpleAutolayout.h; sourceTree = "<group>"; };
37C8A5261EB0C69100DDFCC0 /* DLSimpleAutolayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DLSimpleAutolayout.m; path = DLSimpleAutolayout/DLSimpleAutolayout.m; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
37C8A5021EB0C64400DDFCC0 = {
isa = PBXGroup;
children = (
37C8A50D1EB0C64400DDFCC0 /* DLSimpleAutolayoutDemo */,
37C8A50C1EB0C64400DDFCC0 /* Products */,
);
sourceTree = "<group>";
};
37C8A50C1EB0C64400DDFCC0 /* Products */ = {
isa = PBXGroup;
children = (
37C8A50B1EB0C64400DDFCC0 /* DLSimpleAutolayoutDemo.app */,
);
name = Products;
sourceTree = "<group>";
};
37C8A50D1EB0C64400DDFCC0 /* DLSimpleAutolayoutDemo */ = {
isa = PBXGroup;
children = (
37C8A5111EB0C64400DDFCC0 /* AppDelegate.h */,
37C8A5121EB0C64400DDFCC0 /* AppDelegate.m */,
37C8A5141EB0C64400DDFCC0 /* ViewController.h */,
37C8A5151EB0C64400DDFCC0 /* ViewController.m */,
37C8A5171EB0C64400DDFCC0 /* Main.storyboard */,
37C8A51A1EB0C64400DDFCC0 /* Assets.xcassets */,
37C8A51C1EB0C64400DDFCC0 /* LaunchScreen.storyboard */,
37C8A51F1EB0C64400DDFCC0 /* Info.plist */,
37C8A50E1EB0C64400DDFCC0 /* Supporting Files */,
37C8A5281EB0C69A00DDFCC0 /* DLSimpleAutolayout */,
);
path = DLSimpleAutolayoutDemo;
sourceTree = "<group>";
};
37C8A50E1EB0C64400DDFCC0 /* Supporting Files */ = {
isa = PBXGroup;
children = (
37C8A50F1EB0C64400DDFCC0 /* main.m */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
37C8A5281EB0C69A00DDFCC0 /* DLSimpleAutolayout */ = {
isa = PBXGroup;
children = (
37C8A5251EB0C69100DDFCC0 /* DLSimpleAutolayout.h */,
37C8A5261EB0C69100DDFCC0 /* DLSimpleAutolayout.m */,
);
name = DLSimpleAutolayout;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
37C8A50A1EB0C64400DDFCC0 /* DLSimpleAutolayoutDemo */ = {
isa = PBXNativeTarget;
buildConfigurationList = 37C8A5221EB0C64400DDFCC0 /* Build configuration list for PBXNativeTarget "DLSimpleAutolayoutDemo" */;
buildPhases = (
37C8A5071EB0C64400DDFCC0 /* Sources */,
37C8A5081EB0C64400DDFCC0 /* Frameworks */,
37C8A5091EB0C64400DDFCC0 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = DLSimpleAutolayoutDemo;
productName = DLSimpleAutolayoutDemo;
productReference = 37C8A50B1EB0C64400DDFCC0 /* DLSimpleAutolayoutDemo.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
37C8A5031EB0C64400DDFCC0 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0830;
ORGANIZATIONNAME = "Dan Lee";
TargetAttributes = {
37C8A50A1EB0C64400DDFCC0 = {
CreatedOnToolsVersion = 8.3.2;
ProvisioningStyle = Automatic;
};
};
};
buildConfigurationList = 37C8A5061EB0C64400DDFCC0 /* Build configuration list for PBXProject "DLSimpleAutolayoutDemo" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 37C8A5021EB0C64400DDFCC0;
productRefGroup = 37C8A50C1EB0C64400DDFCC0 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
37C8A50A1EB0C64400DDFCC0 /* DLSimpleAutolayoutDemo */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
37C8A5091EB0C64400DDFCC0 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
37C8A51E1EB0C64400DDFCC0 /* LaunchScreen.storyboard in Resources */,
37C8A51B1EB0C64400DDFCC0 /* Assets.xcassets in Resources */,
37C8A5191EB0C64400DDFCC0 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
37C8A5071EB0C64400DDFCC0 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
37C8A5271EB0C69100DDFCC0 /* DLSimpleAutolayout.m in Sources */,
37C8A5161EB0C64400DDFCC0 /* ViewController.m in Sources */,
37C8A5131EB0C64400DDFCC0 /* AppDelegate.m in Sources */,
37C8A5101EB0C64400DDFCC0 /* main.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
37C8A5171EB0C64400DDFCC0 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
37C8A5181EB0C64400DDFCC0 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
37C8A51C1EB0C64400DDFCC0 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
37C8A51D1EB0C64400DDFCC0 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
37C8A5201EB0C64400DDFCC0 /* 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++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_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_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
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 = 10.3;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
37C8A5211EB0C64400DDFCC0 /* 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++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_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_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
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 = 10.3;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
37C8A5231EB0C64400DDFCC0 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = DLSimpleAutolayoutDemo/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.danlee.DLSimpleAutolayoutDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
37C8A5241EB0C64400DDFCC0 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = DLSimpleAutolayoutDemo/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.danlee.DLSimpleAutolayoutDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
37C8A5061EB0C64400DDFCC0 /* Build configuration list for PBXProject "DLSimpleAutolayoutDemo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
37C8A5201EB0C64400DDFCC0 /* Debug */,
37C8A5211EB0C64400DDFCC0 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
37C8A5221EB0C64400DDFCC0 /* Build configuration list for PBXNativeTarget "DLSimpleAutolayoutDemo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
37C8A5231EB0C64400DDFCC0 /* Debug */,
37C8A5241EB0C64400DDFCC0 /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = 37C8A5031EB0C64400DDFCC0 /* Project object */;
}
17 changes: 17 additions & 0 deletions DLSimpleAutolayoutDemo/AppDelegate.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
//
// AppDelegate.h
// DLSimpleAutolayoutDemo
//
// Created by Dan.Lee on 2017/4/26.
// Copyright © 2017年 Dan Lee. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;


@end

Loading

0 comments on commit 55094ab

Please sign in to comment.