Skip to content

Commit 1ec29f1

Browse files
committed
Add ios app
1 parent 0b9d847 commit 1ec29f1

File tree

9 files changed

+626
-0
lines changed

9 files changed

+626
-0
lines changed
Lines changed: 385 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,385 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 50;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
058557BB273AAA24004C7B11 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 058557BA273AAA24004C7B11 /* Assets.xcassets */; };
11+
058557D9273AAEEB004C7B11 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 058557D8273AAEEB004C7B11 /* Preview Assets.xcassets */; };
12+
2152FB042600AC8F00CF470E /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2152FB032600AC8F00CF470E /* AppDelegate.swift */; };
13+
/* End PBXBuildFile section */
14+
15+
/* Begin PBXCopyFilesBuildPhase section */
16+
7555FFB4242A642300829871 /* Embed Frameworks */ = {
17+
isa = PBXCopyFilesBuildPhase;
18+
buildActionMask = 2147483647;
19+
dstPath = "";
20+
dstSubfolderSpec = 10;
21+
files = (
22+
);
23+
name = "Embed Frameworks";
24+
runOnlyForDeploymentPostprocessing = 0;
25+
};
26+
/* End PBXCopyFilesBuildPhase section */
27+
28+
/* Begin PBXFileReference section */
29+
058557BA273AAA24004C7B11 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
30+
058557D8273AAEEB004C7B11 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
31+
2152FB032600AC8F00CF470E /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
32+
7555FF7B242A565900829871 /* ios.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ios.app; sourceTree = BUILT_PRODUCTS_DIR; };
33+
7555FF8C242A565B00829871 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
34+
/* End PBXFileReference section */
35+
36+
/* Begin PBXFrameworksBuildPhase section */
37+
7555FF78242A565900829871 /* Frameworks */ = {
38+
isa = PBXFrameworksBuildPhase;
39+
buildActionMask = 2147483647;
40+
files = (
41+
);
42+
runOnlyForDeploymentPostprocessing = 0;
43+
};
44+
/* End PBXFrameworksBuildPhase section */
45+
46+
/* Begin PBXGroup section */
47+
058557D7273AAEEB004C7B11 /* Preview Content */ = {
48+
isa = PBXGroup;
49+
children = (
50+
058557D8273AAEEB004C7B11 /* Preview Assets.xcassets */,
51+
);
52+
path = "Preview Content";
53+
sourceTree = "<group>";
54+
};
55+
7555FF72242A565900829871 = {
56+
isa = PBXGroup;
57+
children = (
58+
7555FF7D242A565900829871 /* ios */,
59+
7555FF7C242A565900829871 /* Products */,
60+
7555FFB0242A642200829871 /* Frameworks */,
61+
);
62+
sourceTree = "<group>";
63+
};
64+
7555FF7C242A565900829871 /* Products */ = {
65+
isa = PBXGroup;
66+
children = (
67+
7555FF7B242A565900829871 /* ios.app */,
68+
);
69+
name = Products;
70+
sourceTree = "<group>";
71+
};
72+
7555FF7D242A565900829871 /* ios */ = {
73+
isa = PBXGroup;
74+
children = (
75+
058557BA273AAA24004C7B11 /* Assets.xcassets */,
76+
7555FF8C242A565B00829871 /* Info.plist */,
77+
2152FB032600AC8F00CF470E /* AppDelegate.swift */,
78+
058557D7273AAEEB004C7B11 /* Preview Content */,
79+
);
80+
path = ios;
81+
sourceTree = "<group>";
82+
};
83+
7555FFB0242A642200829871 /* Frameworks */ = {
84+
isa = PBXGroup;
85+
children = (
86+
);
87+
name = Frameworks;
88+
sourceTree = "<group>";
89+
};
90+
/* End PBXGroup section */
91+
92+
/* Begin PBXNativeTarget section */
93+
7555FF7A242A565900829871 /* ios */ = {
94+
isa = PBXNativeTarget;
95+
buildConfigurationList = 7555FFA5242A565B00829871 /* Build configuration list for PBXNativeTarget "ios" */;
96+
buildPhases = (
97+
7555FFB5242A651A00829871 /* ShellScript */,
98+
7555FF77242A565900829871 /* Sources */,
99+
7555FF78242A565900829871 /* Frameworks */,
100+
7555FF79242A565900829871 /* Resources */,
101+
7555FFB4242A642300829871 /* Embed Frameworks */,
102+
);
103+
buildRules = (
104+
);
105+
dependencies = (
106+
);
107+
name = ios;
108+
productName = ios;
109+
productReference = 7555FF7B242A565900829871 /* ios.app */;
110+
productType = "com.apple.product-type.application";
111+
};
112+
/* End PBXNativeTarget section */
113+
114+
/* Begin PBXProject section */
115+
7555FF73242A565900829871 /* Project object */ = {
116+
isa = PBXProject;
117+
attributes = {
118+
LastSwiftUpdateCheck = 1130;
119+
LastUpgradeCheck = 1130;
120+
ORGANIZATIONNAME = orgName;
121+
TargetAttributes = {
122+
7555FF7A242A565900829871 = {
123+
CreatedOnToolsVersion = 11.3.1;
124+
};
125+
};
126+
};
127+
buildConfigurationList = 7555FF76242A565900829871 /* Build configuration list for PBXProject "ios" */;
128+
compatibilityVersion = "Xcode 9.3";
129+
developmentRegion = en;
130+
hasScannedForEncodings = 0;
131+
knownRegions = (
132+
en,
133+
Base,
134+
);
135+
mainGroup = 7555FF72242A565900829871;
136+
productRefGroup = 7555FF7C242A565900829871 /* Products */;
137+
projectDirPath = "";
138+
projectRoot = "";
139+
targets = (
140+
7555FF7A242A565900829871 /* ios */,
141+
);
142+
};
143+
/* End PBXProject section */
144+
145+
/* Begin PBXResourcesBuildPhase section */
146+
7555FF79242A565900829871 /* Resources */ = {
147+
isa = PBXResourcesBuildPhase;
148+
buildActionMask = 2147483647;
149+
files = (
150+
058557D9273AAEEB004C7B11 /* Preview Assets.xcassets in Resources */,
151+
058557BB273AAA24004C7B11 /* Assets.xcassets in Resources */,
152+
);
153+
runOnlyForDeploymentPostprocessing = 0;
154+
};
155+
/* End PBXResourcesBuildPhase section */
156+
157+
/* Begin PBXShellScriptBuildPhase section */
158+
7555FFB5242A651A00829871 /* ShellScript */ = {
159+
isa = PBXShellScriptBuildPhase;
160+
buildActionMask = 2147483647;
161+
files = (
162+
);
163+
inputFileListPaths = (
164+
);
165+
inputPaths = (
166+
);
167+
outputFileListPaths = (
168+
);
169+
outputPaths = (
170+
);
171+
runOnlyForDeploymentPostprocessing = 0;
172+
shellPath = /bin/sh;
173+
shellScript = "cd \"$SRCROOT/../..\"\n./gradlew :app:embedAndSignAppleFrameworkForXcode\n";
174+
};
175+
/* End PBXShellScriptBuildPhase section */
176+
177+
/* Begin PBXSourcesBuildPhase section */
178+
7555FF77242A565900829871 /* Sources */ = {
179+
isa = PBXSourcesBuildPhase;
180+
buildActionMask = 2147483647;
181+
files = (
182+
2152FB042600AC8F00CF470E /* AppDelegate.swift in Sources */,
183+
);
184+
runOnlyForDeploymentPostprocessing = 0;
185+
};
186+
/* End PBXSourcesBuildPhase section */
187+
188+
/* Begin XCBuildConfiguration section */
189+
7555FFA3242A565B00829871 /* Debug */ = {
190+
isa = XCBuildConfiguration;
191+
buildSettings = {
192+
ALWAYS_SEARCH_USER_PATHS = NO;
193+
CLANG_ANALYZER_NONNULL = YES;
194+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
195+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
196+
CLANG_CXX_LIBRARY = "libc++";
197+
CLANG_ENABLE_MODULES = YES;
198+
CLANG_ENABLE_OBJC_ARC = YES;
199+
CLANG_ENABLE_OBJC_WEAK = YES;
200+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
201+
CLANG_WARN_BOOL_CONVERSION = YES;
202+
CLANG_WARN_COMMA = YES;
203+
CLANG_WARN_CONSTANT_CONVERSION = YES;
204+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
205+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
206+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
207+
CLANG_WARN_EMPTY_BODY = YES;
208+
CLANG_WARN_ENUM_CONVERSION = YES;
209+
CLANG_WARN_INFINITE_RECURSION = YES;
210+
CLANG_WARN_INT_CONVERSION = YES;
211+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
212+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
213+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
214+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
215+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
216+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
217+
CLANG_WARN_STRICT_PROTOTYPES = YES;
218+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
219+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
220+
CLANG_WARN_UNREACHABLE_CODE = YES;
221+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
222+
COPY_PHASE_STRIP = NO;
223+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
224+
ENABLE_STRICT_OBJC_MSGSEND = YES;
225+
ENABLE_TESTABILITY = YES;
226+
GCC_C_LANGUAGE_STANDARD = gnu11;
227+
GCC_DYNAMIC_NO_PIC = NO;
228+
GCC_NO_COMMON_BLOCKS = YES;
229+
GCC_OPTIMIZATION_LEVEL = 0;
230+
GCC_PREPROCESSOR_DEFINITIONS = (
231+
"DEBUG=1",
232+
"$(inherited)",
233+
);
234+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
235+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
236+
GCC_WARN_UNDECLARED_SELECTOR = YES;
237+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
238+
GCC_WARN_UNUSED_FUNCTION = YES;
239+
GCC_WARN_UNUSED_VARIABLE = YES;
240+
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
241+
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
242+
MTL_FAST_MATH = YES;
243+
ONLY_ACTIVE_ARCH = YES;
244+
SDKROOT = iphoneos;
245+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
246+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
247+
};
248+
name = Debug;
249+
};
250+
7555FFA4242A565B00829871 /* Release */ = {
251+
isa = XCBuildConfiguration;
252+
buildSettings = {
253+
ALWAYS_SEARCH_USER_PATHS = NO;
254+
CLANG_ANALYZER_NONNULL = YES;
255+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
256+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
257+
CLANG_CXX_LIBRARY = "libc++";
258+
CLANG_ENABLE_MODULES = YES;
259+
CLANG_ENABLE_OBJC_ARC = YES;
260+
CLANG_ENABLE_OBJC_WEAK = YES;
261+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
262+
CLANG_WARN_BOOL_CONVERSION = YES;
263+
CLANG_WARN_COMMA = YES;
264+
CLANG_WARN_CONSTANT_CONVERSION = YES;
265+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
266+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
267+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
268+
CLANG_WARN_EMPTY_BODY = YES;
269+
CLANG_WARN_ENUM_CONVERSION = YES;
270+
CLANG_WARN_INFINITE_RECURSION = YES;
271+
CLANG_WARN_INT_CONVERSION = YES;
272+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
273+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
274+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
275+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
276+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
277+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
278+
CLANG_WARN_STRICT_PROTOTYPES = YES;
279+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
280+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
281+
CLANG_WARN_UNREACHABLE_CODE = YES;
282+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
283+
COPY_PHASE_STRIP = NO;
284+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
285+
ENABLE_NS_ASSERTIONS = NO;
286+
ENABLE_STRICT_OBJC_MSGSEND = YES;
287+
GCC_C_LANGUAGE_STANDARD = gnu11;
288+
GCC_NO_COMMON_BLOCKS = YES;
289+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
290+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
291+
GCC_WARN_UNDECLARED_SELECTOR = YES;
292+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
293+
GCC_WARN_UNUSED_FUNCTION = YES;
294+
GCC_WARN_UNUSED_VARIABLE = YES;
295+
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
296+
MTL_ENABLE_DEBUG_INFO = NO;
297+
MTL_FAST_MATH = YES;
298+
SDKROOT = iphoneos;
299+
SWIFT_COMPILATION_MODE = wholemodule;
300+
SWIFT_OPTIMIZATION_LEVEL = "-O";
301+
VALIDATE_PRODUCT = YES;
302+
};
303+
name = Release;
304+
};
305+
7555FFA6242A565B00829871 /* Debug */ = {
306+
isa = XCBuildConfiguration;
307+
buildSettings = {
308+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
309+
CODE_SIGN_STYLE = Automatic;
310+
DEVELOPMENT_ASSET_PATHS = "\"ios/Preview Content\"";
311+
ENABLE_PREVIEWS = YES;
312+
FRAMEWORK_SEARCH_PATHS = (
313+
"$(inherited)",
314+
"$(SRCROOT)/../../app/build/xcode-frameworks/$(CONFIGURATION)/$(SDK_NAME)",
315+
);
316+
INFOPLIST_FILE = ios/Info.plist;
317+
LD_RUNPATH_SEARCH_PATHS = (
318+
"$(inherited)",
319+
"@executable_path/Frameworks",
320+
);
321+
OTHER_LDFLAGS = (
322+
"$(inherited)",
323+
"-framework",
324+
app,
325+
);
326+
PRODUCT_BUNDLE_IDENTIFIER = io.github.xxfast.decompose.router.app;
327+
PRODUCT_NAME = "$(TARGET_NAME)";
328+
SWIFT_VERSION = 5.0;
329+
TARGETED_DEVICE_FAMILY = "1,2";
330+
};
331+
name = Debug;
332+
};
333+
7555FFA7242A565B00829871 /* Release */ = {
334+
isa = XCBuildConfiguration;
335+
buildSettings = {
336+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
337+
CODE_SIGN_STYLE = Automatic;
338+
DEVELOPMENT_ASSET_PATHS = "\"ios/Preview Content\"";
339+
ENABLE_PREVIEWS = YES;
340+
FRAMEWORK_SEARCH_PATHS = (
341+
"$(inherited)",
342+
"$(SRCROOT)/../../app/build/xcode-frameworks/$(CONFIGURATION)/$(SDK_NAME)",
343+
);
344+
INFOPLIST_FILE = ios/Info.plist;
345+
LD_RUNPATH_SEARCH_PATHS = (
346+
"$(inherited)",
347+
"@executable_path/Frameworks",
348+
);
349+
OTHER_LDFLAGS = (
350+
"$(inherited)",
351+
"-framework",
352+
app,
353+
);
354+
PRODUCT_BUNDLE_IDENTIFIER = io.github.xxfast.decompose.router.app;
355+
PRODUCT_NAME = "$(TARGET_NAME)";
356+
SWIFT_VERSION = 5.0;
357+
TARGETED_DEVICE_FAMILY = "1,2";
358+
};
359+
name = Release;
360+
};
361+
/* End XCBuildConfiguration section */
362+
363+
/* Begin XCConfigurationList section */
364+
7555FF76242A565900829871 /* Build configuration list for PBXProject "ios" */ = {
365+
isa = XCConfigurationList;
366+
buildConfigurations = (
367+
7555FFA3242A565B00829871 /* Debug */,
368+
7555FFA4242A565B00829871 /* Release */,
369+
);
370+
defaultConfigurationIsVisible = 0;
371+
defaultConfigurationName = Release;
372+
};
373+
7555FFA5242A565B00829871 /* Build configuration list for PBXNativeTarget "ios" */ = {
374+
isa = XCConfigurationList;
375+
buildConfigurations = (
376+
7555FFA6242A565B00829871 /* Debug */,
377+
7555FFA7242A565B00829871 /* Release */,
378+
);
379+
defaultConfigurationIsVisible = 0;
380+
defaultConfigurationName = Release;
381+
};
382+
/* End XCConfigurationList section */
383+
};
384+
rootObject = 7555FF73242A565900829871 /* Project object */;
385+
}
Lines changed: 8 additions & 0 deletions
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>

0 commit comments

Comments
 (0)