|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + F0A434F42971A0C200663826 /* EmojiPickerViewModelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0A434F32971A0C200663826 /* EmojiPickerViewModelTests.swift */; }; |
| 11 | + F0A434F82971A0DC00663826 /* UnicodeManagerStub.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0A434F62971A0DB00663826 /* UnicodeManagerStub.swift */; }; |
| 12 | + F0A434FA2971A3B900663826 /* ArrayExtensionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0A434F92971A3B900663826 /* ArrayExtensionTests.swift */; }; |
| 13 | + F0A434FC2971A67F00663826 /* UnicodeManagerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0A434FB2971A67F00663826 /* UnicodeManagerTests.swift */; }; |
| 14 | + F0A434FE2971A69100663826 /* Observable.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0A434FD2971A69100663826 /* Observable.swift */; }; |
| 15 | + F0A435002971A6A500663826 /* PickerArrowDirectionModeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0A434FF2971A6A500663826 /* PickerArrowDirectionModeTests.swift */; }; |
10 | 16 | F0BB7EC3297157D3004EEBFC /* EmojiPicker.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F0BB7EBA297157D3004EEBFC /* EmojiPicker.framework */; }; |
11 | 17 | F0BB7EC8297157D3004EEBFC /* ConfigurationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0BB7EC7297157D3004EEBFC /* ConfigurationTests.swift */; }; |
12 | 18 | F0BB7ED629715831004EEBFC /* EmojiPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = F0BB7ED329715830004EEBFC /* EmojiPicker.h */; }; |
|
50 | 56 | /* End PBXContainerItemProxy section */ |
51 | 57 |
|
52 | 58 | /* Begin PBXFileReference section */ |
| 59 | + F0A434F32971A0C200663826 /* EmojiPickerViewModelTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EmojiPickerViewModelTests.swift; sourceTree = "<group>"; }; |
| 60 | + F0A434F62971A0DB00663826 /* UnicodeManagerStub.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnicodeManagerStub.swift; sourceTree = "<group>"; }; |
| 61 | + F0A434F92971A3B900663826 /* ArrayExtensionTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArrayExtensionTests.swift; sourceTree = "<group>"; }; |
| 62 | + F0A434FB2971A67F00663826 /* UnicodeManagerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnicodeManagerTests.swift; sourceTree = "<group>"; }; |
| 63 | + F0A434FD2971A69100663826 /* Observable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Observable.swift; sourceTree = "<group>"; }; |
| 64 | + F0A434FF2971A6A500663826 /* PickerArrowDirectionModeTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PickerArrowDirectionModeTests.swift; sourceTree = "<group>"; }; |
53 | 65 | F0BB7EBA297157D3004EEBFC /* EmojiPicker.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = EmojiPicker.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
54 | 66 | F0BB7EC2297157D3004EEBFC /* EmojiPickerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = EmojiPickerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
55 | 67 | F0BB7EC7297157D3004EEBFC /* ConfigurationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConfigurationTests.swift; sourceTree = "<group>"; }; |
|
108 | 120 | /* End PBXFrameworksBuildPhase section */ |
109 | 121 |
|
110 | 122 | /* Begin PBXGroup section */ |
| 123 | + F0A434F52971A0CE00663826 /* Stubs */ = { |
| 124 | + isa = PBXGroup; |
| 125 | + children = ( |
| 126 | + F0A434F62971A0DB00663826 /* UnicodeManagerStub.swift */, |
| 127 | + ); |
| 128 | + path = Stubs; |
| 129 | + sourceTree = "<group>"; |
| 130 | + }; |
111 | 131 | F0BB7EB0297157D3004EEBFC = { |
112 | 132 | isa = PBXGroup; |
113 | 133 | children = ( |
|
133 | 153 | F0BB7EC6297157D3004EEBFC /* Tests */ = { |
134 | 154 | isa = PBXGroup; |
135 | 155 | children = ( |
136 | | - F0BB7F3629716AE9004EEBFC /* Mocks */, |
137 | 156 | F0BB7EC7297157D3004EEBFC /* ConfigurationTests.swift */, |
| 157 | + F0A434F32971A0C200663826 /* EmojiPickerViewModelTests.swift */, |
| 158 | + F0A434FB2971A67F00663826 /* UnicodeManagerTests.swift */, |
| 159 | + F0A434FF2971A6A500663826 /* PickerArrowDirectionModeTests.swift */, |
| 160 | + F0A434F92971A3B900663826 /* ArrayExtensionTests.swift */, |
| 161 | + F0A434FD2971A69100663826 /* Observable.swift */, |
| 162 | + F0BB7F3629716AE9004EEBFC /* Mocks */, |
| 163 | + F0A434F52971A0CE00663826 /* Stubs */, |
138 | 164 | ); |
139 | 165 | path = Tests; |
140 | 166 | sourceTree = "<group>"; |
|
430 | 456 | isa = PBXSourcesBuildPhase; |
431 | 457 | buildActionMask = 2147483647; |
432 | 458 | files = ( |
| 459 | + F0A435002971A6A500663826 /* PickerArrowDirectionModeTests.swift in Sources */, |
433 | 460 | F0BB7EC8297157D3004EEBFC /* ConfigurationTests.swift in Sources */, |
434 | 461 | F0BB7F3829716AFD004EEBFC /* EmojiPickerDelegateMock.swift in Sources */, |
| 462 | + F0A434F42971A0C200663826 /* EmojiPickerViewModelTests.swift in Sources */, |
| 463 | + F0A434FE2971A69100663826 /* Observable.swift in Sources */, |
| 464 | + F0A434FC2971A67F00663826 /* UnicodeManagerTests.swift in Sources */, |
| 465 | + F0A434FA2971A3B900663826 /* ArrayExtensionTests.swift in Sources */, |
| 466 | + F0A434F82971A0DC00663826 /* UnicodeManagerStub.swift in Sources */, |
435 | 467 | ); |
436 | 468 | runOnlyForDeploymentPostprocessing = 0; |
437 | 469 | }; |
|
600 | 632 | INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
601 | 633 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
602 | 634 | IPHONEOS_DEPLOYMENT_TARGET = 11.1; |
| 635 | + "IPHONEOS_DEPLOYMENT_TARGET[sdk=macosx*]" = 14.2; |
603 | 636 | LD_RUNPATH_SEARCH_PATHS = ( |
604 | 637 | "$(inherited)", |
605 | 638 | "@executable_path/Frameworks", |
|
609 | 642 | PRODUCT_BUNDLE_IDENTIFIER = com.egbad.EmojiPicker; |
610 | 643 | PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; |
611 | 644 | SKIP_INSTALL = YES; |
612 | | - SUPPORTS_MACCATALYST = NO; |
| 645 | + SUPPORTS_MACCATALYST = YES; |
613 | 646 | SWIFT_EMIT_LOC_STRINGS = YES; |
614 | 647 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
615 | 648 | SWIFT_VERSION = 4.2; |
616 | | - TARGETED_DEVICE_FAMILY = 1; |
| 649 | + TARGETED_DEVICE_FAMILY = "1,2"; |
617 | 650 | }; |
618 | 651 | name = Debug; |
619 | 652 | }; |
|
633 | 666 | INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
634 | 667 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
635 | 668 | IPHONEOS_DEPLOYMENT_TARGET = 11.1; |
| 669 | + "IPHONEOS_DEPLOYMENT_TARGET[sdk=macosx*]" = 14.2; |
636 | 670 | LD_RUNPATH_SEARCH_PATHS = ( |
637 | 671 | "$(inherited)", |
638 | 672 | "@executable_path/Frameworks", |
|
642 | 676 | PRODUCT_BUNDLE_IDENTIFIER = com.egbad.EmojiPicker; |
643 | 677 | PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; |
644 | 678 | SKIP_INSTALL = YES; |
645 | | - SUPPORTS_MACCATALYST = NO; |
| 679 | + SUPPORTS_MACCATALYST = YES; |
646 | 680 | SWIFT_EMIT_LOC_STRINGS = YES; |
647 | 681 | SWIFT_VERSION = 4.2; |
648 | | - TARGETED_DEVICE_FAMILY = 1; |
| 682 | + TARGETED_DEVICE_FAMILY = "1,2"; |
649 | 683 | }; |
650 | 684 | name = Release; |
651 | 685 | }; |
|
0 commit comments