|
377 | 377 | 9609F058296E220800069BF3 /* BannerImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9609F057296E220800069BF3 /* BannerImageView.swift */; };
|
378 | 378 | 9C83F89329A937B900136C08 /* TextViewWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C83F89229A937B900136C08 /* TextViewWrapper.swift */; };
|
379 | 379 | 9CA876E229A00CEA0003B9A3 /* AttachMediaUtility.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CA876E129A00CE90003B9A3 /* AttachMediaUtility.swift */; };
|
| 380 | + BA27222E2A806E39004CDF52 /* VideoCaptureProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA27222D2A806E39004CDF52 /* VideoCaptureProcessor.swift */; }; |
| 381 | + BA3BF2892A7F156B00600232 /* PhotoCaptureProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA3BF2842A7F156900600232 /* PhotoCaptureProcessor.swift */; }; |
| 382 | + BA3BF28A2A7F156B00600232 /* ImageResizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA3BF2852A7F156900600232 /* ImageResizer.swift */; }; |
| 383 | + BA3BF28B2A7F156B00600232 /* CameraService+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA3BF2862A7F156A00600232 /* CameraService+Extensions.swift */; }; |
| 384 | + BA3BF28C2A7F156B00600232 /* CameraService.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA3BF2872A7F156A00600232 /* CameraService.swift */; }; |
| 385 | + BA3BF28F2A7F1B2D00600232 /* CameraModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA3BF28E2A7F1B2D00600232 /* CameraModel.swift */; }; |
380 | 386 | BA4AB0AE2A63B9270070A32A /* AddEmojiView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA4AB0AD2A63B9270070A32A /* AddEmojiView.swift */; };
|
381 | 387 | BA4AB0B02A63B94D0070A32A /* EmojiListItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA4AB0AF2A63B94D0070A32A /* EmojiListItemView.swift */; };
|
382 | 388 | BA693074295D649800ADDB87 /* UserSettingsStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA693073295D649800ADDB87 /* UserSettingsStore.swift */; };
|
|
931 | 937 | 9609F057296E220800069BF3 /* BannerImageView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BannerImageView.swift; sourceTree = "<group>"; };
|
932 | 938 | 9C83F89229A937B900136C08 /* TextViewWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextViewWrapper.swift; sourceTree = "<group>"; };
|
933 | 939 | 9CA876E129A00CE90003B9A3 /* AttachMediaUtility.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AttachMediaUtility.swift; sourceTree = "<group>"; };
|
| 940 | + BA27222D2A806E39004CDF52 /* VideoCaptureProcessor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VideoCaptureProcessor.swift; sourceTree = "<group>"; }; |
| 941 | + BA3BF2842A7F156900600232 /* PhotoCaptureProcessor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PhotoCaptureProcessor.swift; sourceTree = "<group>"; }; |
| 942 | + BA3BF2852A7F156900600232 /* ImageResizer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageResizer.swift; sourceTree = "<group>"; }; |
| 943 | + BA3BF2862A7F156A00600232 /* CameraService+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "CameraService+Extensions.swift"; sourceTree = "<group>"; }; |
| 944 | + BA3BF2872A7F156A00600232 /* CameraService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CameraService.swift; sourceTree = "<group>"; }; |
| 945 | + BA3BF28E2A7F1B2D00600232 /* CameraModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CameraModel.swift; sourceTree = "<group>"; }; |
934 | 946 | BA4AB0AD2A63B9270070A32A /* AddEmojiView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddEmojiView.swift; sourceTree = "<group>"; };
|
935 | 947 | BA4AB0AF2A63B94D0070A32A /* EmojiListItemView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EmojiListItemView.swift; sourceTree = "<group>"; };
|
936 | 948 | BA693073295D649800ADDB87 /* UserSettingsStore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserSettingsStore.swift; sourceTree = "<group>"; };
|
|
1077 | 1089 | 4C0A3F8D280F63FF000448DE /* Models */ = {
|
1078 | 1090 | isa = PBXGroup;
|
1079 | 1091 | children = (
|
| 1092 | + BA3BF2832A7F151300600232 /* Camera */, |
1080 | 1093 | 4C190F1E2A535FC200027FD5 /* Zaps */,
|
1081 | 1094 | 4C54AA0829A55416003E4487 /* Notifications */,
|
1082 | 1095 | 3AA247FC297E3CFF0090C62D /* RepostsModel.swift */,
|
|
1868 | 1881 | path = Extensions;
|
1869 | 1882 | sourceTree = "<group>";
|
1870 | 1883 | };
|
1871 |
| - F71694E82A66221E001F4053 /* Onboarding */ = { |
| 1884 | + BA3BF2832A7F151300600232 /* Camera */ = { |
1872 | 1885 | isa = PBXGroup;
|
1873 | 1886 | children = (
|
1874 |
| - F71694E92A662232001F4053 /* SuggestedUsersView.swift */, |
1875 |
| - F71694F12A67314D001F4053 /* SuggestedUserView.swift */, |
1876 |
| - F71694EB2A662292001F4053 /* SuggestedUsersViewModel.swift */, |
1877 |
| - F71694ED2A6624F9001F4053 /* suggested_users.json */, |
| 1887 | + BA27222D2A806E39004CDF52 /* VideoCaptureProcessor.swift */, |
| 1888 | + BA3BF2872A7F156A00600232 /* CameraService.swift */, |
| 1889 | + BA3BF2862A7F156A00600232 /* CameraService+Extensions.swift */, |
| 1890 | + BA3BF2852A7F156900600232 /* ImageResizer.swift */, |
| 1891 | + BA3BF2842A7F156900600232 /* PhotoCaptureProcessor.swift */, |
| 1892 | + BA3BF28E2A7F1B2D00600232 /* CameraModel.swift */, |
1878 | 1893 | );
|
1879 |
| - path = Onboarding; |
| 1894 | + path = Camera; |
1880 | 1895 | sourceTree = "<group>";
|
1881 | 1896 | };
|
1882 | 1897 | BA8A4F0D2A2D95880045C48C /* Camera */ = {
|
|
1888 | 1903 | path = Camera;
|
1889 | 1904 | sourceTree = "<group>";
|
1890 | 1905 | };
|
| 1906 | + F71694E82A66221E001F4053 /* Onboarding */ = { |
| 1907 | + isa = PBXGroup; |
| 1908 | + children = ( |
| 1909 | + F71694E92A662232001F4053 /* SuggestedUsersView.swift */, |
| 1910 | + F71694F12A67314D001F4053 /* SuggestedUserView.swift */, |
| 1911 | + F71694EB2A662292001F4053 /* SuggestedUsersViewModel.swift */, |
| 1912 | + F71694ED2A6624F9001F4053 /* suggested_users.json */, |
| 1913 | + ); |
| 1914 | + path = Onboarding; |
| 1915 | + sourceTree = "<group>"; |
| 1916 | + }; |
1891 | 1917 | F7F0BA23297892AE009531F3 /* Modifiers */ = {
|
1892 | 1918 | isa = PBXGroup;
|
1893 | 1919 | children = (
|
|
2127 | 2153 | 4C190F252A547D2000027FD5 /* LoadScript.swift in Sources */,
|
2128 | 2154 | 4C59B98C2A76C2550032FFEB /* ProfileUpdatedNotify.swift in Sources */,
|
2129 | 2155 | 4C363A8C28236B92006E126D /* PubkeyView.swift in Sources */,
|
| 2156 | + BA3BF28A2A7F156B00600232 /* ImageResizer.swift in Sources */, |
2130 | 2157 | 4CDA128A29E9D10C0006FA5A /* SignalView.swift in Sources */,
|
2131 | 2158 | 4C12535C2A76CA540004F4B8 /* LoginNotify.swift in Sources */,
|
2132 | 2159 | 4C5C7E68284ED36500A22DF5 /* SearchHomeModel.swift in Sources */,
|
|
2201 | 2228 | 4CA2EFA0280E37AC0044ACD8 /* TimelineView.swift in Sources */,
|
2202 | 2229 | 4C30AC7629A5770900E2BD5A /* NotificationItemView.swift in Sources */,
|
2203 | 2230 | 4C86F7C42A76C44C00EC0817 /* ZappingNotify.swift in Sources */,
|
| 2231 | + BA27222E2A806E39004CDF52 /* VideoCaptureProcessor.swift in Sources */, |
2204 | 2232 | 4C363A8428233689006E126D /* Parser.swift in Sources */,
|
2205 | 2233 | 3AAA95CA298DF87B00F3D526 /* TranslationService.swift in Sources */,
|
2206 | 2234 | 4CE4F9E328528C5200C00DD9 /* AddRelayView.swift in Sources */,
|
|
2294 | 2322 | 4C4E137D2A76D63600BDD832 /* UnmuteThreadNotify.swift in Sources */,
|
2295 | 2323 | 4CE4F0F829DB7399005914DB /* ThiccDivider.swift in Sources */,
|
2296 | 2324 | 4CE0E2B629A3ED5500DB4CA2 /* InnerTimelineView.swift in Sources */,
|
| 2325 | + BA3BF28C2A7F156B00600232 /* CameraService.swift in Sources */, |
2297 | 2326 | 4C363A8828236948006E126D /* BlocksView.swift in Sources */,
|
2298 | 2327 | 4C06670628FCB08600038D2A /* ImageCarousel.swift in Sources */,
|
2299 | 2328 | 3A23838E2A297DD200E5AA2E /* ZapButtonModel.swift in Sources */,
|
2300 | 2329 | F71694F82A6983AF001F4053 /* GrayGradient.swift in Sources */,
|
2301 | 2330 | 4C1D4FB12A7958E60024F453 /* VersionInfo.swift in Sources */,
|
2302 | 2331 | 5053ACA72A56DF3B00851AE3 /* DeveloperSettingsView.swift in Sources */,
|
2303 | 2332 | F79C7FAD29D5E9620000F946 /* EditPictureControl.swift in Sources */,
|
| 2333 | + BA3BF2892A7F156B00600232 /* PhotoCaptureProcessor.swift in Sources */, |
2304 | 2334 | 4C9F18E229AA9B6C008C55EC /* CustomizeZapView.swift in Sources */,
|
2305 | 2335 | 4C2859602A12A2BE004746F7 /* SupporterBadge.swift in Sources */,
|
2306 | 2336 | 4C1A9A2A29DDF54400516EAC /* DamusVideoPlayer.swift in Sources */,
|
|
2373 | 2403 | 4C3EA66028FF5E7700C48A62 /* node_id.c in Sources */,
|
2374 | 2404 | 4C687C212A5F7ED00092C550 /* DamusBackground.swift in Sources */,
|
2375 | 2405 | 4CA352A02A76AE80003BB08B /* Notify.swift in Sources */,
|
| 2406 | + BA3BF28B2A7F156B00600232 /* CameraService+Extensions.swift in Sources */, |
2376 | 2407 | 4CE6DEE727F7A08100C66700 /* damusApp.swift in Sources */,
|
2377 | 2408 | 4C1253582A76C9060004F4B8 /* PresentSheetNotify.swift in Sources */,
|
2378 | 2409 | 4C363A962827096D006E126D /* PostBlock.swift in Sources */,
|
|
2417 | 2448 | 5C513FBA297F72980072348F /* CustomPicker.swift in Sources */,
|
2418 | 2449 | 4C1253622A76D00B0004F4B8 /* PostNotify.swift in Sources */,
|
2419 | 2450 | 4CACA9D5280C31E100D9BBE8 /* ReplyView.swift in Sources */,
|
| 2451 | + BA3BF28F2A7F1B2D00600232 /* CameraModel.swift in Sources */, |
2420 | 2452 | F7908E92298B0F0700AB113A /* RelayDetailView.swift in Sources */,
|
2421 | 2453 | 4C9147002A2A891E00DDEA40 /* error.c in Sources */,
|
2422 | 2454 | 4CE879552996BAB900F758CC /* RelayPaidDetail.swift in Sources */,
|
|
2764 | 2796 | CODE_SIGN_STYLE = Automatic;
|
2765 | 2797 | CURRENT_PROJECT_VERSION = 11;
|
2766 | 2798 | DEVELOPMENT_ASSET_PATHS = "\"damus/Preview Content\"";
|
2767 |
| - DEVELOPMENT_TEAM = XK7H4JAB3D; |
| 2799 | + DEVELOPMENT_TEAM = XL4476DR2X; |
2768 | 2800 | ENABLE_PREVIEWS = YES;
|
2769 | 2801 | GENERATE_INFOPLIST_FILE = YES;
|
2770 | 2802 | INFOPLIST_FILE = damus/Info.plist;
|
|
2790 | 2822 | "$(PROJECT_DIR)",
|
2791 | 2823 | );
|
2792 | 2824 | MARKETING_VERSION = 1.6;
|
2793 |
| - PRODUCT_BUNDLE_IDENTIFIER = com.jb55.damus2; |
| 2825 | + PRODUCT_BUNDLE_IDENTIFIER = com.suhail.damus2; |
2794 | 2826 | PRODUCT_NAME = "$(TARGET_NAME)";
|
2795 | 2827 | SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
2796 | 2828 | SUPPORTS_MACCATALYST = YES;
|
|
2813 | 2845 | CODE_SIGN_STYLE = Automatic;
|
2814 | 2846 | CURRENT_PROJECT_VERSION = 11;
|
2815 | 2847 | DEVELOPMENT_ASSET_PATHS = "\"damus/Preview Content\"";
|
2816 |
| - DEVELOPMENT_TEAM = XK7H4JAB3D; |
| 2848 | + DEVELOPMENT_TEAM = XL4476DR2X; |
2817 | 2849 | ENABLE_PREVIEWS = YES;
|
2818 | 2850 | GENERATE_INFOPLIST_FILE = YES;
|
2819 | 2851 | INFOPLIST_FILE = damus/Info.plist;
|
|
0 commit comments