Skip to content

Commit 1e93086

Browse files
committed
update:rebuild repo source
1 parent a7789aa commit 1e93086

File tree

356 files changed

+20759
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

356 files changed

+20759
-0
lines changed
Lines changed: 348 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,348 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 50;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
87C8C9B620A17CEC0053AFEF /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 87C8C9B520A17CEC0053AFEF /* AppDelegate.m */; };
11+
87C8C9B920A17CEC0053AFEF /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 87C8C9B820A17CEC0053AFEF /* ViewController.m */; };
12+
87C8C9BC20A17CEC0053AFEF /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 87C8C9BA20A17CEC0053AFEF /* Main.storyboard */; };
13+
87C8C9BE20A17CED0053AFEF /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 87C8C9BD20A17CED0053AFEF /* Assets.xcassets */; };
14+
87C8C9C120A17CED0053AFEF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 87C8C9BF20A17CED0053AFEF /* LaunchScreen.storyboard */; };
15+
87C8C9C420A17CED0053AFEF /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 87C8C9C320A17CED0053AFEF /* main.m */; };
16+
87C8C9CC20A17E150053AFEF /* LFLTestClass.m in Sources */ = {isa = PBXBuildFile; fileRef = 87C8C9CB20A17E150053AFEF /* LFLTestClass.m */; };
17+
/* End PBXBuildFile section */
18+
19+
/* Begin PBXFileReference section */
20+
87C8C9B120A17CEC0053AFEF /* TestDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
21+
87C8C9B420A17CEC0053AFEF /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
22+
87C8C9B520A17CEC0053AFEF /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
23+
87C8C9B720A17CEC0053AFEF /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
24+
87C8C9B820A17CEC0053AFEF /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
25+
87C8C9BB20A17CEC0053AFEF /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
26+
87C8C9BD20A17CED0053AFEF /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
27+
87C8C9C020A17CED0053AFEF /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
28+
87C8C9C220A17CED0053AFEF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
29+
87C8C9C320A17CED0053AFEF /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
30+
87C8C9CA20A17E150053AFEF /* LFLTestClass.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LFLTestClass.h; sourceTree = "<group>"; };
31+
87C8C9CB20A17E150053AFEF /* LFLTestClass.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LFLTestClass.m; sourceTree = "<group>"; };
32+
/* End PBXFileReference section */
33+
34+
/* Begin PBXFrameworksBuildPhase section */
35+
87C8C9AE20A17CEC0053AFEF /* Frameworks */ = {
36+
isa = PBXFrameworksBuildPhase;
37+
buildActionMask = 2147483647;
38+
files = (
39+
);
40+
runOnlyForDeploymentPostprocessing = 0;
41+
};
42+
/* End PBXFrameworksBuildPhase section */
43+
44+
/* Begin PBXGroup section */
45+
87C8C9A820A17CEC0053AFEF = {
46+
isa = PBXGroup;
47+
children = (
48+
87C8C9B320A17CEC0053AFEF /* TestDemo */,
49+
87C8C9B220A17CEC0053AFEF /* Products */,
50+
);
51+
sourceTree = "<group>";
52+
};
53+
87C8C9B220A17CEC0053AFEF /* Products */ = {
54+
isa = PBXGroup;
55+
children = (
56+
87C8C9B120A17CEC0053AFEF /* TestDemo.app */,
57+
);
58+
name = Products;
59+
sourceTree = "<group>";
60+
};
61+
87C8C9B320A17CEC0053AFEF /* TestDemo */ = {
62+
isa = PBXGroup;
63+
children = (
64+
87C8C9B420A17CEC0053AFEF /* AppDelegate.h */,
65+
87C8C9B520A17CEC0053AFEF /* AppDelegate.m */,
66+
87C8C9B720A17CEC0053AFEF /* ViewController.h */,
67+
87C8C9B820A17CEC0053AFEF /* ViewController.m */,
68+
87C8C9CA20A17E150053AFEF /* LFLTestClass.h */,
69+
87C8C9CB20A17E150053AFEF /* LFLTestClass.m */,
70+
87C8C9BA20A17CEC0053AFEF /* Main.storyboard */,
71+
87C8C9BD20A17CED0053AFEF /* Assets.xcassets */,
72+
87C8C9BF20A17CED0053AFEF /* LaunchScreen.storyboard */,
73+
87C8C9C220A17CED0053AFEF /* Info.plist */,
74+
87C8C9C320A17CED0053AFEF /* main.m */,
75+
);
76+
path = TestDemo;
77+
sourceTree = "<group>";
78+
};
79+
/* End PBXGroup section */
80+
81+
/* Begin PBXNativeTarget section */
82+
87C8C9B020A17CEC0053AFEF /* TestDemo */ = {
83+
isa = PBXNativeTarget;
84+
buildConfigurationList = 87C8C9C720A17CED0053AFEF /* Build configuration list for PBXNativeTarget "TestDemo" */;
85+
buildPhases = (
86+
87C8C9AD20A17CEC0053AFEF /* Sources */,
87+
87C8C9AE20A17CEC0053AFEF /* Frameworks */,
88+
87C8C9AF20A17CEC0053AFEF /* Resources */,
89+
);
90+
buildRules = (
91+
);
92+
dependencies = (
93+
);
94+
name = TestDemo;
95+
productName = TestDemo;
96+
productReference = 87C8C9B120A17CEC0053AFEF /* TestDemo.app */;
97+
productType = "com.apple.product-type.application";
98+
};
99+
/* End PBXNativeTarget section */
100+
101+
/* Begin PBXProject section */
102+
87C8C9A920A17CEC0053AFEF /* Project object */ = {
103+
isa = PBXProject;
104+
attributes = {
105+
LastUpgradeCheck = 0930;
106+
ORGANIZATIONNAME = DragonLi;
107+
TargetAttributes = {
108+
87C8C9B020A17CEC0053AFEF = {
109+
CreatedOnToolsVersion = 9.3;
110+
};
111+
};
112+
};
113+
buildConfigurationList = 87C8C9AC20A17CEC0053AFEF /* Build configuration list for PBXProject "TestDemo" */;
114+
compatibilityVersion = "Xcode 9.3";
115+
developmentRegion = en;
116+
hasScannedForEncodings = 0;
117+
knownRegions = (
118+
en,
119+
Base,
120+
);
121+
mainGroup = 87C8C9A820A17CEC0053AFEF;
122+
productRefGroup = 87C8C9B220A17CEC0053AFEF /* Products */;
123+
projectDirPath = "";
124+
projectRoot = "";
125+
targets = (
126+
87C8C9B020A17CEC0053AFEF /* TestDemo */,
127+
);
128+
};
129+
/* End PBXProject section */
130+
131+
/* Begin PBXResourcesBuildPhase section */
132+
87C8C9AF20A17CEC0053AFEF /* Resources */ = {
133+
isa = PBXResourcesBuildPhase;
134+
buildActionMask = 2147483647;
135+
files = (
136+
87C8C9C120A17CED0053AFEF /* LaunchScreen.storyboard in Resources */,
137+
87C8C9BE20A17CED0053AFEF /* Assets.xcassets in Resources */,
138+
87C8C9BC20A17CEC0053AFEF /* Main.storyboard in Resources */,
139+
);
140+
runOnlyForDeploymentPostprocessing = 0;
141+
};
142+
/* End PBXResourcesBuildPhase section */
143+
144+
/* Begin PBXSourcesBuildPhase section */
145+
87C8C9AD20A17CEC0053AFEF /* Sources */ = {
146+
isa = PBXSourcesBuildPhase;
147+
buildActionMask = 2147483647;
148+
files = (
149+
87C8C9B920A17CEC0053AFEF /* ViewController.m in Sources */,
150+
87C8C9CC20A17E150053AFEF /* LFLTestClass.m in Sources */,
151+
87C8C9C420A17CED0053AFEF /* main.m in Sources */,
152+
87C8C9B620A17CEC0053AFEF /* AppDelegate.m in Sources */,
153+
);
154+
runOnlyForDeploymentPostprocessing = 0;
155+
};
156+
/* End PBXSourcesBuildPhase section */
157+
158+
/* Begin PBXVariantGroup section */
159+
87C8C9BA20A17CEC0053AFEF /* Main.storyboard */ = {
160+
isa = PBXVariantGroup;
161+
children = (
162+
87C8C9BB20A17CEC0053AFEF /* Base */,
163+
);
164+
name = Main.storyboard;
165+
sourceTree = "<group>";
166+
};
167+
87C8C9BF20A17CED0053AFEF /* LaunchScreen.storyboard */ = {
168+
isa = PBXVariantGroup;
169+
children = (
170+
87C8C9C020A17CED0053AFEF /* Base */,
171+
);
172+
name = LaunchScreen.storyboard;
173+
sourceTree = "<group>";
174+
};
175+
/* End PBXVariantGroup section */
176+
177+
/* Begin XCBuildConfiguration section */
178+
87C8C9C520A17CED0053AFEF /* Debug */ = {
179+
isa = XCBuildConfiguration;
180+
buildSettings = {
181+
ALWAYS_SEARCH_USER_PATHS = NO;
182+
CLANG_ANALYZER_NONNULL = YES;
183+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
184+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
185+
CLANG_CXX_LIBRARY = "libc++";
186+
CLANG_ENABLE_MODULES = YES;
187+
CLANG_ENABLE_OBJC_ARC = YES;
188+
CLANG_ENABLE_OBJC_WEAK = YES;
189+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
190+
CLANG_WARN_BOOL_CONVERSION = YES;
191+
CLANG_WARN_COMMA = YES;
192+
CLANG_WARN_CONSTANT_CONVERSION = YES;
193+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
194+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
195+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
196+
CLANG_WARN_EMPTY_BODY = YES;
197+
CLANG_WARN_ENUM_CONVERSION = YES;
198+
CLANG_WARN_INFINITE_RECURSION = YES;
199+
CLANG_WARN_INT_CONVERSION = YES;
200+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
201+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
202+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
203+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
204+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
205+
CLANG_WARN_STRICT_PROTOTYPES = YES;
206+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
207+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
208+
CLANG_WARN_UNREACHABLE_CODE = YES;
209+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
210+
CODE_SIGN_IDENTITY = "iPhone Developer";
211+
COPY_PHASE_STRIP = NO;
212+
DEBUG_INFORMATION_FORMAT = dwarf;
213+
ENABLE_STRICT_OBJC_MSGSEND = YES;
214+
ENABLE_TESTABILITY = YES;
215+
GCC_C_LANGUAGE_STANDARD = gnu11;
216+
GCC_DYNAMIC_NO_PIC = NO;
217+
GCC_NO_COMMON_BLOCKS = YES;
218+
GCC_OPTIMIZATION_LEVEL = 0;
219+
GCC_PREPROCESSOR_DEFINITIONS = (
220+
"DEBUG=1",
221+
"$(inherited)",
222+
);
223+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
224+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
225+
GCC_WARN_UNDECLARED_SELECTOR = YES;
226+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
227+
GCC_WARN_UNUSED_FUNCTION = YES;
228+
GCC_WARN_UNUSED_VARIABLE = YES;
229+
IPHONEOS_DEPLOYMENT_TARGET = 11.3;
230+
MTL_ENABLE_DEBUG_INFO = YES;
231+
ONLY_ACTIVE_ARCH = YES;
232+
SDKROOT = iphoneos;
233+
};
234+
name = Debug;
235+
};
236+
87C8C9C620A17CED0053AFEF /* Release */ = {
237+
isa = XCBuildConfiguration;
238+
buildSettings = {
239+
ALWAYS_SEARCH_USER_PATHS = NO;
240+
CLANG_ANALYZER_NONNULL = YES;
241+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
242+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
243+
CLANG_CXX_LIBRARY = "libc++";
244+
CLANG_ENABLE_MODULES = YES;
245+
CLANG_ENABLE_OBJC_ARC = YES;
246+
CLANG_ENABLE_OBJC_WEAK = YES;
247+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
248+
CLANG_WARN_BOOL_CONVERSION = YES;
249+
CLANG_WARN_COMMA = YES;
250+
CLANG_WARN_CONSTANT_CONVERSION = YES;
251+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
252+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
253+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
254+
CLANG_WARN_EMPTY_BODY = YES;
255+
CLANG_WARN_ENUM_CONVERSION = YES;
256+
CLANG_WARN_INFINITE_RECURSION = YES;
257+
CLANG_WARN_INT_CONVERSION = YES;
258+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
259+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
260+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
261+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
262+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
263+
CLANG_WARN_STRICT_PROTOTYPES = YES;
264+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
265+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
266+
CLANG_WARN_UNREACHABLE_CODE = YES;
267+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
268+
CODE_SIGN_IDENTITY = "iPhone Developer";
269+
COPY_PHASE_STRIP = NO;
270+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
271+
ENABLE_NS_ASSERTIONS = NO;
272+
ENABLE_STRICT_OBJC_MSGSEND = YES;
273+
GCC_C_LANGUAGE_STANDARD = gnu11;
274+
GCC_NO_COMMON_BLOCKS = YES;
275+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
276+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
277+
GCC_WARN_UNDECLARED_SELECTOR = YES;
278+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
279+
GCC_WARN_UNUSED_FUNCTION = YES;
280+
GCC_WARN_UNUSED_VARIABLE = YES;
281+
IPHONEOS_DEPLOYMENT_TARGET = 11.3;
282+
MTL_ENABLE_DEBUG_INFO = NO;
283+
SDKROOT = iphoneos;
284+
VALIDATE_PRODUCT = YES;
285+
};
286+
name = Release;
287+
};
288+
87C8C9C820A17CED0053AFEF /* Debug */ = {
289+
isa = XCBuildConfiguration;
290+
buildSettings = {
291+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
292+
CODE_SIGN_STYLE = Automatic;
293+
DEVELOPMENT_TEAM = FNCPC67LST;
294+
INFOPLIST_FILE = TestDemo/Info.plist;
295+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
296+
LD_RUNPATH_SEARCH_PATHS = (
297+
"$(inherited)",
298+
"@executable_path/Frameworks",
299+
);
300+
PRODUCT_BUNDLE_IDENTIFIER = "XiTu-Inc.TestDemo";
301+
PRODUCT_NAME = "$(TARGET_NAME)";
302+
TARGETED_DEVICE_FAMILY = 1;
303+
};
304+
name = Debug;
305+
};
306+
87C8C9C920A17CED0053AFEF /* Release */ = {
307+
isa = XCBuildConfiguration;
308+
buildSettings = {
309+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
310+
CODE_SIGN_STYLE = Automatic;
311+
DEVELOPMENT_TEAM = FNCPC67LST;
312+
INFOPLIST_FILE = TestDemo/Info.plist;
313+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
314+
LD_RUNPATH_SEARCH_PATHS = (
315+
"$(inherited)",
316+
"@executable_path/Frameworks",
317+
);
318+
PRODUCT_BUNDLE_IDENTIFIER = "XiTu-Inc.TestDemo";
319+
PRODUCT_NAME = "$(TARGET_NAME)";
320+
TARGETED_DEVICE_FAMILY = 1;
321+
};
322+
name = Release;
323+
};
324+
/* End XCBuildConfiguration section */
325+
326+
/* Begin XCConfigurationList section */
327+
87C8C9AC20A17CEC0053AFEF /* Build configuration list for PBXProject "TestDemo" */ = {
328+
isa = XCConfigurationList;
329+
buildConfigurations = (
330+
87C8C9C520A17CED0053AFEF /* Debug */,
331+
87C8C9C620A17CED0053AFEF /* Release */,
332+
);
333+
defaultConfigurationIsVisible = 0;
334+
defaultConfigurationName = Release;
335+
};
336+
87C8C9C720A17CED0053AFEF /* Build configuration list for PBXNativeTarget "TestDemo" */ = {
337+
isa = XCConfigurationList;
338+
buildConfigurations = (
339+
87C8C9C820A17CED0053AFEF /* Debug */,
340+
87C8C9C920A17CED0053AFEF /* Release */,
341+
);
342+
defaultConfigurationIsVisible = 0;
343+
defaultConfigurationName = Release;
344+
};
345+
/* End XCConfigurationList section */
346+
};
347+
rootObject = 87C8C9A920A17CEC0053AFEF /* Project object */;
348+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
//
2+
// AppDelegate.h
3+
// TestDemo
4+
//
5+
// Created by DragonLi on 2018/5/8.
6+
// Copyright © 2018年 DragonLi. All rights reserved.
7+
//
8+
9+
#import <UIKit/UIKit.h>
10+
11+
@interface AppDelegate : UIResponder <UIApplicationDelegate>
12+
13+
@property (strong, nonatomic) UIWindow *window;
14+
15+
16+
@end
17+

0 commit comments

Comments
 (0)