|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 76181DD52D7CC83000D4D7CB /* AppView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76181DD42D7CC83000D4D7CB /* AppView.swift */; }; |
| 11 | + 76181DD72D7CC84800D4D7CB /* AppPromotionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76181DD62D7CC84800D4D7CB /* AppPromotionView.swift */; }; |
| 12 | + 761B97072D7CCDA70000378A /* LaunchAtLogin in Frameworks */ = {isa = PBXBuildFile; productRef = 761B97062D7CCDA70000378A /* LaunchAtLogin */; }; |
10 | 13 | 768A4C5528AF253C004E557E /* BottomItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 768A4C5428AF253C004E557E /* BottomItemView.swift */; };
|
11 |
| - 7695CC3E2C99F717004EAB35 /* LaunchAtLogin in Frameworks */ = {isa = PBXBuildFile; productRef = 7695CC3D2C99F717004EAB35 /* LaunchAtLogin */; }; |
12 | 14 | 769F4E1B2765A2B900594911 /* AboutView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 769F4E1A2765A2B900594911 /* AboutView.swift */; };
|
13 | 15 | 769F4E7B277B97B300594911 /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 769F4E7A277B97B300594911 /* Notifications.swift */; };
|
14 | 16 | 769F4E7D277CAFAD00594911 /* StringExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 769F4E7C277CAFAD00594911 /* StringExtensions.swift */; };
|
|
30 | 32 | /* End PBXBuildFile section */
|
31 | 33 |
|
32 | 34 | /* Begin PBXFileReference section */
|
| 35 | + 76181DD42D7CC83000D4D7CB /* AppView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppView.swift; sourceTree = "<group>"; }; |
| 36 | + 76181DD62D7CC84800D4D7CB /* AppPromotionView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppPromotionView.swift; sourceTree = "<group>"; }; |
33 | 37 | 768A4C5428AF253C004E557E /* BottomItemView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BottomItemView.swift; sourceTree = "<group>"; };
|
34 | 38 | 769F4E1A2765A2B900594911 /* AboutView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AboutView.swift; sourceTree = "<group>"; };
|
35 | 39 | 769F4E7A277B97B300594911 /* Notifications.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Notifications.swift; sourceTree = "<group>"; };
|
|
57 | 61 | files = (
|
58 | 62 | 76C6AA5B2C98E809003472DA /* Defaults in Frameworks */,
|
59 | 63 | 8CECBBFB2742ABE600A2802D /* Alamofire in Frameworks */,
|
60 |
| - 7695CC3E2C99F717004EAB35 /* LaunchAtLogin in Frameworks */, |
| 64 | + 761B97072D7CCDA70000378A /* LaunchAtLogin in Frameworks */, |
61 | 65 | 76D5F9E428D28958009EBD80 /* KeychainAccess in Frameworks */,
|
62 | 66 | );
|
63 | 67 | runOnlyForDeploymentPostprocessing = 0;
|
|
133 | 137 | 8CECBC002742B3A000A2802D /* PreferencesView.swift */,
|
134 | 138 | 769F4E1A2765A2B900594911 /* AboutView.swift */,
|
135 | 139 | 768A4C5428AF253C004E557E /* BottomItemView.swift */,
|
| 140 | + 76181DD42D7CC83000D4D7CB /* AppView.swift */, |
| 141 | + 76181DD62D7CC84800D4D7CB /* AppPromotionView.swift */, |
136 | 142 | );
|
137 | 143 | path = Views;
|
138 | 144 | sourceTree = "<group>";
|
|
147 | 153 | 8CECBBDB2742AAF800A2802D /* Sources */,
|
148 | 154 | 8CECBBDC2742AAF800A2802D /* Frameworks */,
|
149 | 155 | 8CECBBDD2742AAF800A2802D /* Resources */,
|
150 |
| - 7695CC3F2C99F729004EAB35 /* Copy Launch at Login Helper */, |
151 | 156 | );
|
152 | 157 | buildRules = (
|
153 | 158 | );
|
|
158 | 163 | 8CECBBFA2742ABE600A2802D /* Alamofire */,
|
159 | 164 | 76D5F9E328D28958009EBD80 /* KeychainAccess */,
|
160 | 165 | 76C6AA5A2C98E809003472DA /* Defaults */,
|
161 |
| - 7695CC3D2C99F717004EAB35 /* LaunchAtLogin */, |
| 166 | + 761B97062D7CCDA70000378A /* LaunchAtLogin */, |
162 | 167 | );
|
163 | 168 | productName = pullBar;
|
164 | 169 | productReference = 8CECBBDF2742AAF800A2802D /* pullBar.app */;
|
|
192 | 197 | 8CECBBF62742ABDA00A2802D /* XCRemoteSwiftPackageReference "Defaults" */,
|
193 | 198 | 8CECBBF92742ABE600A2802D /* XCRemoteSwiftPackageReference "Alamofire" */,
|
194 | 199 | 76D5F9E228D28958009EBD80 /* XCRemoteSwiftPackageReference "KeychainAccess" */,
|
195 |
| - 7695CC3C2C99F717004EAB35 /* XCRemoteSwiftPackageReference "LaunchAtLogin-Legacy" */, |
| 200 | + 761B97052D7CCDA70000378A /* XCRemoteSwiftPackageReference "LaunchAtLogin-Modern" */, |
196 | 201 | );
|
197 | 202 | productRefGroup = 8CECBBE02742AAF800A2802D /* Products */;
|
198 | 203 | projectDirPath = "";
|
|
215 | 220 | };
|
216 | 221 | /* End PBXResourcesBuildPhase section */
|
217 | 222 |
|
218 |
| -/* Begin PBXShellScriptBuildPhase section */ |
219 |
| - 7695CC3F2C99F729004EAB35 /* Copy Launch at Login Helper */ = { |
220 |
| - isa = PBXShellScriptBuildPhase; |
221 |
| - alwaysOutOfDate = 1; |
222 |
| - buildActionMask = 2147483647; |
223 |
| - files = ( |
224 |
| - ); |
225 |
| - inputFileListPaths = ( |
226 |
| - ); |
227 |
| - inputPaths = ( |
228 |
| - ); |
229 |
| - name = "Copy Launch at Login Helper"; |
230 |
| - outputFileListPaths = ( |
231 |
| - ); |
232 |
| - outputPaths = ( |
233 |
| - ); |
234 |
| - runOnlyForDeploymentPostprocessing = 0; |
235 |
| - shellPath = /bin/sh; |
236 |
| - shellScript = "# Type a script or drag a script file from your workspace to insert its path.\n\"${BUILT_PRODUCTS_DIR}/LaunchAtLogin_LaunchAtLogin.bundle/Contents/Resources/copy-helper-swiftpm.sh\"\n"; |
237 |
| - }; |
238 |
| -/* End PBXShellScriptBuildPhase section */ |
239 |
| - |
240 | 223 | /* Begin PBXSourcesBuildPhase section */
|
241 | 224 | 8CECBBDB2742AAF800A2802D /* Sources */ = {
|
242 | 225 | isa = PBXSourcesBuildPhase;
|
|
246 | 229 | 8C55444B274AD7B20079CA42 /* DateExtensions.swift in Sources */,
|
247 | 230 | 8CECBC022742B3A000A2802D /* PreferencesView.swift in Sources */,
|
248 | 231 | 769F4E7B277B97B300594911 /* Notifications.swift in Sources */,
|
| 232 | + 76181DD72D7CC84800D4D7CB /* AppPromotionView.swift in Sources */, |
249 | 233 | 8CECBBE32742AAF900A2802D /* AppDelegate.swift in Sources */,
|
250 | 234 | 76F7DAD028A88CAB0086A3B0 /* GithubTokenValidator.swift in Sources */,
|
251 | 235 | 8CECBBF52742AB3F00A2802D /* GitHubDtos.swift in Sources */,
|
252 | 236 | 768A4C5528AF253C004E557E /* BottomItemView.swift in Sources */,
|
| 237 | + 76181DD52D7CC83000D4D7CB /* AppView.swift in Sources */, |
253 | 238 | 769F4E1B2765A2B900594911 /* AboutView.swift in Sources */,
|
254 | 239 | 8CECBC0927436C2200A2802D /* NSMutableAttributedStringExtensions.swift in Sources */,
|
255 | 240 | 8CECBBF42742AB3F00A2802D /* GitHubClient.swift in Sources */,
|
|
402 | 387 | "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
|
403 | 388 | CODE_SIGN_STYLE = Automatic;
|
404 | 389 | COMBINE_HIDPI_IMAGES = YES;
|
405 |
| - CURRENT_PROJECT_VERSION = 14gh; |
| 390 | + CURRENT_PROJECT_VERSION = "16(gh)"; |
406 | 391 | DEAD_CODE_STRIPPING = YES;
|
407 | 392 | DEVELOPMENT_TEAM = UV3HUS49VJ;
|
408 | 393 | ENABLE_HARDENED_RUNTIME = YES;
|
|
416 | 401 | "$(inherited)",
|
417 | 402 | "@executable_path/../Frameworks",
|
418 | 403 | );
|
419 |
| - MARKETING_VERSION = 1.10; |
| 404 | + MACOSX_DEPLOYMENT_TARGET = 13; |
| 405 | + MARKETING_VERSION = 1.12; |
420 | 406 | PRODUCT_BUNDLE_IDENTIFIER = debug.com.pavelmakhov.pullBar;
|
421 | 407 | PRODUCT_NAME = "$(TARGET_NAME)";
|
422 | 408 | SWIFT_EMIT_LOC_STRINGS = YES;
|
|
434 | 420 | "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
|
435 | 421 | CODE_SIGN_STYLE = Automatic;
|
436 | 422 | COMBINE_HIDPI_IMAGES = YES;
|
437 |
| - CURRENT_PROJECT_VERSION = 14gh; |
| 423 | + CURRENT_PROJECT_VERSION = "16(gh)"; |
438 | 424 | DEAD_CODE_STRIPPING = YES;
|
439 | 425 | DEVELOPMENT_TEAM = UV3HUS49VJ;
|
440 | 426 | ENABLE_HARDENED_RUNTIME = YES;
|
|
448 | 434 | "$(inherited)",
|
449 | 435 | "@executable_path/../Frameworks",
|
450 | 436 | );
|
451 |
| - MARKETING_VERSION = 1.10; |
| 437 | + MACOSX_DEPLOYMENT_TARGET = 13; |
| 438 | + MARKETING_VERSION = 1.12; |
452 | 439 | PRODUCT_BUNDLE_IDENTIFIER = com.pavelmakhov.pullBar;
|
453 | 440 | PRODUCT_NAME = "$(TARGET_NAME)";
|
454 | 441 | SWIFT_EMIT_LOC_STRINGS = YES;
|
|
480 | 467 | /* End XCConfigurationList section */
|
481 | 468 |
|
482 | 469 | /* Begin XCRemoteSwiftPackageReference section */
|
483 |
| - 7695CC3C2C99F717004EAB35 /* XCRemoteSwiftPackageReference "LaunchAtLogin-Legacy" */ = { |
| 470 | + 761B97052D7CCDA70000378A /* XCRemoteSwiftPackageReference "LaunchAtLogin-Modern" */ = { |
484 | 471 | isa = XCRemoteSwiftPackageReference;
|
485 |
| - repositoryURL = "https://github.com/sindresorhus/LaunchAtLogin-Legacy"; |
| 472 | + repositoryURL = "https://github.com/sindresorhus/LaunchAtLogin-Modern"; |
486 | 473 | requirement = {
|
487 |
| - branch = main; |
488 |
| - kind = branch; |
| 474 | + kind = exactVersion; |
| 475 | + version = 1.1.0; |
489 | 476 | };
|
490 | 477 | };
|
491 | 478 | 76D5F9E228D28958009EBD80 /* XCRemoteSwiftPackageReference "KeychainAccess" */ = {
|
|
500 | 487 | isa = XCRemoteSwiftPackageReference;
|
501 | 488 | repositoryURL = "https://github.com/sindresorhus/Defaults";
|
502 | 489 | requirement = {
|
503 |
| - branch = main; |
504 |
| - kind = branch; |
| 490 | + kind = exactVersion; |
| 491 | + version = 8.2.0; |
505 | 492 | };
|
506 | 493 | };
|
507 | 494 | 8CECBBF92742ABE600A2802D /* XCRemoteSwiftPackageReference "Alamofire" */ = {
|
|
515 | 502 | /* End XCRemoteSwiftPackageReference section */
|
516 | 503 |
|
517 | 504 | /* Begin XCSwiftPackageProductDependency section */
|
518 |
| - 7695CC3D2C99F717004EAB35 /* LaunchAtLogin */ = { |
| 505 | + 761B97062D7CCDA70000378A /* LaunchAtLogin */ = { |
519 | 506 | isa = XCSwiftPackageProductDependency;
|
520 |
| - package = 7695CC3C2C99F717004EAB35 /* XCRemoteSwiftPackageReference "LaunchAtLogin-Legacy" */; |
| 507 | + package = 761B97052D7CCDA70000378A /* XCRemoteSwiftPackageReference "LaunchAtLogin-Modern" */; |
521 | 508 | productName = LaunchAtLogin;
|
522 | 509 | };
|
523 | 510 | 76C6AA5A2C98E809003472DA /* Defaults */ = {
|
|
0 commit comments