Skip to content

Commit 1e72a97

Browse files
committed
init: 初始化提交
1 parent a947eae commit 1e72a97

File tree

29 files changed

+1243
-0
lines changed

29 files changed

+1243
-0
lines changed

Dome/Dome.xcodeproj/project.pbxproj

+354
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,354 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 50;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
19E3A32E26F1B955008C6C75 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19E3A32D26F1B955008C6C75 /* AppDelegate.swift */; };
11+
19E3A33026F1B955008C6C75 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19E3A32F26F1B955008C6C75 /* SceneDelegate.swift */; };
12+
19E3A33226F1B955008C6C75 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19E3A33126F1B955008C6C75 /* ViewController.swift */; };
13+
19E3A33526F1B955008C6C75 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 19E3A33326F1B955008C6C75 /* Main.storyboard */; };
14+
19E3A33726F1B956008C6C75 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 19E3A33626F1B956008C6C75 /* Assets.xcassets */; };
15+
19E3A33A26F1B956008C6C75 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 19E3A33826F1B956008C6C75 /* LaunchScreen.storyboard */; };
16+
19E3A34226F1B961008C6C75 /* JQEmitterButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19E3A34126F1B961008C6C75 /* JQEmitterButton.swift */; };
17+
19E3A34426F1BCB4008C6C75 /* JLContentItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19E3A34326F1BCB3008C6C75 /* JLContentItemView.swift */; };
18+
/* End PBXBuildFile section */
19+
20+
/* Begin PBXFileReference section */
21+
19E3A32A26F1B955008C6C75 /* Dome.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Dome.app; sourceTree = BUILT_PRODUCTS_DIR; };
22+
19E3A32D26F1B955008C6C75 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
23+
19E3A32F26F1B955008C6C75 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
24+
19E3A33126F1B955008C6C75 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
25+
19E3A33426F1B955008C6C75 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
26+
19E3A33626F1B956008C6C75 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
27+
19E3A33926F1B956008C6C75 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
28+
19E3A33B26F1B956008C6C75 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
29+
19E3A34126F1B961008C6C75 /* JQEmitterButton.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = JQEmitterButton.swift; sourceTree = "<group>"; };
30+
19E3A34326F1BCB3008C6C75 /* JLContentItemView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = JLContentItemView.swift; sourceTree = "<group>"; };
31+
/* End PBXFileReference section */
32+
33+
/* Begin PBXFrameworksBuildPhase section */
34+
19E3A32726F1B955008C6C75 /* Frameworks */ = {
35+
isa = PBXFrameworksBuildPhase;
36+
buildActionMask = 2147483647;
37+
files = (
38+
);
39+
runOnlyForDeploymentPostprocessing = 0;
40+
};
41+
/* End PBXFrameworksBuildPhase section */
42+
43+
/* Begin PBXGroup section */
44+
19E3A32126F1B955008C6C75 = {
45+
isa = PBXGroup;
46+
children = (
47+
19E3A32C26F1B955008C6C75 /* Dome */,
48+
19E3A32B26F1B955008C6C75 /* Products */,
49+
);
50+
sourceTree = "<group>";
51+
};
52+
19E3A32B26F1B955008C6C75 /* Products */ = {
53+
isa = PBXGroup;
54+
children = (
55+
19E3A32A26F1B955008C6C75 /* Dome.app */,
56+
);
57+
name = Products;
58+
sourceTree = "<group>";
59+
};
60+
19E3A32C26F1B955008C6C75 /* Dome */ = {
61+
isa = PBXGroup;
62+
children = (
63+
19E3A32D26F1B955008C6C75 /* AppDelegate.swift */,
64+
19E3A32F26F1B955008C6C75 /* SceneDelegate.swift */,
65+
19E3A33126F1B955008C6C75 /* ViewController.swift */,
66+
19E3A34126F1B961008C6C75 /* JQEmitterButton.swift */,
67+
19E3A34326F1BCB3008C6C75 /* JLContentItemView.swift */,
68+
19E3A33326F1B955008C6C75 /* Main.storyboard */,
69+
19E3A33626F1B956008C6C75 /* Assets.xcassets */,
70+
19E3A33826F1B956008C6C75 /* LaunchScreen.storyboard */,
71+
19E3A33B26F1B956008C6C75 /* Info.plist */,
72+
);
73+
path = Dome;
74+
sourceTree = "<group>";
75+
};
76+
/* End PBXGroup section */
77+
78+
/* Begin PBXNativeTarget section */
79+
19E3A32926F1B955008C6C75 /* Dome */ = {
80+
isa = PBXNativeTarget;
81+
buildConfigurationList = 19E3A33E26F1B956008C6C75 /* Build configuration list for PBXNativeTarget "Dome" */;
82+
buildPhases = (
83+
19E3A32626F1B955008C6C75 /* Sources */,
84+
19E3A32726F1B955008C6C75 /* Frameworks */,
85+
19E3A32826F1B955008C6C75 /* Resources */,
86+
);
87+
buildRules = (
88+
);
89+
dependencies = (
90+
);
91+
name = Dome;
92+
productName = Dome;
93+
productReference = 19E3A32A26F1B955008C6C75 /* Dome.app */;
94+
productType = "com.apple.product-type.application";
95+
};
96+
/* End PBXNativeTarget section */
97+
98+
/* Begin PBXProject section */
99+
19E3A32226F1B955008C6C75 /* Project object */ = {
100+
isa = PBXProject;
101+
attributes = {
102+
LastSwiftUpdateCheck = 1250;
103+
LastUpgradeCheck = 1250;
104+
TargetAttributes = {
105+
19E3A32926F1B955008C6C75 = {
106+
CreatedOnToolsVersion = 12.5.1;
107+
};
108+
};
109+
};
110+
buildConfigurationList = 19E3A32526F1B955008C6C75 /* Build configuration list for PBXProject "Dome" */;
111+
compatibilityVersion = "Xcode 9.3";
112+
developmentRegion = en;
113+
hasScannedForEncodings = 0;
114+
knownRegions = (
115+
en,
116+
Base,
117+
);
118+
mainGroup = 19E3A32126F1B955008C6C75;
119+
productRefGroup = 19E3A32B26F1B955008C6C75 /* Products */;
120+
projectDirPath = "";
121+
projectRoot = "";
122+
targets = (
123+
19E3A32926F1B955008C6C75 /* Dome */,
124+
);
125+
};
126+
/* End PBXProject section */
127+
128+
/* Begin PBXResourcesBuildPhase section */
129+
19E3A32826F1B955008C6C75 /* Resources */ = {
130+
isa = PBXResourcesBuildPhase;
131+
buildActionMask = 2147483647;
132+
files = (
133+
19E3A33A26F1B956008C6C75 /* LaunchScreen.storyboard in Resources */,
134+
19E3A33726F1B956008C6C75 /* Assets.xcassets in Resources */,
135+
19E3A33526F1B955008C6C75 /* Main.storyboard in Resources */,
136+
);
137+
runOnlyForDeploymentPostprocessing = 0;
138+
};
139+
/* End PBXResourcesBuildPhase section */
140+
141+
/* Begin PBXSourcesBuildPhase section */
142+
19E3A32626F1B955008C6C75 /* Sources */ = {
143+
isa = PBXSourcesBuildPhase;
144+
buildActionMask = 2147483647;
145+
files = (
146+
19E3A33226F1B955008C6C75 /* ViewController.swift in Sources */,
147+
19E3A34226F1B961008C6C75 /* JQEmitterButton.swift in Sources */,
148+
19E3A32E26F1B955008C6C75 /* AppDelegate.swift in Sources */,
149+
19E3A34426F1BCB4008C6C75 /* JLContentItemView.swift in Sources */,
150+
19E3A33026F1B955008C6C75 /* SceneDelegate.swift in Sources */,
151+
);
152+
runOnlyForDeploymentPostprocessing = 0;
153+
};
154+
/* End PBXSourcesBuildPhase section */
155+
156+
/* Begin PBXVariantGroup section */
157+
19E3A33326F1B955008C6C75 /* Main.storyboard */ = {
158+
isa = PBXVariantGroup;
159+
children = (
160+
19E3A33426F1B955008C6C75 /* Base */,
161+
);
162+
name = Main.storyboard;
163+
sourceTree = "<group>";
164+
};
165+
19E3A33826F1B956008C6C75 /* LaunchScreen.storyboard */ = {
166+
isa = PBXVariantGroup;
167+
children = (
168+
19E3A33926F1B956008C6C75 /* Base */,
169+
);
170+
name = LaunchScreen.storyboard;
171+
sourceTree = "<group>";
172+
};
173+
/* End PBXVariantGroup section */
174+
175+
/* Begin XCBuildConfiguration section */
176+
19E3A33C26F1B956008C6C75 /* Debug */ = {
177+
isa = XCBuildConfiguration;
178+
buildSettings = {
179+
ALWAYS_SEARCH_USER_PATHS = NO;
180+
CLANG_ANALYZER_NONNULL = YES;
181+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
182+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
183+
CLANG_CXX_LIBRARY = "libc++";
184+
CLANG_ENABLE_MODULES = YES;
185+
CLANG_ENABLE_OBJC_ARC = YES;
186+
CLANG_ENABLE_OBJC_WEAK = YES;
187+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
188+
CLANG_WARN_BOOL_CONVERSION = YES;
189+
CLANG_WARN_COMMA = YES;
190+
CLANG_WARN_CONSTANT_CONVERSION = YES;
191+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
192+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
193+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
194+
CLANG_WARN_EMPTY_BODY = YES;
195+
CLANG_WARN_ENUM_CONVERSION = YES;
196+
CLANG_WARN_INFINITE_RECURSION = YES;
197+
CLANG_WARN_INT_CONVERSION = YES;
198+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
199+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
200+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
201+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
202+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
203+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
204+
CLANG_WARN_STRICT_PROTOTYPES = YES;
205+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
206+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
207+
CLANG_WARN_UNREACHABLE_CODE = YES;
208+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
209+
COPY_PHASE_STRIP = NO;
210+
DEBUG_INFORMATION_FORMAT = dwarf;
211+
ENABLE_STRICT_OBJC_MSGSEND = YES;
212+
ENABLE_TESTABILITY = YES;
213+
GCC_C_LANGUAGE_STANDARD = gnu11;
214+
GCC_DYNAMIC_NO_PIC = NO;
215+
GCC_NO_COMMON_BLOCKS = YES;
216+
GCC_OPTIMIZATION_LEVEL = 0;
217+
GCC_PREPROCESSOR_DEFINITIONS = (
218+
"DEBUG=1",
219+
"$(inherited)",
220+
);
221+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
222+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
223+
GCC_WARN_UNDECLARED_SELECTOR = YES;
224+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
225+
GCC_WARN_UNUSED_FUNCTION = YES;
226+
GCC_WARN_UNUSED_VARIABLE = YES;
227+
IPHONEOS_DEPLOYMENT_TARGET = 14.5;
228+
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
229+
MTL_FAST_MATH = YES;
230+
ONLY_ACTIVE_ARCH = YES;
231+
SDKROOT = iphoneos;
232+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
233+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
234+
};
235+
name = Debug;
236+
};
237+
19E3A33D26F1B956008C6C75 /* Release */ = {
238+
isa = XCBuildConfiguration;
239+
buildSettings = {
240+
ALWAYS_SEARCH_USER_PATHS = NO;
241+
CLANG_ANALYZER_NONNULL = YES;
242+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
243+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
244+
CLANG_CXX_LIBRARY = "libc++";
245+
CLANG_ENABLE_MODULES = YES;
246+
CLANG_ENABLE_OBJC_ARC = YES;
247+
CLANG_ENABLE_OBJC_WEAK = YES;
248+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
249+
CLANG_WARN_BOOL_CONVERSION = YES;
250+
CLANG_WARN_COMMA = YES;
251+
CLANG_WARN_CONSTANT_CONVERSION = YES;
252+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
253+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
254+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
255+
CLANG_WARN_EMPTY_BODY = YES;
256+
CLANG_WARN_ENUM_CONVERSION = YES;
257+
CLANG_WARN_INFINITE_RECURSION = YES;
258+
CLANG_WARN_INT_CONVERSION = YES;
259+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
260+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
261+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
262+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
263+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
264+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
265+
CLANG_WARN_STRICT_PROTOTYPES = YES;
266+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
267+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
268+
CLANG_WARN_UNREACHABLE_CODE = YES;
269+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
270+
COPY_PHASE_STRIP = NO;
271+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
272+
ENABLE_NS_ASSERTIONS = NO;
273+
ENABLE_STRICT_OBJC_MSGSEND = YES;
274+
GCC_C_LANGUAGE_STANDARD = gnu11;
275+
GCC_NO_COMMON_BLOCKS = YES;
276+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
277+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
278+
GCC_WARN_UNDECLARED_SELECTOR = YES;
279+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
280+
GCC_WARN_UNUSED_FUNCTION = YES;
281+
GCC_WARN_UNUSED_VARIABLE = YES;
282+
IPHONEOS_DEPLOYMENT_TARGET = 14.5;
283+
MTL_ENABLE_DEBUG_INFO = NO;
284+
MTL_FAST_MATH = YES;
285+
SDKROOT = iphoneos;
286+
SWIFT_COMPILATION_MODE = wholemodule;
287+
SWIFT_OPTIMIZATION_LEVEL = "-O";
288+
VALIDATE_PRODUCT = YES;
289+
};
290+
name = Release;
291+
};
292+
19E3A33F26F1B956008C6C75 /* Debug */ = {
293+
isa = XCBuildConfiguration;
294+
buildSettings = {
295+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
296+
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
297+
CODE_SIGN_STYLE = Automatic;
298+
DEVELOPMENT_TEAM = 35SKQ5277L;
299+
INFOPLIST_FILE = Dome/Info.plist;
300+
LD_RUNPATH_SEARCH_PATHS = (
301+
"$(inherited)",
302+
"@executable_path/Frameworks",
303+
);
304+
PRODUCT_BUNDLE_IDENTIFIER = sdadas.Dome;
305+
PRODUCT_NAME = "$(TARGET_NAME)";
306+
SWIFT_VERSION = 5.0;
307+
TARGETED_DEVICE_FAMILY = "1,2";
308+
};
309+
name = Debug;
310+
};
311+
19E3A34026F1B956008C6C75 /* Release */ = {
312+
isa = XCBuildConfiguration;
313+
buildSettings = {
314+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
315+
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
316+
CODE_SIGN_STYLE = Automatic;
317+
DEVELOPMENT_TEAM = 35SKQ5277L;
318+
INFOPLIST_FILE = Dome/Info.plist;
319+
LD_RUNPATH_SEARCH_PATHS = (
320+
"$(inherited)",
321+
"@executable_path/Frameworks",
322+
);
323+
PRODUCT_BUNDLE_IDENTIFIER = sdadas.Dome;
324+
PRODUCT_NAME = "$(TARGET_NAME)";
325+
SWIFT_VERSION = 5.0;
326+
TARGETED_DEVICE_FAMILY = "1,2";
327+
};
328+
name = Release;
329+
};
330+
/* End XCBuildConfiguration section */
331+
332+
/* Begin XCConfigurationList section */
333+
19E3A32526F1B955008C6C75 /* Build configuration list for PBXProject "Dome" */ = {
334+
isa = XCConfigurationList;
335+
buildConfigurations = (
336+
19E3A33C26F1B956008C6C75 /* Debug */,
337+
19E3A33D26F1B956008C6C75 /* Release */,
338+
);
339+
defaultConfigurationIsVisible = 0;
340+
defaultConfigurationName = Release;
341+
};
342+
19E3A33E26F1B956008C6C75 /* Build configuration list for PBXNativeTarget "Dome" */ = {
343+
isa = XCConfigurationList;
344+
buildConfigurations = (
345+
19E3A33F26F1B956008C6C75 /* Debug */,
346+
19E3A34026F1B956008C6C75 /* Release */,
347+
);
348+
defaultConfigurationIsVisible = 0;
349+
defaultConfigurationName = Release;
350+
};
351+
/* End XCConfigurationList section */
352+
};
353+
rootObject = 19E3A32226F1B955008C6C75 /* Project object */;
354+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>SchemeUserState</key>
6+
<dict>
7+
<key>Dome.xcscheme_^#shared#^_</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
</dict>
14+
</plist>

0 commit comments

Comments
 (0)