|
11 | 11 | 058557D9273AAEEB004C7B11 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 058557D8273AAEEB004C7B11 /* Preview Assets.xcassets */; }; |
12 | 12 | 2152FB042600AC8F00CF470E /* iOSApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2152FB032600AC8F00CF470E /* iOSApp.swift */; }; |
13 | 13 | 66CD08F82A6A5C0E00D66EFD /* FunctionWithDefaultArgumentsExample.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66CD08F72A6A5C0E00D66EFD /* FunctionWithDefaultArgumentsExample.swift */; }; |
14 | | - 66CD08FF2A71559000D66EFD /* JavaDocComments.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66CD08FE2A71559000D66EFD /* JavaDocComments.swift */; }; |
15 | | - 66CD090A2A78109A00D66EFD /* DataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66CD09092A78109A00D66EFD /* DataClass.swift */; }; |
16 | 14 | 66CD090E2A79052C00D66EFD /* EnumClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66CD090D2A79052C00D66EFD /* EnumClass.swift */; }; |
17 | 15 | 66CD09142A790FF300D66EFD /* SealedClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66CD09132A790FF300D66EFD /* SealedClass.swift */; }; |
18 | 16 | 66D4CCF32AD6EDA000552E0E /* SuspendFunction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66D4CCF22AD6EDA000552E0E /* SuspendFunction.swift */; }; |
19 | | - 66D4CD0A2AD919DF00552E0E /* ConstructorWithDefaultArgumentsExample.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66D4CD092AD919DF00552E0E /* ConstructorWithDefaultArgumentsExample.swift */; }; |
20 | 17 | 66D4CD462ADD754E00552E0E /* FlowExample.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66D4CD452ADD754E00552E0E /* FlowExample.swift */; }; |
| 18 | + 66F10C7D2B19FD1300FFB2C8 /* InteropSamples.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66F10C7C2B19FD1300FFB2C8 /* InteropSamples.swift */; }; |
| 19 | + 66F10C7F2B19FD2E00FFB2C8 /* ResultView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66F10C7E2B19FD2E00FFB2C8 /* ResultView.swift */; }; |
| 20 | + 66F10C812B19FDA400FFB2C8 /* SealedInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66F10C802B19FDA400FFB2C8 /* SealedInterface.swift */; }; |
21 | 21 | 7555FF83242A565900829871 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7555FF82242A565900829871 /* ContentView.swift */; }; |
22 | 22 | /* End PBXBuildFile section */ |
23 | 23 |
|
|
39 | 39 | 058557D8273AAEEB004C7B11 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; |
40 | 40 | 2152FB032600AC8F00CF470E /* iOSApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iOSApp.swift; sourceTree = "<group>"; }; |
41 | 41 | 66CD08F72A6A5C0E00D66EFD /* FunctionWithDefaultArgumentsExample.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FunctionWithDefaultArgumentsExample.swift; sourceTree = "<group>"; }; |
42 | | - 66CD08FE2A71559000D66EFD /* JavaDocComments.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JavaDocComments.swift; sourceTree = "<group>"; }; |
43 | | - 66CD09092A78109A00D66EFD /* DataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DataClass.swift; sourceTree = "<group>"; }; |
44 | 42 | 66CD090D2A79052C00D66EFD /* EnumClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EnumClass.swift; sourceTree = "<group>"; }; |
45 | 43 | 66CD09132A790FF300D66EFD /* SealedClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SealedClass.swift; sourceTree = "<group>"; }; |
46 | 44 | 66D4CCF22AD6EDA000552E0E /* SuspendFunction.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SuspendFunction.swift; sourceTree = "<group>"; }; |
47 | | - 66D4CD092AD919DF00552E0E /* ConstructorWithDefaultArgumentsExample.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConstructorWithDefaultArgumentsExample.swift; sourceTree = "<group>"; }; |
48 | 45 | 66D4CD452ADD754E00552E0E /* FlowExample.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlowExample.swift; sourceTree = "<group>"; }; |
| 46 | + 66F10C7C2B19FD1300FFB2C8 /* InteropSamples.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InteropSamples.swift; sourceTree = "<group>"; }; |
| 47 | + 66F10C7E2B19FD2E00FFB2C8 /* ResultView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResultView.swift; sourceTree = "<group>"; }; |
| 48 | + 66F10C802B19FDA400FFB2C8 /* SealedInterface.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SealedInterface.swift; sourceTree = "<group>"; }; |
49 | 49 | 7555FF7B242A565900829871 /* iosApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iosApp.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
50 | 50 | 7555FF82242A565900829871 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
51 | 51 | 7555FF8C242A565B00829871 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
|
70 | 70 | path = "Preview Content"; |
71 | 71 | sourceTree = "<group>"; |
72 | 72 | }; |
73 | | - 66CD08FD2A71556800D66EFD /* Common */ = { |
| 73 | + 66CD09062A780AF800D66EFD /* ClassesAndInterfaces */ = { |
74 | 74 | isa = PBXGroup; |
75 | 75 | children = ( |
76 | | - 66CD08FE2A71559000D66EFD /* JavaDocComments.swift */, |
77 | | - ); |
78 | | - path = Common; |
79 | | - sourceTree = "<group>"; |
80 | | - }; |
81 | | - 66CD09002A715BA500D66EFD /* DataTypes */ = { |
82 | | - isa = PBXGroup; |
83 | | - children = ( |
84 | | - ); |
85 | | - path = DataTypes; |
86 | | - sourceTree = "<group>"; |
87 | | - }; |
88 | | - 66CD09062A780AF800D66EFD /* Classes */ = { |
89 | | - isa = PBXGroup; |
90 | | - children = ( |
91 | | - 66CD09092A78109A00D66EFD /* DataClass.swift */, |
92 | 76 | 66CD090D2A79052C00D66EFD /* EnumClass.swift */, |
93 | 77 | 66CD09132A790FF300D66EFD /* SealedClass.swift */, |
| 78 | + 66F10C802B19FDA400FFB2C8 /* SealedInterface.swift */, |
94 | 79 | ); |
95 | | - path = Classes; |
| 80 | + path = ClassesAndInterfaces; |
96 | 81 | sourceTree = "<group>"; |
97 | 82 | }; |
98 | | - 66CD090B2A78FD7800D66EFD /* UsualWorkflow */ = { |
| 83 | + 66CD090B2A78FD7800D66EFD /* MoreAboutFunctions */ = { |
99 | 84 | isa = PBXGroup; |
100 | 85 | children = ( |
101 | 86 | 66CD08F72A6A5C0E00D66EFD /* FunctionWithDefaultArgumentsExample.swift */, |
102 | | - 66D4CD092AD919DF00552E0E /* ConstructorWithDefaultArgumentsExample.swift */, |
103 | 87 | ); |
104 | | - path = UsualWorkflow; |
| 88 | + path = MoreAboutFunctions; |
105 | 89 | sourceTree = "<group>"; |
106 | 90 | }; |
107 | 91 | 66D4CD422ADD6EDE00552E0E /* Coroutines */ = { |
|
134 | 118 | isa = PBXGroup; |
135 | 119 | children = ( |
136 | 120 | 66D4CD422ADD6EDE00552E0E /* Coroutines */, |
137 | | - 66CD090B2A78FD7800D66EFD /* UsualWorkflow */, |
138 | | - 66CD09062A780AF800D66EFD /* Classes */, |
139 | | - 66CD09002A715BA500D66EFD /* DataTypes */, |
140 | | - 66CD08FD2A71556800D66EFD /* Common */, |
| 121 | + 66CD090B2A78FD7800D66EFD /* MoreAboutFunctions */, |
| 122 | + 66CD09062A780AF800D66EFD /* ClassesAndInterfaces */, |
141 | 123 | 058557BA273AAA24004C7B11 /* Assets.xcassets */, |
142 | 124 | 7555FF82242A565900829871 /* ContentView.swift */, |
143 | 125 | 7555FF8C242A565B00829871 /* Info.plist */, |
144 | 126 | 2152FB032600AC8F00CF470E /* iOSApp.swift */, |
145 | 127 | 058557D7273AAEEB004C7B11 /* Preview Content */, |
| 128 | + 66F10C7C2B19FD1300FFB2C8 /* InteropSamples.swift */, |
| 129 | + 66F10C7E2B19FD2E00FFB2C8 /* ResultView.swift */, |
146 | 130 | ); |
147 | 131 | path = iosApp; |
148 | 132 | sourceTree = "<group>"; |
|
249 | 233 | 66D4CCF32AD6EDA000552E0E /* SuspendFunction.swift in Sources */, |
250 | 234 | 2152FB042600AC8F00CF470E /* iOSApp.swift in Sources */, |
251 | 235 | 66CD090E2A79052C00D66EFD /* EnumClass.swift in Sources */, |
252 | | - 66CD090A2A78109A00D66EFD /* DataClass.swift in Sources */, |
| 236 | + 66F10C7D2B19FD1300FFB2C8 /* InteropSamples.swift in Sources */, |
| 237 | + 66F10C7F2B19FD2E00FFB2C8 /* ResultView.swift in Sources */, |
253 | 238 | 66D4CD462ADD754E00552E0E /* FlowExample.swift in Sources */, |
254 | 239 | 66CD08F82A6A5C0E00D66EFD /* FunctionWithDefaultArgumentsExample.swift in Sources */, |
255 | 240 | 66CD09142A790FF300D66EFD /* SealedClass.swift in Sources */, |
256 | | - 66D4CD0A2AD919DF00552E0E /* ConstructorWithDefaultArgumentsExample.swift in Sources */, |
257 | | - 66CD08FF2A71559000D66EFD /* JavaDocComments.swift in Sources */, |
258 | 241 | 7555FF83242A565900829871 /* ContentView.swift in Sources */, |
| 242 | + 66F10C812B19FDA400FFB2C8 /* SealedInterface.swift in Sources */, |
259 | 243 | ); |
260 | 244 | runOnlyForDeploymentPostprocessing = 0; |
261 | 245 | }; |
|
390 | 374 | "$(SRCROOT)/../shared/build/xcode-frameworks/$(CONFIGURATION)/$(SDK_NAME)", |
391 | 375 | ); |
392 | 376 | INFOPLIST_FILE = iosApp/Info.plist; |
| 377 | + IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
393 | 378 | LD_RUNPATH_SEARCH_PATHS = ( |
394 | 379 | "$(inherited)", |
395 | 380 | "@executable_path/Frameworks", |
|
418 | 403 | "$(SRCROOT)/../shared/build/xcode-frameworks/$(CONFIGURATION)/$(SDK_NAME)", |
419 | 404 | ); |
420 | 405 | INFOPLIST_FILE = iosApp/Info.plist; |
| 406 | + IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
421 | 407 | LD_RUNPATH_SEARCH_PATHS = ( |
422 | 408 | "$(inherited)", |
423 | 409 | "@executable_path/Frameworks", |
|
0 commit comments