|
3 | 3 | archiveVersion = 1; |
4 | 4 | classes = { |
5 | 5 | }; |
6 | | - objectVersion = 56; |
| 6 | + objectVersion = 60; |
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + CB27EC282D5138C4004AD45F /* DIContainer in Frameworks */ = {isa = PBXBuildFile; productRef = CB27EC272D5138C4004AD45F /* DIContainer */; }; |
10 | 11 | CB2948202C0C4C2400F408B2 /* DIContainerExampleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB29481F2C0C4C2400F408B2 /* DIContainerExampleTests.swift */; }; |
11 | 12 | CB5D7F7A2C0C48E300AA61C0 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB5D7F792C0C48E300AA61C0 /* AppDelegate.swift */; }; |
12 | 13 | CB5D7F7C2C0C48E300AA61C0 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB5D7F7B2C0C48E300AA61C0 /* SceneDelegate.swift */; }; |
13 | 14 | CB5D7F7E2C0C48E300AA61C0 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB5D7F7D2C0C48E300AA61C0 /* ViewController.swift */; }; |
14 | 15 | CB5D7F812C0C48E300AA61C0 /* Base in Resources */ = {isa = PBXBuildFile; fileRef = CB5D7F802C0C48E300AA61C0 /* Base */; }; |
15 | 16 | CB5D7F832C0C48E400AA61C0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = CB5D7F822C0C48E400AA61C0 /* Assets.xcassets */; }; |
16 | 17 | CB5D7F862C0C48E400AA61C0 /* Base in Resources */ = {isa = PBXBuildFile; fileRef = CB5D7F852C0C48E400AA61C0 /* Base */; }; |
17 | | - CB5D7F8F2C0C490800AA61C0 /* DIContainer in Frameworks */ = {isa = PBXBuildFile; productRef = CB5D7F8E2C0C490800AA61C0 /* DIContainer */; }; |
18 | 18 | CB5D7F952C0C495D00AA61C0 /* FooModuleFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB5D7F942C0C495D00AA61C0 /* FooModuleFactory.swift */; }; |
19 | 19 | CB5D7F9B2C0C4A3700AA61C0 /* FooService.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB5D7F9A2C0C4A3700AA61C0 /* FooService.swift */; }; |
20 | 20 | CB5D7F9D2C0C4A5100AA61C0 /* FooServiceImpl.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB5D7F9C2C0C4A5100AA61C0 /* FooServiceImpl.swift */; }; |
|
58 | 58 | CB5D7FA22C0C4A7500AA61C0 /* BazService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BazService.swift; sourceTree = "<group>"; }; |
59 | 59 | CB5D7FA32C0C4A7500AA61C0 /* BazModuleFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BazModuleFactory.swift; sourceTree = "<group>"; }; |
60 | 60 | CB5D7FAA2C0C4B9B00AA61C0 /* RegisterContainer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RegisterContainer.swift; sourceTree = "<group>"; }; |
61 | | - CB5D7FB02C0C4BE700AA61C0 /* _.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = _.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
62 | 61 | /* End PBXFileReference section */ |
63 | 62 |
|
64 | 63 | /* Begin PBXFrameworksBuildPhase section */ |
|
73 | 72 | isa = PBXFrameworksBuildPhase; |
74 | 73 | buildActionMask = 2147483647; |
75 | 74 | files = ( |
76 | | - CB5D7F8F2C0C490800AA61C0 /* DIContainer in Frameworks */, |
77 | | - ); |
78 | | - runOnlyForDeploymentPostprocessing = 0; |
79 | | - }; |
80 | | - CB5D7FAD2C0C4BE700AA61C0 /* Frameworks */ = { |
81 | | - isa = PBXFrameworksBuildPhase; |
82 | | - buildActionMask = 2147483647; |
83 | | - files = ( |
| 75 | + CB27EC282D5138C4004AD45F /* DIContainer in Frameworks */, |
84 | 76 | ); |
85 | 77 | runOnlyForDeploymentPostprocessing = 0; |
86 | 78 | }; |
|
108 | 100 | isa = PBXGroup; |
109 | 101 | children = ( |
110 | 102 | CB5D7F762C0C48E300AA61C0 /* DIContainerExample.app */, |
111 | | - CB5D7FB02C0C4BE700AA61C0 /* _.xctest */, |
112 | 103 | CB29481D2C0C4C2400F408B2 /* DIContainerExampleTests.xctest */, |
113 | 104 | ); |
114 | 105 | name = Products; |
|
205 | 196 | ); |
206 | 197 | name = DIContainerExample; |
207 | 198 | packageProductDependencies = ( |
208 | | - CB5D7F8E2C0C490800AA61C0 /* DIContainer */, |
| 199 | + CB27EC272D5138C4004AD45F /* DIContainer */, |
209 | 200 | ); |
210 | 201 | productName = DIContainerExample; |
211 | 202 | productReference = CB5D7F762C0C48E300AA61C0 /* DIContainerExample.app */; |
212 | 203 | productType = "com.apple.product-type.application"; |
213 | 204 | }; |
214 | | - CB5D7FAF2C0C4BE700AA61C0 /* _ */ = { |
215 | | - isa = PBXNativeTarget; |
216 | | - buildConfigurationList = CB5D7FB62C0C4BE700AA61C0 /* Build configuration list for PBXNativeTarget "_" */; |
217 | | - buildPhases = ( |
218 | | - CB5D7FAC2C0C4BE700AA61C0 /* Sources */, |
219 | | - CB5D7FAD2C0C4BE700AA61C0 /* Frameworks */, |
220 | | - CB5D7FAE2C0C4BE700AA61C0 /* Resources */, |
221 | | - ); |
222 | | - buildRules = ( |
223 | | - ); |
224 | | - dependencies = ( |
225 | | - ); |
226 | | - name = _; |
227 | | - productName = JSInterfacePluginContainerExampleTests; |
228 | | - productReference = CB5D7FB02C0C4BE700AA61C0 /* _.xctest */; |
229 | | - productType = "com.apple.product-type.bundle.unit-test"; |
230 | | - }; |
231 | 205 | /* End PBXNativeTarget section */ |
232 | 206 |
|
233 | 207 | /* Begin PBXProject section */ |
|
245 | 219 | CB5D7F752C0C48E300AA61C0 = { |
246 | 220 | CreatedOnToolsVersion = 15.3; |
247 | 221 | }; |
248 | | - CB5D7FAF2C0C4BE700AA61C0 = { |
249 | | - CreatedOnToolsVersion = 15.3; |
250 | | - }; |
251 | 222 | }; |
252 | 223 | }; |
253 | 224 | buildConfigurationList = CB5D7F712C0C48E300AA61C0 /* Build configuration list for PBXProject "DIContainerExample" */; |
|
260 | 231 | ); |
261 | 232 | mainGroup = CB5D7F6D2C0C48E300AA61C0; |
262 | 233 | packageReferences = ( |
263 | | - CB5D7F8D2C0C490800AA61C0 /* XCRemoteSwiftPackageReference "DIContainer" */, |
| 234 | + CB27EC262D5138C4004AD45F /* XCLocalSwiftPackageReference "../../DIContainer" */, |
264 | 235 | ); |
265 | 236 | productRefGroup = CB5D7F772C0C48E300AA61C0 /* Products */; |
266 | 237 | projectDirPath = ""; |
267 | 238 | projectRoot = ""; |
268 | 239 | targets = ( |
269 | 240 | CB5D7F752C0C48E300AA61C0 /* DIContainerExample */, |
270 | 241 | CB29481C2C0C4C2400F408B2 /* DIContainerExampleTests */, |
271 | | - CB5D7FAF2C0C4BE700AA61C0 /* _ */, |
272 | 242 | ); |
273 | 243 | }; |
274 | 244 | /* End PBXProject section */ |
|
291 | 261 | ); |
292 | 262 | runOnlyForDeploymentPostprocessing = 0; |
293 | 263 | }; |
294 | | - CB5D7FAE2C0C4BE700AA61C0 /* Resources */ = { |
295 | | - isa = PBXResourcesBuildPhase; |
296 | | - buildActionMask = 2147483647; |
297 | | - files = ( |
298 | | - ); |
299 | | - runOnlyForDeploymentPostprocessing = 0; |
300 | | - }; |
301 | 264 | /* End PBXResourcesBuildPhase section */ |
302 | 265 |
|
303 | 266 | /* Begin PBXSourcesBuildPhase section */ |
|
329 | 292 | ); |
330 | 293 | runOnlyForDeploymentPostprocessing = 0; |
331 | 294 | }; |
332 | | - CB5D7FAC2C0C4BE700AA61C0 /* Sources */ = { |
333 | | - isa = PBXSourcesBuildPhase; |
334 | | - buildActionMask = 2147483647; |
335 | | - files = ( |
336 | | - ); |
337 | | - runOnlyForDeploymentPostprocessing = 0; |
338 | | - }; |
339 | 295 | /* End PBXSourcesBuildPhase section */ |
340 | 296 |
|
341 | 297 | /* Begin PBXTargetDependency section */ |
|
579 | 535 | }; |
580 | 536 | name = Release; |
581 | 537 | }; |
582 | | - CB5D7FB72C0C4BE700AA61C0 /* Debug */ = { |
583 | | - isa = XCBuildConfiguration; |
584 | | - buildSettings = { |
585 | | - CODE_SIGN_STYLE = Automatic; |
586 | | - CURRENT_PROJECT_VERSION = 1; |
587 | | - DEVELOPMENT_TEAM = 6794ZU679A; |
588 | | - GENERATE_INFOPLIST_FILE = YES; |
589 | | - IPHONEOS_DEPLOYMENT_TARGET = 17.4; |
590 | | - MARKETING_VERSION = 1.0; |
591 | | - PRODUCT_BUNDLE_IDENTIFIER = kr.minsone.JSInterfacePluginContainerExampleTests; |
592 | | - PRODUCT_NAME = "$(TARGET_NAME)"; |
593 | | - SWIFT_EMIT_LOC_STRINGS = NO; |
594 | | - SWIFT_VERSION = 5.0; |
595 | | - TARGETED_DEVICE_FAMILY = "1,2"; |
596 | | - }; |
597 | | - name = Debug; |
598 | | - }; |
599 | | - CB5D7FB82C0C4BE700AA61C0 /* Release */ = { |
600 | | - isa = XCBuildConfiguration; |
601 | | - buildSettings = { |
602 | | - CODE_SIGN_STYLE = Automatic; |
603 | | - CURRENT_PROJECT_VERSION = 1; |
604 | | - DEVELOPMENT_TEAM = 6794ZU679A; |
605 | | - GENERATE_INFOPLIST_FILE = YES; |
606 | | - IPHONEOS_DEPLOYMENT_TARGET = 17.4; |
607 | | - MARKETING_VERSION = 1.0; |
608 | | - PRODUCT_BUNDLE_IDENTIFIER = kr.minsone.JSInterfacePluginContainerExampleTests; |
609 | | - PRODUCT_NAME = "$(TARGET_NAME)"; |
610 | | - SWIFT_EMIT_LOC_STRINGS = NO; |
611 | | - SWIFT_VERSION = 5.0; |
612 | | - TARGETED_DEVICE_FAMILY = "1,2"; |
613 | | - }; |
614 | | - name = Release; |
615 | | - }; |
616 | 538 | /* End XCBuildConfiguration section */ |
617 | 539 |
|
618 | 540 | /* Begin XCConfigurationList section */ |
|
643 | 565 | defaultConfigurationIsVisible = 0; |
644 | 566 | defaultConfigurationName = Release; |
645 | 567 | }; |
646 | | - CB5D7FB62C0C4BE700AA61C0 /* Build configuration list for PBXNativeTarget "_" */ = { |
647 | | - isa = XCConfigurationList; |
648 | | - buildConfigurations = ( |
649 | | - CB5D7FB72C0C4BE700AA61C0 /* Debug */, |
650 | | - CB5D7FB82C0C4BE700AA61C0 /* Release */, |
651 | | - ); |
652 | | - defaultConfigurationIsVisible = 0; |
653 | | - defaultConfigurationName = Release; |
654 | | - }; |
655 | 568 | /* End XCConfigurationList section */ |
656 | 569 |
|
657 | | -/* Begin XCRemoteSwiftPackageReference section */ |
658 | | - CB5D7F8D2C0C490800AA61C0 /* XCRemoteSwiftPackageReference "DIContainer" */ = { |
659 | | - isa = XCRemoteSwiftPackageReference; |
660 | | - repositoryURL = "https://github.com/minsOne/DIContainer"; |
661 | | - requirement = { |
662 | | - kind = upToNextMajorVersion; |
663 | | - minimumVersion = 1.3.3; |
664 | | - }; |
| 570 | +/* Begin XCLocalSwiftPackageReference section */ |
| 571 | + CB27EC262D5138C4004AD45F /* XCLocalSwiftPackageReference "../../DIContainer" */ = { |
| 572 | + isa = XCLocalSwiftPackageReference; |
| 573 | + relativePath = ../../DIContainer; |
665 | 574 | }; |
666 | | -/* End XCRemoteSwiftPackageReference section */ |
| 575 | +/* End XCLocalSwiftPackageReference section */ |
667 | 576 |
|
668 | 577 | /* Begin XCSwiftPackageProductDependency section */ |
669 | | - CB5D7F8E2C0C490800AA61C0 /* DIContainer */ = { |
| 578 | + CB27EC272D5138C4004AD45F /* DIContainer */ = { |
670 | 579 | isa = XCSwiftPackageProductDependency; |
671 | | - package = CB5D7F8D2C0C490800AA61C0 /* XCRemoteSwiftPackageReference "DIContainer" */; |
672 | 580 | productName = DIContainer; |
673 | 581 | }; |
674 | 582 | /* End XCSwiftPackageProductDependency section */ |
|
0 commit comments