|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 1045A4552DFF16140062042A /* SessionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1045A4542DFF16140062042A /* SessionView.swift */; }; |
| 11 | + 107710F22ED89A6E00EB62D4 /* CloudflareService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 107710F12ED89A6E00EB62D4 /* CloudflareService.swift */; }; |
11 | 12 | 10C9F6AD2E05295A00A8719E /* ResponseContentHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 10C9F6AC2E05295A00A8719E /* ResponseContentHelper.swift */; }; |
12 | 13 | B42DB27F2DFA8C1A005EF8BE /* AssistantView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B42DB27E2DFA8C1A005EF8BE /* AssistantView.swift */; }; |
13 | 14 | B42DB2812DFA8F7B005EF8BE /* AssistantEditView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B42DB2802DFA8F7B005EF8BE /* AssistantEditView.swift */; }; |
|
77 | 78 |
|
78 | 79 | /* Begin PBXFileReference section */ |
79 | 80 | 1045A4542DFF16140062042A /* SessionView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SessionView.swift; sourceTree = "<group>"; }; |
| 81 | + 107710F12ED89A6E00EB62D4 /* CloudflareService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CloudflareService.swift; sourceTree = "<group>"; }; |
80 | 82 | 10C9F6AC2E05295A00A8719E /* ResponseContentHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResponseContentHelper.swift; sourceTree = "<group>"; }; |
81 | 83 | B400B5062DEF3DAB002CF2B4 /* README_zh.md */ = {isa = PBXFileReference; explicitFileType = net.daringfireball.markdown; path = README_zh.md; sourceTree = "<group>"; }; |
82 | 84 | B400B5082DEF4199002CF2B4 /* _config.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = _config.yml; sourceTree = "<group>"; }; |
|
289 | 291 | children = ( |
290 | 292 | B457E88E2DBFA74100598C36 /* GrokService.swift */, |
291 | 293 | B440D2742DDF72AC0064B3BE /* GeminiService.swift */, |
| 294 | + 107710F12ED89A6E00EB62D4 /* CloudflareService.swift */, |
292 | 295 | B49731592DF1C55C004D9DCD /* DeepSeekService.swift */, |
293 | 296 | B457E8802DBB775F00598C36 /* APIResponseMessage.swift */, |
294 | 297 | ); |
|
435 | 438 | attributes = { |
436 | 439 | BuildIndependentTargetsInParallel = 1; |
437 | 440 | LastSwiftUpdateCheck = 1620; |
438 | | - LastUpgradeCheck = 1630; |
| 441 | + LastUpgradeCheck = 2610; |
439 | 442 | TargetAttributes = { |
440 | 443 | B4806FAB2D9B8047004C952C = { |
441 | 444 | CreatedOnToolsVersion = 16.2; |
|
531 | 534 | B49731712DF74FAF004D9DCD /* PromptEnumModel.swift in Sources */, |
532 | 535 | B457E8892DBFA6DA00598C36 /* ChatRoleEnum.swift in Sources */, |
533 | 536 | B457E88B2DBFA6EA00598C36 /* ChatSession.swift in Sources */, |
| 537 | + 107710F22ED89A6E00EB62D4 /* CloudflareService.swift in Sources */, |
534 | 538 | B49731612DF46B9C004D9DCD /* CustomButtonView.swift in Sources */, |
535 | 539 | B4A22C792DEC5E460091CB68 /* AppearanceEnum.swift in Sources */, |
536 | 540 | B44725D12DC1FA8A00B9B31B /* InputAreaView.swift in Sources */, |
|
609 | 613 | MTL_FAST_MATH = YES; |
610 | 614 | ONLY_ACTIVE_ARCH = YES; |
611 | 615 | SDKROOT = macosx; |
| 616 | + STRING_CATALOG_GENERATE_SYMBOLS = YES; |
612 | 617 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; |
613 | 618 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
614 | 619 | }; |
|
666 | 671 | MTL_ENABLE_DEBUG_INFO = NO; |
667 | 672 | MTL_FAST_MATH = YES; |
668 | 673 | SDKROOT = macosx; |
| 674 | + STRING_CATALOG_GENERATE_SYMBOLS = YES; |
669 | 675 | SWIFT_COMPILATION_MODE = wholemodule; |
670 | 676 | }; |
671 | 677 | name = Release; |
|
680 | 686 | "CODE_SIGN_IDENTITY[sdk=macosx*]" = "-"; |
681 | 687 | CODE_SIGN_STYLE = Automatic; |
682 | 688 | COMBINE_HIDPI_IMAGES = YES; |
683 | | - CURRENT_PROJECT_VERSION = 6; |
| 689 | + CURRENT_PROJECT_VERSION = 7; |
684 | 690 | DEAD_CODE_STRIPPING = YES; |
685 | 691 | DEVELOPMENT_ASSET_PATHS = "\"Sources/Preview Content\""; |
686 | 692 | DEVELOPMENT_TEAM = ""; |
| 693 | + ENABLE_APP_SANDBOX = YES; |
| 694 | + ENABLE_INCOMING_NETWORK_CONNECTIONS = YES; |
| 695 | + ENABLE_OUTGOING_NETWORK_CONNECTIONS = YES; |
687 | 696 | ENABLE_PREVIEWS = YES; |
| 697 | + ENABLE_USER_SELECTED_FILES = readwrite; |
688 | 698 | GENERATE_INFOPLIST_FILE = YES; |
689 | 699 | INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities"; |
690 | 700 | INFOPLIST_KEY_NSHumanReadableCopyright = "© 2025 iChochy"; |
|
715 | 725 | "CODE_SIGN_IDENTITY[sdk=macosx*]" = "-"; |
716 | 726 | CODE_SIGN_STYLE = Automatic; |
717 | 727 | COMBINE_HIDPI_IMAGES = YES; |
718 | | - CURRENT_PROJECT_VERSION = 6; |
| 728 | + CURRENT_PROJECT_VERSION = 7; |
719 | 729 | DEAD_CODE_STRIPPING = YES; |
720 | 730 | DEVELOPMENT_ASSET_PATHS = "\"Sources/Preview Content\""; |
721 | 731 | DEVELOPMENT_TEAM = ""; |
| 732 | + ENABLE_APP_SANDBOX = YES; |
| 733 | + ENABLE_INCOMING_NETWORK_CONNECTIONS = YES; |
| 734 | + ENABLE_OUTGOING_NETWORK_CONNECTIONS = YES; |
722 | 735 | ENABLE_PREVIEWS = YES; |
| 736 | + ENABLE_USER_SELECTED_FILES = readwrite; |
723 | 737 | GENERATE_INFOPLIST_FILE = YES; |
724 | 738 | INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities"; |
725 | 739 | INFOPLIST_KEY_NSHumanReadableCopyright = "© 2025 iChochy"; |
|
0 commit comments