|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 7B110A432E9DC96C0093D372 /* PythonKit in Frameworks */ = {isa = PBXBuildFile; productRef = 7B110A422E9DC96C0093D372 /* PythonKit */; }; |
10 | 11 | 7B2D06A92E97BC8E00369D76 /* MarkdownUI in Frameworks */ = {isa = PBXBuildFile; productRef = 7B2D06A82E97BC8E00369D76 /* MarkdownUI */; }; |
11 | 12 | /* End PBXBuildFile section */ |
12 | 13 |
|
|
57 | 58 | buildActionMask = 2147483647; |
58 | 59 | files = ( |
59 | 60 | 7B2D06A92E97BC8E00369D76 /* MarkdownUI in Frameworks */, |
| 61 | + 7B110A432E9DC96C0093D372 /* PythonKit in Frameworks */, |
60 | 62 | ); |
61 | 63 | runOnlyForDeploymentPostprocessing = 0; |
62 | 64 | }; |
|
118 | 120 | name = interview_coder; |
119 | 121 | packageProductDependencies = ( |
120 | 122 | 7B2D06A82E97BC8E00369D76 /* MarkdownUI */, |
| 123 | + 7B110A422E9DC96C0093D372 /* PythonKit */, |
121 | 124 | ); |
122 | 125 | productName = interview_coder; |
123 | 126 | productReference = 7B2430AB2E96436300E3DDE4 /* Codex++.app */; |
|
203 | 206 | minimizedProjectReferenceProxies = 1; |
204 | 207 | packageReferences = ( |
205 | 208 | 7B2D06A72E97BC8E00369D76 /* XCRemoteSwiftPackageReference "swift-markdown-ui" */, |
| 209 | + 7B110A412E9DC96C0093D372 /* XCRemoteSwiftPackageReference "PythonKit" */, |
206 | 210 | ); |
207 | 211 | preferredProjectObjectVersion = 77; |
208 | 212 | productRefGroup = 7B2430AC2E96436300E3DDE4 /* Products */; |
|
402 | 406 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
403 | 407 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
404 | 408 | ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES; |
| 409 | + CODE_SIGN_ENTITLEMENTS = interview_coder/interview_coder.entitlements; |
405 | 410 | CODE_SIGN_IDENTITY = "Apple Development"; |
406 | 411 | "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; |
407 | 412 | CODE_SIGN_STYLE = Automatic; |
|
418 | 423 | INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
419 | 424 | INFOPLIST_KEY_NSMicrophoneUsageDescription = "Microphone is used to record audio notes and previews."; |
420 | 425 | INFOPLIST_KEY_NSScreenCaptureUsageDescription = "Screen capture is used to take screenshots for analysis."; |
421 | | - CODE_SIGN_ENTITLEMENTS = interview_coder/interview_coder.entitlements; |
422 | 426 | LD_RUNPATH_SEARCH_PATHS = ( |
423 | 427 | "$(inherited)", |
424 | 428 | "@executable_path/../Frameworks", |
|
440 | 444 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
441 | 445 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
442 | 446 | ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES; |
| 447 | + CODE_SIGN_ENTITLEMENTS = interview_coder/interview_coder.entitlements; |
443 | 448 | CODE_SIGN_IDENTITY = "Apple Development"; |
444 | 449 | "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; |
445 | 450 | CODE_SIGN_STYLE = Automatic; |
|
456 | 461 | INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
457 | 462 | INFOPLIST_KEY_NSMicrophoneUsageDescription = "Microphone is used to record audio notes and previews."; |
458 | 463 | INFOPLIST_KEY_NSScreenCaptureUsageDescription = "Screen capture is used to take screenshots for analysis."; |
459 | | - CODE_SIGN_ENTITLEMENTS = interview_coder/interview_coder.entitlements; |
460 | 464 | LD_RUNPATH_SEARCH_PATHS = ( |
461 | 465 | "$(inherited)", |
462 | 466 | "@executable_path/../Frameworks", |
|
583 | 587 | /* End XCConfigurationList section */ |
584 | 588 |
|
585 | 589 | /* Begin XCRemoteSwiftPackageReference section */ |
| 590 | + 7B110A412E9DC96C0093D372 /* XCRemoteSwiftPackageReference "PythonKit" */ = { |
| 591 | + isa = XCRemoteSwiftPackageReference; |
| 592 | + repositoryURL = "https://github.com/pvieito/PythonKit.git"; |
| 593 | + requirement = { |
| 594 | + branch = master; |
| 595 | + kind = branch; |
| 596 | + }; |
| 597 | + }; |
586 | 598 | 7B2D06A72E97BC8E00369D76 /* XCRemoteSwiftPackageReference "swift-markdown-ui" */ = { |
587 | 599 | isa = XCRemoteSwiftPackageReference; |
588 | 600 | repositoryURL = "https://github.com/gonzalezreal/swift-markdown-ui"; |
|
594 | 606 | /* End XCRemoteSwiftPackageReference section */ |
595 | 607 |
|
596 | 608 | /* Begin XCSwiftPackageProductDependency section */ |
| 609 | + 7B110A422E9DC96C0093D372 /* PythonKit */ = { |
| 610 | + isa = XCSwiftPackageProductDependency; |
| 611 | + package = 7B110A412E9DC96C0093D372 /* XCRemoteSwiftPackageReference "PythonKit" */; |
| 612 | + productName = PythonKit; |
| 613 | + }; |
597 | 614 | 7B2D06A82E97BC8E00369D76 /* MarkdownUI */ = { |
598 | 615 | isa = XCSwiftPackageProductDependency; |
599 | 616 | package = 7B2D06A72E97BC8E00369D76 /* XCRemoteSwiftPackageReference "swift-markdown-ui" */; |
|
0 commit comments