Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
lsp1286 committed Feb 3, 2018
1 parent ef1690f commit 44095ad
Show file tree
Hide file tree
Showing 24 changed files with 1,744 additions and 0 deletions.
353 changes: 353 additions & 0 deletions PageViewDemo/PageViewDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,353 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
0E02D9BC1F145FF3007EB757 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E02D9BB1F145FF3007EB757 /* main.m */; };
0E02D9BF1F145FF3007EB757 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E02D9BE1F145FF3007EB757 /* AppDelegate.m */; };
0E02D9C21F145FF3007EB757 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E02D9C11F145FF3007EB757 /* ViewController.m */; };
0E02D9C51F145FF3007EB757 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0E02D9C31F145FF3007EB757 /* Main.storyboard */; };
0E02D9C71F145FF3007EB757 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0E02D9C61F145FF3007EB757 /* Assets.xcassets */; };
0E02D9CA1F145FF3007EB757 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0E02D9C81F145FF3007EB757 /* LaunchScreen.storyboard */; };
0E031DD21F174CC400784006 /* LSPContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E031DCB1F174CC400784006 /* LSPContentView.m */; };
0E031DD31F174CC400784006 /* LSPPageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E031DCD1F174CC400784006 /* LSPPageView.m */; };
0E031DD41F174CC400784006 /* LSPTitleStyle.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E031DCF1F174CC400784006 /* LSPTitleStyle.m */; };
0E031DD51F174CC400784006 /* LSPTitleView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E031DD11F174CC400784006 /* LSPTitleView.m */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
0E02D9B71F145FF3007EB757 /* PageViewDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PageViewDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
0E02D9BB1F145FF3007EB757 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
0E02D9BD1F145FF3007EB757 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
0E02D9BE1F145FF3007EB757 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
0E02D9C01F145FF3007EB757 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
0E02D9C11F145FF3007EB757 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
0E02D9C41F145FF3007EB757 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
0E02D9C61F145FF3007EB757 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
0E02D9C91F145FF3007EB757 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
0E02D9CB1F145FF3007EB757 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
0E031DCA1F174CC400784006 /* LSPContentView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSPContentView.h; sourceTree = "<group>"; };
0E031DCB1F174CC400784006 /* LSPContentView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LSPContentView.m; sourceTree = "<group>"; };
0E031DCC1F174CC400784006 /* LSPPageView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSPPageView.h; sourceTree = "<group>"; };
0E031DCD1F174CC400784006 /* LSPPageView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LSPPageView.m; sourceTree = "<group>"; };
0E031DCE1F174CC400784006 /* LSPTitleStyle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSPTitleStyle.h; sourceTree = "<group>"; };
0E031DCF1F174CC400784006 /* LSPTitleStyle.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LSPTitleStyle.m; sourceTree = "<group>"; };
0E031DD01F174CC400784006 /* LSPTitleView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSPTitleView.h; sourceTree = "<group>"; };
0E031DD11F174CC400784006 /* LSPTitleView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LSPTitleView.m; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
0E02D9AE1F145FF3007EB757 = {
isa = PBXGroup;
children = (
0E02D9B91F145FF3007EB757 /* PageViewDemo */,
0E02D9B81F145FF3007EB757 /* Products */,
);
sourceTree = "<group>";
};
0E02D9B81F145FF3007EB757 /* Products */ = {
isa = PBXGroup;
children = (
0E02D9B71F145FF3007EB757 /* PageViewDemo.app */,
);
name = Products;
sourceTree = "<group>";
};
0E02D9B91F145FF3007EB757 /* PageViewDemo */ = {
isa = PBXGroup;
children = (
0E031DC91F174CC400784006 /* PageView */,
0E02D9BD1F145FF3007EB757 /* AppDelegate.h */,
0E02D9BE1F145FF3007EB757 /* AppDelegate.m */,
0E02D9C01F145FF3007EB757 /* ViewController.h */,
0E02D9C11F145FF3007EB757 /* ViewController.m */,
0E02D9C31F145FF3007EB757 /* Main.storyboard */,
0E02D9C61F145FF3007EB757 /* Assets.xcassets */,
0E02D9C81F145FF3007EB757 /* LaunchScreen.storyboard */,
0E02D9CB1F145FF3007EB757 /* Info.plist */,
0E02D9BA1F145FF3007EB757 /* Supporting Files */,
);
path = PageViewDemo;
sourceTree = "<group>";
};
0E02D9BA1F145FF3007EB757 /* Supporting Files */ = {
isa = PBXGroup;
children = (
0E02D9BB1F145FF3007EB757 /* main.m */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
0E031DC91F174CC400784006 /* PageView */ = {
isa = PBXGroup;
children = (
0E031DCA1F174CC400784006 /* LSPContentView.h */,
0E031DCB1F174CC400784006 /* LSPContentView.m */,
0E031DCC1F174CC400784006 /* LSPPageView.h */,
0E031DCD1F174CC400784006 /* LSPPageView.m */,
0E031DCE1F174CC400784006 /* LSPTitleStyle.h */,
0E031DCF1F174CC400784006 /* LSPTitleStyle.m */,
0E031DD01F174CC400784006 /* LSPTitleView.h */,
0E031DD11F174CC400784006 /* LSPTitleView.m */,
);
path = PageView;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
0E02D9B61F145FF3007EB757 /* PageViewDemo */ = {
isa = PBXNativeTarget;
buildConfigurationList = 0E02D9CE1F145FF3007EB757 /* Build configuration list for PBXNativeTarget "PageViewDemo" */;
buildPhases = (
0E02D9B31F145FF3007EB757 /* Sources */,
0E02D9B41F145FF3007EB757 /* Frameworks */,
0E02D9B51F145FF3007EB757 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = PageViewDemo;
productName = PageViewDemo;
productReference = 0E02D9B71F145FF3007EB757 /* PageViewDemo.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
0E02D9AF1F145FF3007EB757 /* Project object */ = {
isa = PBXProject;
attributes = {
CLASSPREFIX = LSP;
LastUpgradeCheck = 0820;
ORGANIZATIONNAME = Object;
TargetAttributes = {
0E02D9B61F145FF3007EB757 = {
CreatedOnToolsVersion = 8.2.1;
DevelopmentTeam = U77535S5Y5;
ProvisioningStyle = Automatic;
};
};
};
buildConfigurationList = 0E02D9B21F145FF3007EB757 /* Build configuration list for PBXProject "PageViewDemo" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 0E02D9AE1F145FF3007EB757;
productRefGroup = 0E02D9B81F145FF3007EB757 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
0E02D9B61F145FF3007EB757 /* PageViewDemo */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
0E02D9B51F145FF3007EB757 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
0E02D9CA1F145FF3007EB757 /* LaunchScreen.storyboard in Resources */,
0E02D9C71F145FF3007EB757 /* Assets.xcassets in Resources */,
0E02D9C51F145FF3007EB757 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
0E02D9B31F145FF3007EB757 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
0E031DD31F174CC400784006 /* LSPPageView.m in Sources */,
0E02D9C21F145FF3007EB757 /* ViewController.m in Sources */,
0E02D9BF1F145FF3007EB757 /* AppDelegate.m in Sources */,
0E031DD51F174CC400784006 /* LSPTitleView.m in Sources */,
0E02D9BC1F145FF3007EB757 /* main.m in Sources */,
0E031DD21F174CC400784006 /* LSPContentView.m in Sources */,
0E031DD41F174CC400784006 /* LSPTitleStyle.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
0E02D9C31F145FF3007EB757 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
0E02D9C41F145FF3007EB757 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
0E02D9C81F145FF3007EB757 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
0E02D9C91F145FF3007EB757 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
0E02D9CC1F145FF3007EB757 /* 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_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.2;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
0E02D9CD1F145FF3007EB757 /* 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_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.2;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
0E02D9CF1F145FF3007EB757 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = U77535S5Y5;
INFOPLIST_FILE = PageViewDemo/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.Object.PageViewDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
0E02D9D01F145FF3007EB757 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = U77535S5Y5;
INFOPLIST_FILE = PageViewDemo/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.Object.PageViewDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
0E02D9B21F145FF3007EB757 /* Build configuration list for PBXProject "PageViewDemo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
0E02D9CC1F145FF3007EB757 /* Debug */,
0E02D9CD1F145FF3007EB757 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
0E02D9CE1F145FF3007EB757 /* Build configuration list for PBXNativeTarget "PageViewDemo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
0E02D9CF1F145FF3007EB757 /* Debug */,
0E02D9D01F145FF3007EB757 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 0E02D9AF1F145FF3007EB757 /* 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,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
type = "1"
version = "2.0">
<Breakpoints>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.ExceptionBreakpoint">
<BreakpointContent
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
scope = "0"
stopOnStyle = "0">
</BreakpointContent>
</BreakpointProxy>
</Breakpoints>
</Bucket>
Loading

0 comments on commit 44095ad

Please sign in to comment.