|
80 | 80 | C72A8F532944400E006DB10F /* PlayButtonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C72A8F0B2944400E006DB10F /* PlayButtonView.swift */; }; |
81 | 81 | C72A8F542944400E006DB10F /* BubbleCircle.swift in Sources */ = {isa = PBXBuildFile; fileRef = C72A8F0C2944400E006DB10F /* BubbleCircle.swift */; }; |
82 | 82 | C72A8F5A29444349006DB10F /* InputBarAccessoryView in Frameworks */ = {isa = PBXBuildFile; productRef = C72A8F5929444349006DB10F /* InputBarAccessoryView */; }; |
83 | | - C7CB28222943270000C8328F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C7CB28212943270000C8328F /* Assets.xcassets */; }; |
| 83 | + C79D579B296BF5790044D518 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C7CB28212943270000C8328F /* Assets.xcassets */; }; |
84 | 84 | /* End PBXBuildFile section */ |
85 | 85 |
|
86 | 86 | /* Begin PBXFileReference section */ |
|
157 | 157 | C72A8F0A2944400E006DB10F /* MessagesCollectionView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MessagesCollectionView.swift; sourceTree = "<group>"; }; |
158 | 158 | C72A8F0B2944400E006DB10F /* PlayButtonView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PlayButtonView.swift; sourceTree = "<group>"; }; |
159 | 159 | C72A8F0C2944400E006DB10F /* BubbleCircle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BubbleCircle.swift; sourceTree = "<group>"; }; |
160 | | - C7CB280D2943263700C8328F /* MessageKitResources.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MessageKitResources.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 160 | + C79D578D296BF4F90044D518 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 161 | + C79D5794296BF53E0044D518 /* MessageKitResources.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MessageKitResources.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 162 | + C79D5796296BF53E0044D518 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
161 | 163 | C7CB28212943270000C8328F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = Sources/Assets.xcassets; sourceTree = "<group>"; }; |
162 | 164 | /* End PBXFileReference section */ |
163 | 165 |
|
|
170 | 172 | ); |
171 | 173 | runOnlyForDeploymentPostprocessing = 0; |
172 | 174 | }; |
173 | | - C7CB280A2943263700C8328F /* Frameworks */ = { |
174 | | - isa = PBXFrameworksBuildPhase; |
175 | | - buildActionMask = 2147483647; |
176 | | - files = ( |
177 | | - ); |
178 | | - runOnlyForDeploymentPostprocessing = 0; |
179 | | - }; |
180 | 175 | /* End PBXFrameworksBuildPhase section */ |
181 | 176 |
|
182 | 177 | /* Begin PBXGroup section */ |
|
345 | 340 | name = Frameworks; |
346 | 341 | sourceTree = "<group>"; |
347 | 342 | }; |
| 343 | + C79D578C296BF4F90044D518 /* MessageKitResources */ = { |
| 344 | + isa = PBXGroup; |
| 345 | + children = ( |
| 346 | + C79D578D296BF4F90044D518 /* Info.plist */, |
| 347 | + ); |
| 348 | + path = MessageKitResources; |
| 349 | + sourceTree = "<group>"; |
| 350 | + }; |
| 351 | + C79D5795296BF53E0044D518 /* MessageKitResources */ = { |
| 352 | + isa = PBXGroup; |
| 353 | + children = ( |
| 354 | + C79D5796296BF53E0044D518 /* Info.plist */, |
| 355 | + ); |
| 356 | + path = MessageKitResources; |
| 357 | + sourceTree = "<group>"; |
| 358 | + }; |
348 | 359 | C7CB27F0294324CA00C8328F = { |
349 | 360 | isa = PBXGroup; |
350 | 361 | children = ( |
351 | 362 | C7CB28212943270000C8328F /* Assets.xcassets */, |
352 | 363 | C72A8DF629443D1E006DB10F /* MessageKit */, |
| 364 | + C79D578C296BF4F90044D518 /* MessageKitResources */, |
| 365 | + C79D5795296BF53E0044D518 /* MessageKitResources */, |
353 | 366 | C7CB27FE2943253B00C8328F /* Products */, |
354 | 367 | C72A8F5829444349006DB10F /* Frameworks */, |
355 | 368 | ); |
|
358 | 371 | C7CB27FE2943253B00C8328F /* Products */ = { |
359 | 372 | isa = PBXGroup; |
360 | 373 | children = ( |
361 | | - C7CB280D2943263700C8328F /* MessageKitResources.bundle */, |
362 | 374 | C72A8DF529443D1E006DB10F /* MessageKit.framework */, |
| 375 | + C79D5794296BF53E0044D518 /* MessageKitResources.bundle */, |
363 | 376 | ); |
364 | 377 | name = Products; |
365 | 378 | sourceTree = "<group>"; |
|
400 | 413 | productReference = C72A8DF529443D1E006DB10F /* MessageKit.framework */; |
401 | 414 | productType = "com.apple.product-type.framework"; |
402 | 415 | }; |
403 | | - C7CB280C2943263700C8328F /* MessageKitResources */ = { |
| 416 | + C79D5793296BF53E0044D518 /* MessageKitResources */ = { |
404 | 417 | isa = PBXNativeTarget; |
405 | | - buildConfigurationList = C7CB280E2943263700C8328F /* Build configuration list for PBXNativeTarget "MessageKitResources" */; |
| 418 | + buildConfigurationList = C79D5797296BF53E0044D518 /* Build configuration list for PBXNativeTarget "MessageKitResources" */; |
406 | 419 | buildPhases = ( |
407 | | - C7CB28092943263700C8328F /* Sources */, |
408 | | - C7CB280A2943263700C8328F /* Frameworks */, |
409 | | - C7CB280B2943263700C8328F /* Resources */, |
| 420 | + C79D5792296BF53E0044D518 /* Resources */, |
410 | 421 | ); |
411 | 422 | buildRules = ( |
412 | 423 | ); |
413 | 424 | dependencies = ( |
414 | 425 | ); |
415 | 426 | name = MessageKitResources; |
416 | | - packageProductDependencies = ( |
417 | | - ); |
418 | 427 | productName = MessageKitResources; |
419 | | - productReference = C7CB280D2943263700C8328F /* MessageKitResources.bundle */; |
| 428 | + productReference = C79D5794296BF53E0044D518 /* MessageKitResources.bundle */; |
420 | 429 | productType = "com.apple.product-type.bundle"; |
421 | 430 | }; |
422 | 431 | /* End PBXNativeTarget section */ |
|
432 | 441 | CreatedOnToolsVersion = 13.4.1; |
433 | 442 | LastSwiftMigration = 1340; |
434 | 443 | }; |
435 | | - C7CB280C2943263700C8328F = { |
436 | | - CreatedOnToolsVersion = 13.4.1; |
| 444 | + C79D5793296BF53E0044D518 = { |
| 445 | + CreatedOnToolsVersion = 14.2; |
437 | 446 | }; |
438 | 447 | }; |
439 | 448 | }; |
|
453 | 462 | projectDirPath = ""; |
454 | 463 | projectRoot = ""; |
455 | 464 | targets = ( |
456 | | - C7CB280C2943263700C8328F /* MessageKitResources */, |
457 | 465 | C72A8DF429443D1E006DB10F /* MessageKit */, |
| 466 | + C79D5793296BF53E0044D518 /* MessageKitResources */, |
458 | 467 | ); |
459 | 468 | }; |
460 | 469 | /* End PBXProject section */ |
|
467 | 476 | ); |
468 | 477 | runOnlyForDeploymentPostprocessing = 0; |
469 | 478 | }; |
470 | | - C7CB280B2943263700C8328F /* Resources */ = { |
| 479 | + C79D5792296BF53E0044D518 /* Resources */ = { |
471 | 480 | isa = PBXResourcesBuildPhase; |
472 | 481 | buildActionMask = 2147483647; |
473 | 482 | files = ( |
474 | | - C7CB28222943270000C8328F /* Assets.xcassets in Resources */, |
| 483 | + C79D579B296BF5790044D518 /* Assets.xcassets in Resources */, |
475 | 484 | ); |
476 | 485 | runOnlyForDeploymentPostprocessing = 0; |
477 | 486 | }; |
|
555 | 564 | ); |
556 | 565 | runOnlyForDeploymentPostprocessing = 0; |
557 | 566 | }; |
558 | | - C7CB28092943263700C8328F /* Sources */ = { |
559 | | - isa = PBXSourcesBuildPhase; |
560 | | - buildActionMask = 2147483647; |
561 | | - files = ( |
562 | | - ); |
563 | | - runOnlyForDeploymentPostprocessing = 0; |
564 | | - }; |
565 | 567 | /* End PBXSourcesBuildPhase section */ |
566 | 568 |
|
567 | 569 | /* Begin XCBuildConfiguration section */ |
|
731 | 733 | }; |
732 | 734 | name = Release; |
733 | 735 | }; |
734 | | - C7CB27F5294324CA00C8328F /* Debug */ = { |
735 | | - isa = XCBuildConfiguration; |
736 | | - buildSettings = { |
737 | | - }; |
738 | | - name = Debug; |
739 | | - }; |
740 | | - C7CB27F6294324CA00C8328F /* Release */ = { |
741 | | - isa = XCBuildConfiguration; |
742 | | - buildSettings = { |
743 | | - }; |
744 | | - name = Release; |
745 | | - }; |
746 | | - C7CB280F2943263700C8328F /* Debug */ = { |
| 736 | + C79D5798296BF53E0044D518 /* Debug */ = { |
747 | 737 | isa = XCBuildConfiguration; |
748 | 738 | buildSettings = { |
749 | 739 | ALWAYS_SEARCH_USER_PATHS = NO; |
750 | 740 | CLANG_ANALYZER_NONNULL = YES; |
751 | 741 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
752 | | - CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; |
| 742 | + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; |
753 | 743 | CLANG_ENABLE_MODULES = YES; |
754 | 744 | CLANG_ENABLE_OBJC_ARC = YES; |
755 | 745 | CLANG_ENABLE_OBJC_WEAK = YES; |
|
775 | 765 | CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; |
776 | 766 | CLANG_WARN_UNREACHABLE_CODE = YES; |
777 | 767 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
778 | | - CODE_SIGN_IDENTITY = "Apple Development"; |
779 | 768 | CODE_SIGN_STYLE = Automatic; |
780 | 769 | COMBINE_HIDPI_IMAGES = YES; |
781 | 770 | COPY_PHASE_STRIP = NO; |
782 | | - CURRENT_PROJECT_VERSION = 3; |
| 771 | + CURRENT_PROJECT_VERSION = 4; |
783 | 772 | DEBUG_INFORMATION_FORMAT = dwarf; |
784 | 773 | DEVELOPMENT_TEAM = VGG743YS65; |
785 | 774 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
|
799 | 788 | GCC_WARN_UNUSED_FUNCTION = YES; |
800 | 789 | GCC_WARN_UNUSED_VARIABLE = YES; |
801 | 790 | GENERATE_INFOPLIST_FILE = YES; |
802 | | - INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
803 | | - INFOPLIST_KEY_NSPrincipalClass = ""; |
804 | 791 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; |
805 | | - MACOSX_DEPLOYMENT_TARGET = 12.3; |
806 | | - MARKETING_VERSION = 1.0.3; |
| 792 | + IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
| 793 | + MARKETING_VERSION = 1.0.4; |
807 | 794 | MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; |
808 | 795 | MTL_FAST_MATH = YES; |
809 | 796 | ONLY_ACTIVE_ARCH = YES; |
810 | 797 | PRODUCT_BUNDLE_IDENTIFIER = com.helplightning.MessageKitResources; |
811 | 798 | PRODUCT_NAME = "$(TARGET_NAME)"; |
812 | | - PROVISIONING_PROFILE_SPECIFIER = ""; |
813 | | - SDKROOT = macosx; |
| 799 | + SDKROOT = iphoneos; |
814 | 800 | SKIP_INSTALL = YES; |
| 801 | + SUPPORTS_MACCATALYST = NO; |
815 | 802 | SWIFT_EMIT_LOC_STRINGS = YES; |
| 803 | + TARGETED_DEVICE_FAMILY = "1,2"; |
816 | 804 | WRAPPER_EXTENSION = bundle; |
817 | 805 | }; |
818 | 806 | name = Debug; |
819 | 807 | }; |
820 | | - C7CB28102943263700C8328F /* Release */ = { |
| 808 | + C79D5799296BF53E0044D518 /* Release */ = { |
821 | 809 | isa = XCBuildConfiguration; |
822 | 810 | buildSettings = { |
823 | 811 | ALWAYS_SEARCH_USER_PATHS = NO; |
824 | 812 | CLANG_ANALYZER_NONNULL = YES; |
825 | 813 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
826 | | - CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; |
| 814 | + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; |
827 | 815 | CLANG_ENABLE_MODULES = YES; |
828 | 816 | CLANG_ENABLE_OBJC_ARC = YES; |
829 | 817 | CLANG_ENABLE_OBJC_WEAK = YES; |
|
849 | 837 | CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; |
850 | 838 | CLANG_WARN_UNREACHABLE_CODE = YES; |
851 | 839 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
852 | | - CODE_SIGN_IDENTITY = "Apple Development"; |
853 | 840 | CODE_SIGN_STYLE = Automatic; |
854 | 841 | COMBINE_HIDPI_IMAGES = YES; |
855 | 842 | COPY_PHASE_STRIP = NO; |
856 | | - CURRENT_PROJECT_VERSION = 3; |
| 843 | + CURRENT_PROJECT_VERSION = 4; |
857 | 844 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
858 | 845 | DEVELOPMENT_TEAM = VGG743YS65; |
859 | 846 | ENABLE_NS_ASSERTIONS = NO; |
|
867 | 854 | GCC_WARN_UNUSED_FUNCTION = YES; |
868 | 855 | GCC_WARN_UNUSED_VARIABLE = YES; |
869 | 856 | GENERATE_INFOPLIST_FILE = YES; |
870 | | - INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
871 | | - INFOPLIST_KEY_NSPrincipalClass = ""; |
872 | 857 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; |
873 | | - MACOSX_DEPLOYMENT_TARGET = 12.3; |
874 | | - MARKETING_VERSION = 1.0.3; |
| 858 | + IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
| 859 | + MARKETING_VERSION = 1.0.4; |
875 | 860 | MTL_ENABLE_DEBUG_INFO = NO; |
876 | 861 | MTL_FAST_MATH = YES; |
877 | 862 | PRODUCT_BUNDLE_IDENTIFIER = com.helplightning.MessageKitResources; |
878 | 863 | PRODUCT_NAME = "$(TARGET_NAME)"; |
879 | | - PROVISIONING_PROFILE_SPECIFIER = ""; |
880 | | - SDKROOT = macosx; |
| 864 | + SDKROOT = iphoneos; |
881 | 865 | SKIP_INSTALL = YES; |
| 866 | + SUPPORTS_MACCATALYST = NO; |
882 | 867 | SWIFT_EMIT_LOC_STRINGS = YES; |
| 868 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 869 | + VALIDATE_PRODUCT = YES; |
883 | 870 | WRAPPER_EXTENSION = bundle; |
884 | 871 | }; |
885 | 872 | name = Release; |
886 | 873 | }; |
| 874 | + C7CB27F5294324CA00C8328F /* Debug */ = { |
| 875 | + isa = XCBuildConfiguration; |
| 876 | + buildSettings = { |
| 877 | + }; |
| 878 | + name = Debug; |
| 879 | + }; |
| 880 | + C7CB27F6294324CA00C8328F /* Release */ = { |
| 881 | + isa = XCBuildConfiguration; |
| 882 | + buildSettings = { |
| 883 | + }; |
| 884 | + name = Release; |
| 885 | + }; |
887 | 886 | /* End XCBuildConfiguration section */ |
888 | 887 |
|
889 | 888 | /* Begin XCConfigurationList section */ |
|
896 | 895 | defaultConfigurationIsVisible = 0; |
897 | 896 | defaultConfigurationName = Release; |
898 | 897 | }; |
899 | | - C7CB27F4294324CA00C8328F /* Build configuration list for PBXProject "MessageKit" */ = { |
| 898 | + C79D5797296BF53E0044D518 /* Build configuration list for PBXNativeTarget "MessageKitResources" */ = { |
900 | 899 | isa = XCConfigurationList; |
901 | 900 | buildConfigurations = ( |
902 | | - C7CB27F5294324CA00C8328F /* Debug */, |
903 | | - C7CB27F6294324CA00C8328F /* Release */, |
| 901 | + C79D5798296BF53E0044D518 /* Debug */, |
| 902 | + C79D5799296BF53E0044D518 /* Release */, |
904 | 903 | ); |
905 | 904 | defaultConfigurationIsVisible = 0; |
906 | 905 | defaultConfigurationName = Release; |
907 | 906 | }; |
908 | | - C7CB280E2943263700C8328F /* Build configuration list for PBXNativeTarget "MessageKitResources" */ = { |
| 907 | + C7CB27F4294324CA00C8328F /* Build configuration list for PBXProject "MessageKit" */ = { |
909 | 908 | isa = XCConfigurationList; |
910 | 909 | buildConfigurations = ( |
911 | | - C7CB280F2943263700C8328F /* Debug */, |
912 | | - C7CB28102943263700C8328F /* Release */, |
| 910 | + C7CB27F5294324CA00C8328F /* Debug */, |
| 911 | + C7CB27F6294324CA00C8328F /* Release */, |
913 | 912 | ); |
914 | 913 | defaultConfigurationIsVisible = 0; |
915 | 914 | defaultConfigurationName = Release; |
|
0 commit comments