|
6 | 6 | objectVersion = 77; |
7 | 7 | objects = { |
8 | 8 |
|
| 9 | +/* Begin PBXBuildFile section */ |
| 10 | + 7BBDBC682D66BD2B00E08EC6 /* Sparkle in Frameworks */ = {isa = PBXBuildFile; productRef = 7BBDBC672D66BD2B00E08EC6 /* Sparkle */; }; |
| 11 | +/* End PBXBuildFile section */ |
| 12 | + |
9 | 13 | /* Begin PBXFileReference section */ |
10 | 14 | 7B5A90352D62E1D700E9E07C /* InjectiPA.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = InjectiPA.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
11 | 15 | /* End PBXFileReference section */ |
12 | 16 |
|
| 17 | +/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */ |
| 18 | + 7BBDBC6A2D66BDA000E08EC6 /* Exceptions for "InjectiPA" folder in "InjectiPA" target */ = { |
| 19 | + isa = PBXFileSystemSynchronizedBuildFileExceptionSet; |
| 20 | + membershipExceptions = ( |
| 21 | + Info.plist, |
| 22 | + ); |
| 23 | + target = 7B5A90342D62E1D700E9E07C /* InjectiPA */; |
| 24 | + }; |
| 25 | +/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */ |
| 26 | + |
13 | 27 | /* Begin PBXFileSystemSynchronizedRootGroup section */ |
14 | 28 | 7B5A90372D62E1D700E9E07C /* InjectiPA */ = { |
15 | 29 | isa = PBXFileSystemSynchronizedRootGroup; |
| 30 | + exceptions = ( |
| 31 | + 7BBDBC6A2D66BDA000E08EC6 /* Exceptions for "InjectiPA" folder in "InjectiPA" target */, |
| 32 | + ); |
16 | 33 | path = InjectiPA; |
17 | 34 | sourceTree = "<group>"; |
18 | 35 | }; |
|
23 | 40 | isa = PBXFrameworksBuildPhase; |
24 | 41 | buildActionMask = 2147483647; |
25 | 42 | files = ( |
| 43 | + 7BBDBC682D66BD2B00E08EC6 /* Sparkle in Frameworks */, |
26 | 44 | ); |
27 | 45 | runOnlyForDeploymentPostprocessing = 0; |
28 | 46 | }; |
|
65 | 83 | ); |
66 | 84 | name = InjectiPA; |
67 | 85 | packageProductDependencies = ( |
| 86 | + 7BBDBC672D66BD2B00E08EC6 /* Sparkle */, |
68 | 87 | ); |
69 | 88 | productName = InjectiPA; |
70 | 89 | productReference = 7B5A90352D62E1D700E9E07C /* InjectiPA.app */; |
|
95 | 114 | ); |
96 | 115 | mainGroup = 7B5A902C2D62E1D700E9E07C; |
97 | 116 | minimizedProjectReferenceProxies = 1; |
| 117 | + packageReferences = ( |
| 118 | + 7BBDBC662D66BD2B00E08EC6 /* XCRemoteSwiftPackageReference "Sparkle" */, |
| 119 | + ); |
98 | 120 | preferredProjectObjectVersion = 77; |
99 | 121 | productRefGroup = 7B5A90362D62E1D700E9E07C /* Products */; |
100 | 122 | projectDirPath = ""; |
|
254 | 276 | CODE_SIGN_ENTITLEMENTS = InjectiPA/InjectiPA.entitlements; |
255 | 277 | CODE_SIGN_STYLE = Automatic; |
256 | 278 | COMBINE_HIDPI_IMAGES = YES; |
257 | | - CURRENT_PROJECT_VERSION = 1; |
| 279 | + CURRENT_PROJECT_VERSION = 3; |
258 | 280 | DEVELOPMENT_ASSET_PATHS = "\"InjectiPA/Preview Content\""; |
259 | 281 | ENABLE_HARDENED_RUNTIME = YES; |
260 | 282 | ENABLE_PREVIEWS = YES; |
261 | 283 | GENERATE_INFOPLIST_FILE = YES; |
| 284 | + INFOPLIST_FILE = InjectiPA/Info.plist; |
262 | 285 | INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
263 | 286 | LD_RUNPATH_SEARCH_PATHS = ( |
264 | 287 | "$(inherited)", |
|
281 | 304 | CODE_SIGN_ENTITLEMENTS = InjectiPA/InjectiPA.entitlements; |
282 | 305 | CODE_SIGN_STYLE = Automatic; |
283 | 306 | COMBINE_HIDPI_IMAGES = YES; |
284 | | - CURRENT_PROJECT_VERSION = 1; |
| 307 | + CURRENT_PROJECT_VERSION = 3; |
285 | 308 | DEVELOPMENT_ASSET_PATHS = "\"InjectiPA/Preview Content\""; |
286 | 309 | ENABLE_HARDENED_RUNTIME = YES; |
287 | 310 | ENABLE_PREVIEWS = YES; |
288 | 311 | GENERATE_INFOPLIST_FILE = YES; |
| 312 | + INFOPLIST_FILE = InjectiPA/Info.plist; |
289 | 313 | INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
290 | 314 | LD_RUNPATH_SEARCH_PATHS = ( |
291 | 315 | "$(inherited)", |
|
322 | 346 | defaultConfigurationName = Release; |
323 | 347 | }; |
324 | 348 | /* End XCConfigurationList section */ |
| 349 | + |
| 350 | +/* Begin XCRemoteSwiftPackageReference section */ |
| 351 | + 7BBDBC662D66BD2B00E08EC6 /* XCRemoteSwiftPackageReference "Sparkle" */ = { |
| 352 | + isa = XCRemoteSwiftPackageReference; |
| 353 | + repositoryURL = "https://github.com/sparkle-project/Sparkle"; |
| 354 | + requirement = { |
| 355 | + kind = upToNextMajorVersion; |
| 356 | + minimumVersion = 2.6.4; |
| 357 | + }; |
| 358 | + }; |
| 359 | +/* End XCRemoteSwiftPackageReference section */ |
| 360 | + |
| 361 | +/* Begin XCSwiftPackageProductDependency section */ |
| 362 | + 7BBDBC672D66BD2B00E08EC6 /* Sparkle */ = { |
| 363 | + isa = XCSwiftPackageProductDependency; |
| 364 | + package = 7BBDBC662D66BD2B00E08EC6 /* XCRemoteSwiftPackageReference "Sparkle" */; |
| 365 | + productName = Sparkle; |
| 366 | + }; |
| 367 | +/* End XCSwiftPackageProductDependency section */ |
325 | 368 | }; |
326 | 369 | rootObject = 7B5A902D2D62E1D700E9E07C /* Project object */; |
327 | 370 | } |
0 commit comments