Skip to content

Commit 2a6a2b7

Browse files
committed
first commit
0 parents  commit 2a6a2b7

20 files changed

Lines changed: 800 additions & 0 deletions

File tree

.DS_Store

6 KB
Binary file not shown.

.gitignore

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
# Xcode
2+
#
3+
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
4+
5+
## Build generated
6+
build/
7+
DerivedData/
8+
9+
## Various settings
10+
*.pbxuser
11+
!default.pbxuser
12+
*.mode1v3
13+
!default.mode1v3
14+
*.mode2v3
15+
!default.mode2v3
16+
*.perspectivev3
17+
!default.perspectivev3
18+
xcuserdata/
19+
20+
## Other
21+
*.moved-aside
22+
*.xcuserstate
23+
24+
## Obj-C/Swift specific
25+
*.hmap
26+
*.ipa
27+
*.dSYM.zip
28+
*.dSYM
29+
30+
## Playgrounds
31+
timeline.xctimeline
32+
playground.xcworkspace
33+
34+
# Swift Package Manager
35+
#
36+
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
37+
# Packages/
38+
.build/
39+
40+
# CocoaPods
41+
#
42+
# We recommend against adding the Pods directory to your .gitignore. However
43+
# you should judge for yourself, the pros and cons are mentioned at:
44+
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
45+
#
46+
Pods/
47+
48+
# Carthage
49+
#
50+
# Add this line if you want to avoid checking in source code from Carthage dependencies.
51+
# Carthage/Checkouts
52+
53+
Carthage/Build
54+
55+
# fastlane
56+
#
57+
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
58+
# screenshots whenever they are needed.
59+
# For more information about the recommended setup visit:
60+
# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
61+
62+
fastlane/report.xml
63+
fastlane/Preview.html
64+
fastlane/screenshots
65+
fastlane/test_output
Lines changed: 333 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,333 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
B82387F21E6543C700305CF6 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = B82387F11E6543C700305CF6 /* main.m */; };
11+
B82387F51E6543C700305CF6 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = B82387F41E6543C700305CF6 /* AppDelegate.m */; };
12+
B82387F81E6543C700305CF6 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B82387F71E6543C700305CF6 /* ViewController.m */; };
13+
B82387FB1E6543C700305CF6 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B82387F91E6543C700305CF6 /* Main.storyboard */; };
14+
B82387FD1E6543C700305CF6 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B82387FC1E6543C700305CF6 /* Assets.xcassets */; };
15+
B82388001E6543C700305CF6 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B82387FE1E6543C700305CF6 /* LaunchScreen.storyboard */; };
16+
B823880D1E65463E00305CF6 /* NSObject+HardShell.m in Sources */ = {isa = PBXBuildFile; fileRef = B823880C1E65463E00305CF6 /* NSObject+HardShell.m */; };
17+
/* End PBXBuildFile section */
18+
19+
/* Begin PBXFileReference section */
20+
B82387ED1E6543C700305CF6 /* HardShell.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HardShell.app; sourceTree = BUILT_PRODUCTS_DIR; };
21+
B82387F11E6543C700305CF6 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
22+
B82387F31E6543C700305CF6 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
23+
B82387F41E6543C700305CF6 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
24+
B82387F61E6543C700305CF6 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
25+
B82387F71E6543C700305CF6 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
26+
B82387FA1E6543C700305CF6 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
27+
B82387FC1E6543C700305CF6 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
28+
B82387FF1E6543C700305CF6 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
29+
B82388011E6543C700305CF6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
30+
B823880B1E65463E00305CF6 /* NSObject+HardShell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSObject+HardShell.h"; sourceTree = "<group>"; };
31+
B823880C1E65463E00305CF6 /* NSObject+HardShell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSObject+HardShell.m"; sourceTree = "<group>"; };
32+
/* End PBXFileReference section */
33+
34+
/* Begin PBXFrameworksBuildPhase section */
35+
B82387EA1E6543C700305CF6 /* Frameworks */ = {
36+
isa = PBXFrameworksBuildPhase;
37+
buildActionMask = 2147483647;
38+
files = (
39+
);
40+
runOnlyForDeploymentPostprocessing = 0;
41+
};
42+
/* End PBXFrameworksBuildPhase section */
43+
44+
/* Begin PBXGroup section */
45+
B82387E41E6543C700305CF6 = {
46+
isa = PBXGroup;
47+
children = (
48+
B82387EF1E6543C700305CF6 /* HardShell */,
49+
B82387EE1E6543C700305CF6 /* Products */,
50+
);
51+
sourceTree = "<group>";
52+
};
53+
B82387EE1E6543C700305CF6 /* Products */ = {
54+
isa = PBXGroup;
55+
children = (
56+
B82387ED1E6543C700305CF6 /* HardShell.app */,
57+
);
58+
name = Products;
59+
sourceTree = "<group>";
60+
};
61+
B82387EF1E6543C700305CF6 /* HardShell */ = {
62+
isa = PBXGroup;
63+
children = (
64+
B82388071E6543EF00305CF6 /* Source */,
65+
B82387F31E6543C700305CF6 /* AppDelegate.h */,
66+
B82387F41E6543C700305CF6 /* AppDelegate.m */,
67+
B82387F61E6543C700305CF6 /* ViewController.h */,
68+
B82387F71E6543C700305CF6 /* ViewController.m */,
69+
B82387F91E6543C700305CF6 /* Main.storyboard */,
70+
B82387FC1E6543C700305CF6 /* Assets.xcassets */,
71+
B82387FE1E6543C700305CF6 /* LaunchScreen.storyboard */,
72+
B82388011E6543C700305CF6 /* Info.plist */,
73+
B82387F01E6543C700305CF6 /* Supporting Files */,
74+
);
75+
path = HardShell;
76+
sourceTree = "<group>";
77+
};
78+
B82387F01E6543C700305CF6 /* Supporting Files */ = {
79+
isa = PBXGroup;
80+
children = (
81+
B82387F11E6543C700305CF6 /* main.m */,
82+
);
83+
name = "Supporting Files";
84+
sourceTree = "<group>";
85+
};
86+
B82388071E6543EF00305CF6 /* Source */ = {
87+
isa = PBXGroup;
88+
children = (
89+
B823880B1E65463E00305CF6 /* NSObject+HardShell.h */,
90+
B823880C1E65463E00305CF6 /* NSObject+HardShell.m */,
91+
);
92+
path = Source;
93+
sourceTree = "<group>";
94+
};
95+
/* End PBXGroup section */
96+
97+
/* Begin PBXNativeTarget section */
98+
B82387EC1E6543C700305CF6 /* HardShell */ = {
99+
isa = PBXNativeTarget;
100+
buildConfigurationList = B82388041E6543C700305CF6 /* Build configuration list for PBXNativeTarget "HardShell" */;
101+
buildPhases = (
102+
B82387E91E6543C700305CF6 /* Sources */,
103+
B82387EA1E6543C700305CF6 /* Frameworks */,
104+
B82387EB1E6543C700305CF6 /* Resources */,
105+
);
106+
buildRules = (
107+
);
108+
dependencies = (
109+
);
110+
name = HardShell;
111+
productName = HardShell;
112+
productReference = B82387ED1E6543C700305CF6 /* HardShell.app */;
113+
productType = "com.apple.product-type.application";
114+
};
115+
/* End PBXNativeTarget section */
116+
117+
/* Begin PBXProject section */
118+
B82387E51E6543C700305CF6 /* Project object */ = {
119+
isa = PBXProject;
120+
attributes = {
121+
LastUpgradeCheck = 0820;
122+
ORGANIZATIONNAME = Peng;
123+
TargetAttributes = {
124+
B82387EC1E6543C700305CF6 = {
125+
CreatedOnToolsVersion = 8.2.1;
126+
DevelopmentTeam = 5K8UAH3FUM;
127+
ProvisioningStyle = Automatic;
128+
};
129+
};
130+
};
131+
buildConfigurationList = B82387E81E6543C700305CF6 /* Build configuration list for PBXProject "HardShell" */;
132+
compatibilityVersion = "Xcode 3.2";
133+
developmentRegion = English;
134+
hasScannedForEncodings = 0;
135+
knownRegions = (
136+
en,
137+
Base,
138+
);
139+
mainGroup = B82387E41E6543C700305CF6;
140+
productRefGroup = B82387EE1E6543C700305CF6 /* Products */;
141+
projectDirPath = "";
142+
projectRoot = "";
143+
targets = (
144+
B82387EC1E6543C700305CF6 /* HardShell */,
145+
);
146+
};
147+
/* End PBXProject section */
148+
149+
/* Begin PBXResourcesBuildPhase section */
150+
B82387EB1E6543C700305CF6 /* Resources */ = {
151+
isa = PBXResourcesBuildPhase;
152+
buildActionMask = 2147483647;
153+
files = (
154+
B82388001E6543C700305CF6 /* LaunchScreen.storyboard in Resources */,
155+
B82387FD1E6543C700305CF6 /* Assets.xcassets in Resources */,
156+
B82387FB1E6543C700305CF6 /* Main.storyboard in Resources */,
157+
);
158+
runOnlyForDeploymentPostprocessing = 0;
159+
};
160+
/* End PBXResourcesBuildPhase section */
161+
162+
/* Begin PBXSourcesBuildPhase section */
163+
B82387E91E6543C700305CF6 /* Sources */ = {
164+
isa = PBXSourcesBuildPhase;
165+
buildActionMask = 2147483647;
166+
files = (
167+
B82387F81E6543C700305CF6 /* ViewController.m in Sources */,
168+
B823880D1E65463E00305CF6 /* NSObject+HardShell.m in Sources */,
169+
B82387F51E6543C700305CF6 /* AppDelegate.m in Sources */,
170+
B82387F21E6543C700305CF6 /* main.m in Sources */,
171+
);
172+
runOnlyForDeploymentPostprocessing = 0;
173+
};
174+
/* End PBXSourcesBuildPhase section */
175+
176+
/* Begin PBXVariantGroup section */
177+
B82387F91E6543C700305CF6 /* Main.storyboard */ = {
178+
isa = PBXVariantGroup;
179+
children = (
180+
B82387FA1E6543C700305CF6 /* Base */,
181+
);
182+
name = Main.storyboard;
183+
sourceTree = "<group>";
184+
};
185+
B82387FE1E6543C700305CF6 /* LaunchScreen.storyboard */ = {
186+
isa = PBXVariantGroup;
187+
children = (
188+
B82387FF1E6543C700305CF6 /* Base */,
189+
);
190+
name = LaunchScreen.storyboard;
191+
sourceTree = "<group>";
192+
};
193+
/* End PBXVariantGroup section */
194+
195+
/* Begin XCBuildConfiguration section */
196+
B82388021E6543C700305CF6 /* Debug */ = {
197+
isa = XCBuildConfiguration;
198+
buildSettings = {
199+
ALWAYS_SEARCH_USER_PATHS = NO;
200+
CLANG_ANALYZER_NONNULL = YES;
201+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
202+
CLANG_CXX_LIBRARY = "libc++";
203+
CLANG_ENABLE_MODULES = YES;
204+
CLANG_ENABLE_OBJC_ARC = YES;
205+
CLANG_WARN_BOOL_CONVERSION = YES;
206+
CLANG_WARN_CONSTANT_CONVERSION = YES;
207+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
208+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
209+
CLANG_WARN_EMPTY_BODY = YES;
210+
CLANG_WARN_ENUM_CONVERSION = YES;
211+
CLANG_WARN_INFINITE_RECURSION = YES;
212+
CLANG_WARN_INT_CONVERSION = YES;
213+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
214+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
215+
CLANG_WARN_UNREACHABLE_CODE = YES;
216+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
217+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
218+
COPY_PHASE_STRIP = NO;
219+
DEBUG_INFORMATION_FORMAT = dwarf;
220+
ENABLE_STRICT_OBJC_MSGSEND = YES;
221+
ENABLE_TESTABILITY = YES;
222+
GCC_C_LANGUAGE_STANDARD = gnu99;
223+
GCC_DYNAMIC_NO_PIC = NO;
224+
GCC_NO_COMMON_BLOCKS = YES;
225+
GCC_OPTIMIZATION_LEVEL = 0;
226+
GCC_PREPROCESSOR_DEFINITIONS = (
227+
"DEBUG=1",
228+
"$(inherited)",
229+
);
230+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
231+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
232+
GCC_WARN_UNDECLARED_SELECTOR = YES;
233+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
234+
GCC_WARN_UNUSED_FUNCTION = YES;
235+
GCC_WARN_UNUSED_VARIABLE = YES;
236+
IPHONEOS_DEPLOYMENT_TARGET = 10.2;
237+
MTL_ENABLE_DEBUG_INFO = YES;
238+
ONLY_ACTIVE_ARCH = YES;
239+
SDKROOT = iphoneos;
240+
TARGETED_DEVICE_FAMILY = "1,2";
241+
};
242+
name = Debug;
243+
};
244+
B82388031E6543C700305CF6 /* Release */ = {
245+
isa = XCBuildConfiguration;
246+
buildSettings = {
247+
ALWAYS_SEARCH_USER_PATHS = NO;
248+
CLANG_ANALYZER_NONNULL = YES;
249+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
250+
CLANG_CXX_LIBRARY = "libc++";
251+
CLANG_ENABLE_MODULES = YES;
252+
CLANG_ENABLE_OBJC_ARC = YES;
253+
CLANG_WARN_BOOL_CONVERSION = YES;
254+
CLANG_WARN_CONSTANT_CONVERSION = YES;
255+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
256+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
257+
CLANG_WARN_EMPTY_BODY = YES;
258+
CLANG_WARN_ENUM_CONVERSION = YES;
259+
CLANG_WARN_INFINITE_RECURSION = YES;
260+
CLANG_WARN_INT_CONVERSION = YES;
261+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
262+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
263+
CLANG_WARN_UNREACHABLE_CODE = YES;
264+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
265+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
266+
COPY_PHASE_STRIP = NO;
267+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
268+
ENABLE_NS_ASSERTIONS = NO;
269+
ENABLE_STRICT_OBJC_MSGSEND = YES;
270+
GCC_C_LANGUAGE_STANDARD = gnu99;
271+
GCC_NO_COMMON_BLOCKS = YES;
272+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
273+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
274+
GCC_WARN_UNDECLARED_SELECTOR = YES;
275+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
276+
GCC_WARN_UNUSED_FUNCTION = YES;
277+
GCC_WARN_UNUSED_VARIABLE = YES;
278+
IPHONEOS_DEPLOYMENT_TARGET = 10.2;
279+
MTL_ENABLE_DEBUG_INFO = NO;
280+
SDKROOT = iphoneos;
281+
TARGETED_DEVICE_FAMILY = "1,2";
282+
VALIDATE_PRODUCT = YES;
283+
};
284+
name = Release;
285+
};
286+
B82388051E6543C700305CF6 /* Debug */ = {
287+
isa = XCBuildConfiguration;
288+
buildSettings = {
289+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
290+
DEVELOPMENT_TEAM = 5K8UAH3FUM;
291+
INFOPLIST_FILE = HardShell/Info.plist;
292+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
293+
PRODUCT_BUNDLE_IDENTIFIER = xyz.pengguo.HardShell;
294+
PRODUCT_NAME = "$(TARGET_NAME)";
295+
};
296+
name = Debug;
297+
};
298+
B82388061E6543C700305CF6 /* Release */ = {
299+
isa = XCBuildConfiguration;
300+
buildSettings = {
301+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
302+
DEVELOPMENT_TEAM = 5K8UAH3FUM;
303+
INFOPLIST_FILE = HardShell/Info.plist;
304+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
305+
PRODUCT_BUNDLE_IDENTIFIER = xyz.pengguo.HardShell;
306+
PRODUCT_NAME = "$(TARGET_NAME)";
307+
};
308+
name = Release;
309+
};
310+
/* End XCBuildConfiguration section */
311+
312+
/* Begin XCConfigurationList section */
313+
B82387E81E6543C700305CF6 /* Build configuration list for PBXProject "HardShell" */ = {
314+
isa = XCConfigurationList;
315+
buildConfigurations = (
316+
B82388021E6543C700305CF6 /* Debug */,
317+
B82388031E6543C700305CF6 /* Release */,
318+
);
319+
defaultConfigurationIsVisible = 0;
320+
defaultConfigurationName = Release;
321+
};
322+
B82388041E6543C700305CF6 /* Build configuration list for PBXNativeTarget "HardShell" */ = {
323+
isa = XCConfigurationList;
324+
buildConfigurations = (
325+
B82388051E6543C700305CF6 /* Debug */,
326+
B82388061E6543C700305CF6 /* Release */,
327+
);
328+
defaultConfigurationIsVisible = 0;
329+
};
330+
/* End XCConfigurationList section */
331+
};
332+
rootObject = B82387E51E6543C700305CF6 /* Project object */;
333+
}

0 commit comments

Comments
 (0)