Skip to content

Commit

Permalink
项目初始化
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyansnow committed Jul 22, 2016
1 parent be3a491 commit be51ce9
Show file tree
Hide file tree
Showing 20 changed files with 980 additions and 0 deletions.
340 changes: 340 additions & 0 deletions WYWebViewDemo/WYWebViewDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,340 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
E32449101D3E03F70067C036 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E324490F1D3E03F70067C036 /* main.m */; };
E32449131D3E03F70067C036 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E32449121D3E03F70067C036 /* AppDelegate.m */; };
E32449161D3E03F70067C036 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E32449151D3E03F70067C036 /* ViewController.m */; };
E32449191D3E03F70067C036 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E32449171D3E03F70067C036 /* Main.storyboard */; };
E324491B1D3E03F70067C036 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E324491A1D3E03F70067C036 /* Assets.xcassets */; };
E324491E1D3E03F70067C036 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E324491C1D3E03F70067C036 /* LaunchScreen.storyboard */; };
E324492A1D3E04360067C036 /* WYWebController.m in Sources */ = {isa = PBXBuildFile; fileRef = E32449271D3E04360067C036 /* WYWebController.m */; };
E324492B1D3E04360067C036 /* WYWebProgressLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = E32449291D3E04360067C036 /* WYWebProgressLayer.m */; };
E324492E1D3E05700067C036 /* NSTimer+addition.m in Sources */ = {isa = PBXBuildFile; fileRef = E324492D1D3E05700067C036 /* NSTimer+addition.m */; };
E32449311D3E05910067C036 /* UIView+Frame.m in Sources */ = {isa = PBXBuildFile; fileRef = E32449301D3E05910067C036 /* UIView+Frame.m */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
E324490B1D3E03F70067C036 /* WYWebViewDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WYWebViewDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
E324490F1D3E03F70067C036 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
E32449111D3E03F70067C036 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
E32449121D3E03F70067C036 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
E32449141D3E03F70067C036 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
E32449151D3E03F70067C036 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
E32449181D3E03F70067C036 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
E324491A1D3E03F70067C036 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
E324491D1D3E03F70067C036 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
E324491F1D3E03F70067C036 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
E32449261D3E04360067C036 /* WYWebController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WYWebController.h; sourceTree = "<group>"; };
E32449271D3E04360067C036 /* WYWebController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WYWebController.m; sourceTree = "<group>"; };
E32449281D3E04360067C036 /* WYWebProgressLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WYWebProgressLayer.h; sourceTree = "<group>"; };
E32449291D3E04360067C036 /* WYWebProgressLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WYWebProgressLayer.m; sourceTree = "<group>"; };
E324492C1D3E05700067C036 /* NSTimer+addition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSTimer+addition.h"; sourceTree = "<group>"; };
E324492D1D3E05700067C036 /* NSTimer+addition.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSTimer+addition.m"; sourceTree = "<group>"; };
E324492F1D3E05910067C036 /* UIView+Frame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIView+Frame.h"; sourceTree = "<group>"; };
E32449301D3E05910067C036 /* UIView+Frame.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIView+Frame.m"; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
E32449021D3E03F70067C036 = {
isa = PBXGroup;
children = (
E324490D1D3E03F70067C036 /* WYWebViewDemo */,
E324490C1D3E03F70067C036 /* Products */,
);
sourceTree = "<group>";
};
E324490C1D3E03F70067C036 /* Products */ = {
isa = PBXGroup;
children = (
E324490B1D3E03F70067C036 /* WYWebViewDemo.app */,
);
name = Products;
sourceTree = "<group>";
};
E324490D1D3E03F70067C036 /* WYWebViewDemo */ = {
isa = PBXGroup;
children = (
E32449251D3E042D0067C036 /* Web */,
E32449111D3E03F70067C036 /* AppDelegate.h */,
E32449121D3E03F70067C036 /* AppDelegate.m */,
E32449141D3E03F70067C036 /* ViewController.h */,
E32449151D3E03F70067C036 /* ViewController.m */,
E32449171D3E03F70067C036 /* Main.storyboard */,
E324491A1D3E03F70067C036 /* Assets.xcassets */,
E324491C1D3E03F70067C036 /* LaunchScreen.storyboard */,
E324491F1D3E03F70067C036 /* Info.plist */,
E324490E1D3E03F70067C036 /* Supporting Files */,
);
path = WYWebViewDemo;
sourceTree = "<group>";
};
E324490E1D3E03F70067C036 /* Supporting Files */ = {
isa = PBXGroup;
children = (
E324490F1D3E03F70067C036 /* main.m */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
E32449251D3E042D0067C036 /* Web */ = {
isa = PBXGroup;
children = (
E324492F1D3E05910067C036 /* UIView+Frame.h */,
E32449301D3E05910067C036 /* UIView+Frame.m */,
E324492C1D3E05700067C036 /* NSTimer+addition.h */,
E324492D1D3E05700067C036 /* NSTimer+addition.m */,
E32449261D3E04360067C036 /* WYWebController.h */,
E32449271D3E04360067C036 /* WYWebController.m */,
E32449281D3E04360067C036 /* WYWebProgressLayer.h */,
E32449291D3E04360067C036 /* WYWebProgressLayer.m */,
);
path = Web;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
E324490A1D3E03F70067C036 /* WYWebViewDemo */ = {
isa = PBXNativeTarget;
buildConfigurationList = E32449221D3E03F70067C036 /* Build configuration list for PBXNativeTarget "WYWebViewDemo" */;
buildPhases = (
E32449071D3E03F70067C036 /* Sources */,
E32449081D3E03F70067C036 /* Frameworks */,
E32449091D3E03F70067C036 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = WYWebViewDemo;
productName = WYWebViewDemo;
productReference = E324490B1D3E03F70067C036 /* WYWebViewDemo.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
E32449031D3E03F70067C036 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0730;
ORGANIZATIONNAME = wangyan;
TargetAttributes = {
E324490A1D3E03F70067C036 = {
CreatedOnToolsVersion = 7.3.1;
};
};
};
buildConfigurationList = E32449061D3E03F70067C036 /* Build configuration list for PBXProject "WYWebViewDemo" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = E32449021D3E03F70067C036;
productRefGroup = E324490C1D3E03F70067C036 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
E324490A1D3E03F70067C036 /* WYWebViewDemo */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
E32449091D3E03F70067C036 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E324491E1D3E03F70067C036 /* LaunchScreen.storyboard in Resources */,
E324491B1D3E03F70067C036 /* Assets.xcassets in Resources */,
E32449191D3E03F70067C036 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
E32449071D3E03F70067C036 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E324492B1D3E04360067C036 /* WYWebProgressLayer.m in Sources */,
E32449161D3E03F70067C036 /* ViewController.m in Sources */,
E324492E1D3E05700067C036 /* NSTimer+addition.m in Sources */,
E32449311D3E05910067C036 /* UIView+Frame.m in Sources */,
E324492A1D3E04360067C036 /* WYWebController.m in Sources */,
E32449131D3E03F70067C036 /* AppDelegate.m in Sources */,
E32449101D3E03F70067C036 /* main.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
E32449171D3E03F70067C036 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
E32449181D3E03F70067C036 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
E324491C1D3E03F70067C036 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
E324491D1D3E03F70067C036 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
E32449201D3E03F70067C036 /* 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 = 9.3;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
};
name = Debug;
};
E32449211D3E03F70067C036 /* 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 = 9.3;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
E32449231D3E03F70067C036 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = WYWebViewDemo/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.snow.WYWebViewDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
E32449241D3E03F70067C036 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = WYWebViewDemo/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.snow.WYWebViewDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
E32449061D3E03F70067C036 /* Build configuration list for PBXProject "WYWebViewDemo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E32449201D3E03F70067C036 /* Debug */,
E32449211D3E03F70067C036 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
E32449221D3E03F70067C036 /* Build configuration list for PBXNativeTarget "WYWebViewDemo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E32449231D3E03F70067C036 /* Debug */,
E32449241D3E03F70067C036 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = E32449031D3E03F70067C036 /* Project object */;
}

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

17 changes: 17 additions & 0 deletions WYWebViewDemo/WYWebViewDemo/AppDelegate.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
//
// AppDelegate.h
// WYWebViewDemo
//
// Created by 王俨 on 16/7/19.
// Copyright © 2016年 wangyan. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;


@end

Loading

0 comments on commit be51ce9

Please sign in to comment.