|
3 | 3 | archiveVersion = 1; |
4 | 4 | classes = { |
5 | 5 | }; |
6 | | - objectVersion = 77; |
| 6 | + objectVersion = 70; |
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
|
18 | 18 | /* End PBXFileReference section */ |
19 | 19 |
|
20 | 20 | /* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */ |
21 | | - DA0865721A6D430B66025E67 /* Exceptions for "Sources" folder in "DevLogCore" target */ = { |
| 21 | + DA0865721A6D430B66025E67 /* PBXFileSystemSynchronizedBuildFileExceptionSet */ = { |
22 | 22 | isa = PBXFileSystemSynchronizedBuildFileExceptionSet; |
23 | 23 | membershipExceptions = ( |
24 | 24 | .swiftlint.yml, |
|
28 | 28 | /* End PBXFileSystemSynchronizedBuildFileExceptionSet section */ |
29 | 29 |
|
30 | 30 | /* Begin PBXFileSystemSynchronizedRootGroup section */ |
31 | | - DA0865721A6D430B66025E66 /* Sources */ = { |
32 | | - isa = PBXFileSystemSynchronizedRootGroup; |
33 | | - exceptions = ( |
34 | | - DA0865721A6D430B66025E67 /* Exceptions for "Sources" folder in "DevLogCore" target */, |
35 | | - ); |
36 | | - path = Sources; |
37 | | - sourceTree = "<group>"; |
38 | | - }; |
| 31 | + DA0865721A6D430B66025E66 /* Sources */ = {isa = PBXFileSystemSynchronizedRootGroup; exceptions = (DA0865721A6D430B66025E67 /* PBXFileSystemSynchronizedBuildFileExceptionSet */, ); explicitFileTypes = {}; explicitFolders = (); path = Sources; sourceTree = "<group>"; }; |
39 | 32 | /* End PBXFileSystemSynchronizedRootGroup section */ |
40 | 33 |
|
41 | 34 | /* Begin PBXFrameworksBuildPhase section */ |
|
138 | 131 | Base, |
139 | 132 | ); |
140 | 133 | mainGroup = C0DE4BE90CB1A6B4CEDFCA61; |
141 | | - minimizedProjectReferenceProxies = 0; |
142 | 134 | packageReferences = ( |
143 | 135 | C0DEAA000000000000000002 /* XCRemoteSwiftPackageReference "SwiftLint" */, |
144 | 136 | ); |
145 | | - preferredProjectObjectVersion = 77; |
146 | 137 | productRefGroup = B66C037F848BDEE68DAC8902 /* Products */; |
147 | 138 | projectDirPath = ""; |
148 | 139 | projectRoot = ""; |
|
175 | 166 | /* Begin PBXTargetDependency section */ |
176 | 167 | C0DEAA000000000000000001 /* PBXTargetDependency */ = { |
177 | 168 | isa = PBXTargetDependency; |
178 | | - productRef = C0DEAA000000000000000003 /* plugin:SwiftLintBuildToolPlugin */; |
| 169 | + productRef = C0DEAA000000000000000003 /* SwiftLintBuildToolPlugin */; |
179 | 170 | }; |
180 | 171 | /* End PBXTargetDependency section */ |
181 | 172 |
|
182 | | -/* Begin XCRemoteSwiftPackageReference section */ |
183 | | - C0DEAA000000000000000002 /* XCRemoteSwiftPackageReference "SwiftLint" */ = { |
184 | | - isa = XCRemoteSwiftPackageReference; |
185 | | - repositoryURL = "https://github.com/realm/SwiftLint"; |
186 | | - requirement = { |
187 | | - kind = upToNextMajorVersion; |
188 | | - minimumVersion = 0.62.1; |
189 | | - }; |
190 | | - }; |
191 | | -/* End XCRemoteSwiftPackageReference section */ |
192 | | - |
193 | | -/* Begin XCSwiftPackageProductDependency section */ |
194 | | - C0DEAA000000000000000003 /* plugin:SwiftLintBuildToolPlugin */ = { |
195 | | - isa = XCSwiftPackageProductDependency; |
196 | | - package = C0DEAA000000000000000002 /* XCRemoteSwiftPackageReference "SwiftLint" */; |
197 | | - productName = "plugin:SwiftLintBuildToolPlugin"; |
198 | | - }; |
199 | | -/* End XCSwiftPackageProductDependency section */ |
200 | | - |
201 | 173 | /* Begin XCBuildConfiguration section */ |
202 | 174 | 0095EA3D0E3FC18B545418BE /* Debug */ = { |
203 | 175 | isa = XCBuildConfiguration; |
|
211 | 183 | GENERATE_INFOPLIST_FILE = YES; |
212 | 184 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
213 | 185 | IPHONEOS_DEPLOYMENT_TARGET = 17.0; |
214 | | - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 186 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 187 | + "$(inherited)", |
| 188 | + "@executable_path/Frameworks", |
| 189 | + "@loader_path/Frameworks", |
| 190 | + ); |
215 | 191 | PRODUCT_BUNDLE_IDENTIFIER = com.opfic.DevLog.DevLogCore; |
216 | 192 | PRODUCT_NAME = "$(TARGET_NAME)"; |
217 | 193 | SDKROOT = iphoneos; |
|
289 | 265 | GENERATE_INFOPLIST_FILE = YES; |
290 | 266 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
291 | 267 | IPHONEOS_DEPLOYMENT_TARGET = 17.0; |
292 | | - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 268 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 269 | + "$(inherited)", |
| 270 | + "@executable_path/Frameworks", |
| 271 | + "@loader_path/Frameworks", |
| 272 | + ); |
293 | 273 | PRODUCT_BUNDLE_IDENTIFIER = com.opfic.DevLog.DevLogCore; |
294 | 274 | PRODUCT_NAME = "$(TARGET_NAME)"; |
295 | 275 | SDKROOT = iphoneos; |
|
385 | 365 | defaultConfigurationName = Release; |
386 | 366 | }; |
387 | 367 | /* End XCConfigurationList section */ |
| 368 | + |
| 369 | +/* Begin XCRemoteSwiftPackageReference section */ |
| 370 | + C0DEAA000000000000000002 /* XCRemoteSwiftPackageReference "SwiftLint" */ = { |
| 371 | + isa = XCRemoteSwiftPackageReference; |
| 372 | + repositoryURL = "https://github.com/realm/SwiftLint"; |
| 373 | + requirement = { |
| 374 | + kind = upToNextMajorVersion; |
| 375 | + minimumVersion = 0.62.1; |
| 376 | + }; |
| 377 | + }; |
| 378 | +/* End XCRemoteSwiftPackageReference section */ |
| 379 | + |
| 380 | +/* Begin XCSwiftPackageProductDependency section */ |
| 381 | + C0DEAA000000000000000003 /* SwiftLintBuildToolPlugin */ = { |
| 382 | + isa = XCSwiftPackageProductDependency; |
| 383 | + package = C0DEAA000000000000000002 /* XCRemoteSwiftPackageReference "SwiftLint" */; |
| 384 | + productName = "plugin:SwiftLintBuildToolPlugin"; |
| 385 | + }; |
| 386 | +/* End XCSwiftPackageProductDependency section */ |
388 | 387 | }; |
389 | 388 | rootObject = 3CF16EA616D3B65329E78465 /* Project object */; |
390 | 389 | } |
0 commit comments