|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 15C9FDDF2E29E0A300E02BD9 /* ObjectBox.xcframework in Frameworks */ = {isa = PBXBuildFile; productRef = 15C9FDDE2E29E0A300E02BD9 /* ObjectBox.xcframework */; }; |
| 11 | + 15C9FDE12E29E0B000E02BD9 /* ObjectBox.xcframework in Frameworks */ = {isa = PBXBuildFile; productRef = 15C9FDE02E29E0B000E02BD9 /* ObjectBox.xcframework */; }; |
| 12 | + 15C9FDEA2E29E26B00E02BD9 /* EntityInfo-NotesExample-iOS.generated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15C9FDE72E29E26400E02BD9 /* EntityInfo-NotesExample-iOS.generated.swift */; }; |
| 13 | + 15C9FDEB2E29E27100E02BD9 /* EntityInfo-NotesExample-macOS.generated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15C9FDE82E29E26400E02BD9 /* EntityInfo-NotesExample-macOS.generated.swift */; }; |
10 | 14 | 5039ECA02181DA350095204F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5039EC9F2181DA350095204F /* AppDelegate.swift */; }; |
11 | 15 | 5039ECA22181DA350095204F /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5039ECA12181DA350095204F /* ViewController.swift */; }; |
12 | 16 | 5039ECA42181DA360095204F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5039ECA32181DA360095204F /* Assets.xcassets */; }; |
|
33 | 37 | /* End PBXBuildFile section */ |
34 | 38 |
|
35 | 39 | /* Begin PBXFileReference section */ |
| 40 | + 15C9FDE72E29E26400E02BD9 /* EntityInfo-NotesExample-iOS.generated.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "EntityInfo-NotesExample-iOS.generated.swift"; sourceTree = "<group>"; }; |
| 41 | + 15C9FDE82E29E26400E02BD9 /* EntityInfo-NotesExample-macOS.generated.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "EntityInfo-NotesExample-macOS.generated.swift"; sourceTree = "<group>"; }; |
36 | 42 | 5039EC9D2181DA350095204F /* NotesExample-macOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "NotesExample-macOS.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
37 | 43 | 5039EC9F2181DA350095204F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
38 | 44 | 5039ECA12181DA350095204F /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
|
53 | 59 | 5070AAFB218066C1002305F8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
54 | 60 | 5070AAFD218066C1002305F8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
55 | 61 | 5070AB1421809535002305F8 /* Note.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Note.swift; sourceTree = "<group>"; }; |
56 | | - 5070AB16218095DA002305F8 /* Podfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Podfile; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; |
57 | 62 | 50DC4E822188617A00DF7253 /* Services.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Services.swift; sourceTree = "<group>"; }; |
58 | 63 | 50DC4E862188963F00DF7253 /* NotesOverviewViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotesOverviewViewController.swift; sourceTree = "<group>"; }; |
59 | 64 | 50DC4E9D2189961F00DF7253 /* Array+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Array+Extensions.swift"; sourceTree = "<group>"; }; |
|
68 | 73 | isa = PBXFrameworksBuildPhase; |
69 | 74 | buildActionMask = 2147483647; |
70 | 75 | files = ( |
| 76 | + 15C9FDE12E29E0B000E02BD9 /* ObjectBox.xcframework in Frameworks */, |
71 | 77 | ); |
72 | 78 | runOnlyForDeploymentPostprocessing = 0; |
73 | 79 | }; |
74 | 80 | 5070AAE9218066C0002305F8 /* Frameworks */ = { |
75 | 81 | isa = PBXFrameworksBuildPhase; |
76 | 82 | buildActionMask = 2147483647; |
77 | 83 | files = ( |
| 84 | + 15C9FDDF2E29E0A300E02BD9 /* ObjectBox.xcframework in Frameworks */, |
78 | 85 | ); |
79 | 86 | runOnlyForDeploymentPostprocessing = 0; |
80 | 87 | }; |
81 | 88 | /* End PBXFrameworksBuildPhase section */ |
82 | 89 |
|
83 | 90 | /* Begin PBXGroup section */ |
| 91 | + 15C9FDE92E29E26400E02BD9 /* generated */ = { |
| 92 | + isa = PBXGroup; |
| 93 | + children = ( |
| 94 | + 15C9FDE72E29E26400E02BD9 /* EntityInfo-NotesExample-iOS.generated.swift */, |
| 95 | + 15C9FDE82E29E26400E02BD9 /* EntityInfo-NotesExample-macOS.generated.swift */, |
| 96 | + ); |
| 97 | + path = generated; |
| 98 | + sourceTree = "<group>"; |
| 99 | + }; |
84 | 100 | 3DABC3C80306D2BD07D4938C /* Frameworks */ = { |
85 | 101 | isa = PBXGroup; |
86 | 102 | children = ( |
|
116 | 132 | 5070AAE3218066C0002305F8 = { |
117 | 133 | isa = PBXGroup; |
118 | 134 | children = ( |
119 | | - 5070AB16218095DA002305F8 /* Podfile */, |
| 135 | + 15C9FDE92E29E26400E02BD9 /* generated */, |
120 | 136 | 5039ECAD2181DA4D0095204F /* Shared */, |
121 | 137 | 5070AAEE218066C0002305F8 /* NotesExample-iOS */, |
122 | 138 | 5039EC9E2181DA350095204F /* NotesExample-macOS */, |
|
226 | 242 | Base, |
227 | 243 | ); |
228 | 244 | mainGroup = 5070AAE3218066C0002305F8; |
| 245 | + packageReferences = ( |
| 246 | + 15C9FDDD2E29E0A300E02BD9 /* XCRemoteSwiftPackageReference "objectbox-swift-spm" */, |
| 247 | + ); |
229 | 248 | preferredProjectObjectVersion = 77; |
230 | 249 | productRefGroup = 5070AAED218066C0002305F8 /* Products */; |
231 | 250 | projectDirPath = ""; |
|
264 | 283 | isa = PBXSourcesBuildPhase; |
265 | 284 | buildActionMask = 2147483647; |
266 | 285 | files = ( |
| 286 | + 15C9FDEB2E29E27100E02BD9 /* EntityInfo-NotesExample-macOS.generated.swift in Sources */, |
267 | 287 | 5039ECA22181DA350095204F /* ViewController.swift in Sources */, |
268 | 288 | 5039ECBE2181E2C90095204F /* StoreHelper.swift in Sources */, |
269 | 289 | 5039ECA02181DA350095204F /* AppDelegate.swift in Sources */, |
|
277 | 297 | isa = PBXSourcesBuildPhase; |
278 | 298 | buildActionMask = 2147483647; |
279 | 299 | files = ( |
| 300 | + 15C9FDEA2E29E26B00E02BD9 /* EntityInfo-NotesExample-iOS.generated.swift in Sources */, |
280 | 301 | 5051DF2F2190806800E2595A /* PlaceholderViewController.swift in Sources */, |
281 | 302 | 5039ECB52181DFFF0095204F /* Author.swift in Sources */, |
282 | 303 | 5070AAF4218066C0002305F8 /* NoteEditingViewController.swift in Sources */, |
|
553 | 574 | defaultConfigurationName = Release; |
554 | 575 | }; |
555 | 576 | /* End XCConfigurationList section */ |
| 577 | + |
| 578 | +/* Begin XCRemoteSwiftPackageReference section */ |
| 579 | + 15C9FDDD2E29E0A300E02BD9 /* XCRemoteSwiftPackageReference "objectbox-swift-spm" */ = { |
| 580 | + isa = XCRemoteSwiftPackageReference; |
| 581 | + repositoryURL = "https://github.com/objectbox/objectbox-swift-spm"; |
| 582 | + requirement = { |
| 583 | + kind = upToNextMajorVersion; |
| 584 | + minimumVersion = 4.4.0; |
| 585 | + }; |
| 586 | + }; |
| 587 | +/* End XCRemoteSwiftPackageReference section */ |
| 588 | + |
| 589 | +/* Begin XCSwiftPackageProductDependency section */ |
| 590 | + 15C9FDDE2E29E0A300E02BD9 /* ObjectBox.xcframework */ = { |
| 591 | + isa = XCSwiftPackageProductDependency; |
| 592 | + package = 15C9FDDD2E29E0A300E02BD9 /* XCRemoteSwiftPackageReference "objectbox-swift-spm" */; |
| 593 | + productName = ObjectBox.xcframework; |
| 594 | + }; |
| 595 | + 15C9FDE02E29E0B000E02BD9 /* ObjectBox.xcframework */ = { |
| 596 | + isa = XCSwiftPackageProductDependency; |
| 597 | + package = 15C9FDDD2E29E0A300E02BD9 /* XCRemoteSwiftPackageReference "objectbox-swift-spm" */; |
| 598 | + productName = ObjectBox.xcframework; |
| 599 | + }; |
| 600 | +/* End XCSwiftPackageProductDependency section */ |
556 | 601 | }; |
557 | 602 | rootObject = 5070AAE4218066C0002305F8 /* Project object */; |
558 | 603 | } |
0 commit comments