Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wushiguang committed Feb 27, 2018
0 parents commit 535ca22
Show file tree
Hide file tree
Showing 14 changed files with 696 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
331 changes: 331 additions & 0 deletions ARKit-Learn01/ARKit-Learn01.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,331 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 48;
objects = {

/* Begin PBXBuildFile section */
E3E344FB204536520029D5C7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E3E344FA204536520029D5C7 /* AppDelegate.m */; };
E3E344FE204536520029D5C7 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E3E344FD204536520029D5C7 /* ViewController.m */; };
E3E34501204536520029D5C7 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E3E344FF204536520029D5C7 /* Main.storyboard */; };
E3E34503204536520029D5C7 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E3E34502204536520029D5C7 /* Assets.xcassets */; };
E3E34506204536520029D5C7 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E3E34504204536520029D5C7 /* LaunchScreen.storyboard */; };
E3E34509204536520029D5C7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E3E34508204536520029D5C7 /* main.m */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
E3E344F6204536520029D5C7 /* ARKit-Learn01.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "ARKit-Learn01.app"; sourceTree = BUILT_PRODUCTS_DIR; };
E3E344F9204536520029D5C7 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
E3E344FA204536520029D5C7 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
E3E344FC204536520029D5C7 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
E3E344FD204536520029D5C7 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
E3E34500204536520029D5C7 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
E3E34502204536520029D5C7 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
E3E34505204536520029D5C7 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
E3E34507204536520029D5C7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
E3E34508204536520029D5C7 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
E3E344ED204536520029D5C7 = {
isa = PBXGroup;
children = (
E3E344F8204536520029D5C7 /* ARKit-Learn01 */,
E3E344F7204536520029D5C7 /* Products */,
);
sourceTree = "<group>";
};
E3E344F7204536520029D5C7 /* Products */ = {
isa = PBXGroup;
children = (
E3E344F6204536520029D5C7 /* ARKit-Learn01.app */,
);
name = Products;
sourceTree = "<group>";
};
E3E344F8204536520029D5C7 /* ARKit-Learn01 */ = {
isa = PBXGroup;
children = (
E3E344F9204536520029D5C7 /* AppDelegate.h */,
E3E344FA204536520029D5C7 /* AppDelegate.m */,
E3E344FC204536520029D5C7 /* ViewController.h */,
E3E344FD204536520029D5C7 /* ViewController.m */,
E3E344FF204536520029D5C7 /* Main.storyboard */,
E3E34502204536520029D5C7 /* Assets.xcassets */,
E3E34504204536520029D5C7 /* LaunchScreen.storyboard */,
E3E34507204536520029D5C7 /* Info.plist */,
E3E34508204536520029D5C7 /* main.m */,
);
path = "ARKit-Learn01";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
E3E344F5204536520029D5C7 /* ARKit-Learn01 */ = {
isa = PBXNativeTarget;
buildConfigurationList = E3E3450C204536520029D5C7 /* Build configuration list for PBXNativeTarget "ARKit-Learn01" */;
buildPhases = (
E3E344F2204536520029D5C7 /* Sources */,
E3E344F3204536520029D5C7 /* Frameworks */,
E3E344F4204536520029D5C7 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "ARKit-Learn01";
productName = "ARKit-Learn01";
productReference = E3E344F6204536520029D5C7 /* ARKit-Learn01.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
E3E344EE204536520029D5C7 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0910;
ORGANIZATIONNAME = shiguang;
TargetAttributes = {
E3E344F5204536520029D5C7 = {
CreatedOnToolsVersion = 9.1;
ProvisioningStyle = Automatic;
};
};
};
buildConfigurationList = E3E344F1204536520029D5C7 /* Build configuration list for PBXProject "ARKit-Learn01" */;
compatibilityVersion = "Xcode 8.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = E3E344ED204536520029D5C7;
productRefGroup = E3E344F7204536520029D5C7 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
E3E344F5204536520029D5C7 /* ARKit-Learn01 */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
E3E344F4204536520029D5C7 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E3E34506204536520029D5C7 /* LaunchScreen.storyboard in Resources */,
E3E34503204536520029D5C7 /* Assets.xcassets in Resources */,
E3E34501204536520029D5C7 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
E3E344F2204536520029D5C7 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E3E344FE204536520029D5C7 /* ViewController.m in Sources */,
E3E34509204536520029D5C7 /* main.m in Sources */,
E3E344FB204536520029D5C7 /* AppDelegate.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
E3E344FF204536520029D5C7 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
E3E34500204536520029D5C7 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
E3E34504204536520029D5C7 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
E3E34505204536520029D5C7 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
E3E3450A204536520029D5C7 /* 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.1;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
};
name = Debug;
};
E3E3450B204536520029D5C7 /* 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.1;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
E3E3450D204536520029D5C7 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 3MBF9B5ZRL;
INFOPLIST_FILE = "ARKit-Learn01/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "test.ARKit-Learn01";
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
E3E3450E204536520029D5C7 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 3MBF9B5ZRL;
INFOPLIST_FILE = "ARKit-Learn01/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "test.ARKit-Learn01";
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
E3E344F1204536520029D5C7 /* Build configuration list for PBXProject "ARKit-Learn01" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E3E3450A204536520029D5C7 /* Debug */,
E3E3450B204536520029D5C7 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
E3E3450C204536520029D5C7 /* Build configuration list for PBXNativeTarget "ARKit-Learn01" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E3E3450D204536520029D5C7 /* Debug */,
E3E3450E204536520029D5C7 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = E3E344EE204536520029D5C7 /* 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>ARKit-Learn01.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
</dict>
</plist>
17 changes: 17 additions & 0 deletions ARKit-Learn01/ARKit-Learn01/AppDelegate.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
//
// AppDelegate.h
// ARKit-Learn01
//
// Created by shiguang on 2018/2/27.
// Copyright © 2018年 shiguang. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;


@end

Loading

0 comments on commit 535ca22

Please sign in to comment.