Skip to content

Commit bbc8ef4

Browse files
committed
Xcode project
1 parent fb2ee01 commit bbc8ef4

File tree

12 files changed

+677
-0
lines changed

12 files changed

+677
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,371 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 50;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
47CC68BD215C0386001B3A20 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47CC68BC215C0386001B3A20 /* AppDelegate.swift */; };
11+
47CC68BF215C0386001B3A20 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47CC68BE215C0386001B3A20 /* ViewController.swift */; };
12+
47CC68C2215C0386001B3A20 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 47CC68C0215C0386001B3A20 /* Main.storyboard */; };
13+
47CC68C4215C0387001B3A20 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 47CC68C3215C0387001B3A20 /* Assets.xcassets */; };
14+
47CC68C7215C0387001B3A20 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 47CC68C5215C0387001B3A20 /* LaunchScreen.storyboard */; };
15+
47CC68E2215C2661001B3A20 /* SharedCode.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 47CC68E1215C2661001B3A20 /* SharedCode.framework */; };
16+
47CC68E3215C2661001B3A20 /* SharedCode.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 47CC68E1215C2661001B3A20 /* SharedCode.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
17+
/* End PBXBuildFile section */
18+
19+
/* Begin PBXCopyFilesBuildPhase section */
20+
47CC68E4215C2661001B3A20 /* Embed Frameworks */ = {
21+
isa = PBXCopyFilesBuildPhase;
22+
buildActionMask = 2147483647;
23+
dstPath = "";
24+
dstSubfolderSpec = 10;
25+
files = (
26+
47CC68E3215C2661001B3A20 /* SharedCode.framework in Embed Frameworks */,
27+
);
28+
name = "Embed Frameworks";
29+
runOnlyForDeploymentPostprocessing = 0;
30+
};
31+
/* End PBXCopyFilesBuildPhase section */
32+
33+
/* Begin PBXFileReference section */
34+
47CC68B9215C0386001B3A20 /* KotlinIOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = KotlinIOS.app; sourceTree = BUILT_PRODUCTS_DIR; };
35+
47CC68BC215C0386001B3A20 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
36+
47CC68BE215C0386001B3A20 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
37+
47CC68C1215C0386001B3A20 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
38+
47CC68C3215C0387001B3A20 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
39+
47CC68C6215C0387001B3A20 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
40+
47CC68C8215C0387001B3A20 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
41+
47CC68E1215C2661001B3A20 /* SharedCode.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SharedCode.framework; path = ../../SharedCode/build/bin/iOSx64/main/debug/framework/SharedCode.framework; sourceTree = "<group>"; };
42+
47CC68E5215C2A95001B3A20 /* SharedCode.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SharedCode.framework; path = ../../SharedCode/build/bin/iOS/main/debug/framework/SharedCode.framework; sourceTree = "<group>"; };
43+
/* End PBXFileReference section */
44+
45+
/* Begin PBXFrameworksBuildPhase section */
46+
47CC68B6215C0386001B3A20 /* Frameworks */ = {
47+
isa = PBXFrameworksBuildPhase;
48+
buildActionMask = 2147483647;
49+
files = (
50+
47CC68E2215C2661001B3A20 /* SharedCode.framework in Frameworks */,
51+
);
52+
runOnlyForDeploymentPostprocessing = 0;
53+
};
54+
/* End PBXFrameworksBuildPhase section */
55+
56+
/* Begin PBXGroup section */
57+
47CC68B0215C0386001B3A20 = {
58+
isa = PBXGroup;
59+
children = (
60+
47CC68E1215C2661001B3A20 /* SharedCode.framework */,
61+
47CC68E5215C2A95001B3A20 /* SharedCode.framework */,
62+
47CC68BB215C0386001B3A20 /* KotlinIOS */,
63+
47CC68BA215C0386001B3A20 /* Products */,
64+
47CC68D7215C056D001B3A20 /* Frameworks */,
65+
);
66+
sourceTree = "<group>";
67+
};
68+
47CC68BA215C0386001B3A20 /* Products */ = {
69+
isa = PBXGroup;
70+
children = (
71+
47CC68B9215C0386001B3A20 /* KotlinIOS.app */,
72+
);
73+
name = Products;
74+
sourceTree = "<group>";
75+
};
76+
47CC68BB215C0386001B3A20 /* KotlinIOS */ = {
77+
isa = PBXGroup;
78+
children = (
79+
47CC68BC215C0386001B3A20 /* AppDelegate.swift */,
80+
47CC68BE215C0386001B3A20 /* ViewController.swift */,
81+
47CC68C0215C0386001B3A20 /* Main.storyboard */,
82+
47CC68C3215C0387001B3A20 /* Assets.xcassets */,
83+
47CC68C5215C0387001B3A20 /* LaunchScreen.storyboard */,
84+
47CC68C8215C0387001B3A20 /* Info.plist */,
85+
);
86+
path = KotlinIOS;
87+
sourceTree = "<group>";
88+
};
89+
47CC68D7215C056D001B3A20 /* Frameworks */ = {
90+
isa = PBXGroup;
91+
children = (
92+
);
93+
name = Frameworks;
94+
sourceTree = "<group>";
95+
};
96+
/* End PBXGroup section */
97+
98+
/* Begin PBXNativeTarget section */
99+
47CC68B8215C0386001B3A20 /* KotlinIOS */ = {
100+
isa = PBXNativeTarget;
101+
buildConfigurationList = 47CC68CB215C0387001B3A20 /* Build configuration list for PBXNativeTarget "KotlinIOS" */;
102+
buildPhases = (
103+
47CC68B5215C0386001B3A20 /* Sources */,
104+
47CC68B6215C0386001B3A20 /* Frameworks */,
105+
47CC68B7215C0386001B3A20 /* Resources */,
106+
47CC68E4215C2661001B3A20 /* Embed Frameworks */,
107+
);
108+
buildRules = (
109+
);
110+
dependencies = (
111+
);
112+
name = KotlinIOS;
113+
productName = KotlinIOS;
114+
productReference = 47CC68B9215C0386001B3A20 /* KotlinIOS.app */;
115+
productType = "com.apple.product-type.application";
116+
};
117+
/* End PBXNativeTarget section */
118+
119+
/* Begin PBXProject section */
120+
47CC68B1215C0386001B3A20 /* Project object */ = {
121+
isa = PBXProject;
122+
attributes = {
123+
LastSwiftUpdateCheck = 1000;
124+
LastUpgradeCheck = 1000;
125+
ORGANIZATIONNAME = "Evgeny Petrenko";
126+
TargetAttributes = {
127+
47CC68B8215C0386001B3A20 = {
128+
CreatedOnToolsVersion = 10.0;
129+
};
130+
};
131+
};
132+
buildConfigurationList = 47CC68B4215C0386001B3A20 /* Build configuration list for PBXProject "KotlinIOS" */;
133+
compatibilityVersion = "Xcode 9.3";
134+
developmentRegion = en;
135+
hasScannedForEncodings = 0;
136+
knownRegions = (
137+
en,
138+
Base,
139+
);
140+
mainGroup = 47CC68B0215C0386001B3A20;
141+
productRefGroup = 47CC68BA215C0386001B3A20 /* Products */;
142+
projectDirPath = "";
143+
projectRoot = "";
144+
targets = (
145+
47CC68B8215C0386001B3A20 /* KotlinIOS */,
146+
);
147+
};
148+
/* End PBXProject section */
149+
150+
/* Begin PBXResourcesBuildPhase section */
151+
47CC68B7215C0386001B3A20 /* Resources */ = {
152+
isa = PBXResourcesBuildPhase;
153+
buildActionMask = 2147483647;
154+
files = (
155+
47CC68C7215C0387001B3A20 /* LaunchScreen.storyboard in Resources */,
156+
47CC68C4215C0387001B3A20 /* Assets.xcassets in Resources */,
157+
47CC68C2215C0386001B3A20 /* Main.storyboard in Resources */,
158+
);
159+
runOnlyForDeploymentPostprocessing = 0;
160+
};
161+
/* End PBXResourcesBuildPhase section */
162+
163+
/* Begin PBXSourcesBuildPhase section */
164+
47CC68B5215C0386001B3A20 /* Sources */ = {
165+
isa = PBXSourcesBuildPhase;
166+
buildActionMask = 2147483647;
167+
files = (
168+
47CC68BF215C0386001B3A20 /* ViewController.swift in Sources */,
169+
47CC68BD215C0386001B3A20 /* AppDelegate.swift in Sources */,
170+
);
171+
runOnlyForDeploymentPostprocessing = 0;
172+
};
173+
/* End PBXSourcesBuildPhase section */
174+
175+
/* Begin PBXVariantGroup section */
176+
47CC68C0215C0386001B3A20 /* Main.storyboard */ = {
177+
isa = PBXVariantGroup;
178+
children = (
179+
47CC68C1215C0386001B3A20 /* Base */,
180+
);
181+
name = Main.storyboard;
182+
sourceTree = "<group>";
183+
};
184+
47CC68C5215C0387001B3A20 /* LaunchScreen.storyboard */ = {
185+
isa = PBXVariantGroup;
186+
children = (
187+
47CC68C6215C0387001B3A20 /* Base */,
188+
);
189+
name = LaunchScreen.storyboard;
190+
sourceTree = "<group>";
191+
};
192+
/* End PBXVariantGroup section */
193+
194+
/* Begin XCBuildConfiguration section */
195+
47CC68C9215C0387001B3A20 /* Debug */ = {
196+
isa = XCBuildConfiguration;
197+
buildSettings = {
198+
ALWAYS_SEARCH_USER_PATHS = NO;
199+
CLANG_ANALYZER_NONNULL = YES;
200+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
201+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
202+
CLANG_CXX_LIBRARY = "libc++";
203+
CLANG_ENABLE_MODULES = YES;
204+
CLANG_ENABLE_OBJC_ARC = YES;
205+
CLANG_ENABLE_OBJC_WEAK = YES;
206+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
207+
CLANG_WARN_BOOL_CONVERSION = YES;
208+
CLANG_WARN_COMMA = YES;
209+
CLANG_WARN_CONSTANT_CONVERSION = YES;
210+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
211+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
212+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
213+
CLANG_WARN_EMPTY_BODY = YES;
214+
CLANG_WARN_ENUM_CONVERSION = YES;
215+
CLANG_WARN_INFINITE_RECURSION = YES;
216+
CLANG_WARN_INT_CONVERSION = YES;
217+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
218+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
219+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
220+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
221+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
222+
CLANG_WARN_STRICT_PROTOTYPES = YES;
223+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
224+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
225+
CLANG_WARN_UNREACHABLE_CODE = YES;
226+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
227+
CODE_SIGN_IDENTITY = "iPhone Developer";
228+
COPY_PHASE_STRIP = NO;
229+
DEBUG_INFORMATION_FORMAT = dwarf;
230+
ENABLE_STRICT_OBJC_MSGSEND = YES;
231+
ENABLE_TESTABILITY = YES;
232+
GCC_C_LANGUAGE_STANDARD = gnu11;
233+
GCC_DYNAMIC_NO_PIC = NO;
234+
GCC_NO_COMMON_BLOCKS = YES;
235+
GCC_OPTIMIZATION_LEVEL = 0;
236+
GCC_PREPROCESSOR_DEFINITIONS = (
237+
"DEBUG=1",
238+
"$(inherited)",
239+
);
240+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
241+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
242+
GCC_WARN_UNDECLARED_SELECTOR = YES;
243+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
244+
GCC_WARN_UNUSED_FUNCTION = YES;
245+
GCC_WARN_UNUSED_VARIABLE = YES;
246+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
247+
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
248+
MTL_FAST_MATH = YES;
249+
ONLY_ACTIVE_ARCH = YES;
250+
SDKROOT = iphoneos;
251+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
252+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
253+
};
254+
name = Debug;
255+
};
256+
47CC68CA215C0387001B3A20 /* Release */ = {
257+
isa = XCBuildConfiguration;
258+
buildSettings = {
259+
ALWAYS_SEARCH_USER_PATHS = NO;
260+
CLANG_ANALYZER_NONNULL = YES;
261+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
262+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
263+
CLANG_CXX_LIBRARY = "libc++";
264+
CLANG_ENABLE_MODULES = YES;
265+
CLANG_ENABLE_OBJC_ARC = YES;
266+
CLANG_ENABLE_OBJC_WEAK = YES;
267+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
268+
CLANG_WARN_BOOL_CONVERSION = YES;
269+
CLANG_WARN_COMMA = YES;
270+
CLANG_WARN_CONSTANT_CONVERSION = YES;
271+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
272+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
273+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
274+
CLANG_WARN_EMPTY_BODY = YES;
275+
CLANG_WARN_ENUM_CONVERSION = YES;
276+
CLANG_WARN_INFINITE_RECURSION = YES;
277+
CLANG_WARN_INT_CONVERSION = YES;
278+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
279+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
280+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
281+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
282+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
283+
CLANG_WARN_STRICT_PROTOTYPES = YES;
284+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
285+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
286+
CLANG_WARN_UNREACHABLE_CODE = YES;
287+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
288+
CODE_SIGN_IDENTITY = "iPhone Developer";
289+
COPY_PHASE_STRIP = NO;
290+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
291+
ENABLE_NS_ASSERTIONS = NO;
292+
ENABLE_STRICT_OBJC_MSGSEND = YES;
293+
GCC_C_LANGUAGE_STANDARD = gnu11;
294+
GCC_NO_COMMON_BLOCKS = YES;
295+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
296+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
297+
GCC_WARN_UNDECLARED_SELECTOR = YES;
298+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
299+
GCC_WARN_UNUSED_FUNCTION = YES;
300+
GCC_WARN_UNUSED_VARIABLE = YES;
301+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
302+
MTL_ENABLE_DEBUG_INFO = NO;
303+
MTL_FAST_MATH = YES;
304+
SDKROOT = iphoneos;
305+
SWIFT_COMPILATION_MODE = wholemodule;
306+
SWIFT_OPTIMIZATION_LEVEL = "-O";
307+
VALIDATE_PRODUCT = YES;
308+
};
309+
name = Release;
310+
};
311+
47CC68CC215C0387001B3A20 /* Debug */ = {
312+
isa = XCBuildConfiguration;
313+
buildSettings = {
314+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
315+
CODE_SIGN_STYLE = Automatic;
316+
FRAMEWORK_SEARCH_PATHS = "/Users/jonnyzzz/Work/kotlin-mpp-mobile/SharedCode/build/bin/iOSx64/main/debug/framework";
317+
INFOPLIST_FILE = KotlinIOS/Info.plist;
318+
LD_RUNPATH_SEARCH_PATHS = (
319+
"$(inherited)",
320+
"@executable_path/Frameworks",
321+
);
322+
PRODUCT_BUNDLE_IDENTIFIER = org.jonnyzzz.demo.KotlinIOS;
323+
PRODUCT_NAME = "$(TARGET_NAME)";
324+
SWIFT_VERSION = 4.2;
325+
TARGETED_DEVICE_FAMILY = "1,2";
326+
};
327+
name = Debug;
328+
};
329+
47CC68CD215C0387001B3A20 /* Release */ = {
330+
isa = XCBuildConfiguration;
331+
buildSettings = {
332+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
333+
CODE_SIGN_STYLE = Automatic;
334+
FRAMEWORK_SEARCH_PATHS = "/Users/jonnyzzz/Work/kotlin-mpp-mobile/SharedCode/build/bin/iOSx64/main/debug/framework";
335+
INFOPLIST_FILE = KotlinIOS/Info.plist;
336+
LD_RUNPATH_SEARCH_PATHS = (
337+
"$(inherited)",
338+
"@executable_path/Frameworks",
339+
);
340+
PRODUCT_BUNDLE_IDENTIFIER = org.jonnyzzz.demo.KotlinIOS;
341+
PRODUCT_NAME = "$(TARGET_NAME)";
342+
SWIFT_VERSION = 4.2;
343+
TARGETED_DEVICE_FAMILY = "1,2";
344+
};
345+
name = Release;
346+
};
347+
/* End XCBuildConfiguration section */
348+
349+
/* Begin XCConfigurationList section */
350+
47CC68B4215C0386001B3A20 /* Build configuration list for PBXProject "KotlinIOS" */ = {
351+
isa = XCConfigurationList;
352+
buildConfigurations = (
353+
47CC68C9215C0387001B3A20 /* Debug */,
354+
47CC68CA215C0387001B3A20 /* Release */,
355+
);
356+
defaultConfigurationIsVisible = 0;
357+
defaultConfigurationName = Release;
358+
};
359+
47CC68CB215C0387001B3A20 /* Build configuration list for PBXNativeTarget "KotlinIOS" */ = {
360+
isa = XCConfigurationList;
361+
buildConfigurations = (
362+
47CC68CC215C0387001B3A20 /* Debug */,
363+
47CC68CD215C0387001B3A20 /* Release */,
364+
);
365+
defaultConfigurationIsVisible = 0;
366+
defaultConfigurationName = Release;
367+
};
368+
/* End XCConfigurationList section */
369+
};
370+
rootObject = 47CC68B1215C0386001B3A20 /* Project object */;
371+
}

native/KotlinIOS/KotlinIOS.xcodeproj/project.xcworkspace/contents.xcworkspacedata

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
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)