|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + F6010B9828E90B4E009A759C /* URLRequest+UA.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6010B9728E90B4E009A759C /* URLRequest+UA.swift */; }; |
| 11 | + F6010B9928EA4AB0009A759C /* URLRequest+UA.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6010B9728E90B4E009A759C /* URLRequest+UA.swift */; }; |
10 | 12 | F608CD1B26BF598E00F98817 /* GenericArrayFetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = F608CD1A26BF598E00F98817 /* GenericArrayFetcher.swift */; }; |
11 | 13 | F61CC1BE253676FC00CC7785 /* Font.swift in Sources */ = {isa = PBXBuildFile; fileRef = F61CC1BD253676FC00CC7785 /* Font.swift */; }; |
12 | 14 | F61CC1C4253A876D00CC7785 /* SettingsTextSizeSlider.swift in Sources */ = {isa = PBXBuildFile; fileRef = F61CC1C3253A876D00CC7785 /* SettingsTextSizeSlider.swift */; }; |
|
75 | 77 | F6E9EDCC251EE005005E2B1C /* NewestView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6E9EDCB251EE005005E2B1C /* NewestView.swift */; }; |
76 | 78 | F6E9EDDB251EE081005E2B1C /* UserFetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6E9EDDA251EE081005E2B1C /* UserFetcher.swift */; }; |
77 | 79 | F6E9EDE1251EE0B2005E2B1C /* UserView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6E9EDE0251EE0B2005E2B1C /* UserView.swift */; }; |
78 | | - F6E9EDE7251EE0E1005E2B1C /* ImageLoader.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6E9EDE6251EE0E1005E2B1C /* ImageLoader.swift */; }; |
79 | 80 | F6E9EE16251EE548005E2B1C /* SettingsLinkView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6E9EE15251EE548005E2B1C /* SettingsLinkView.swift */; }; |
80 | 81 | F6E9EE20251EE5EB005E2B1C /* ZZLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6E9EE1F251EE5EB005E2B1C /* ZZLabel.swift */; }; |
81 | 82 | F6E9EE26251EE675005E2B1C /* HorizontallyAlignedLayoutStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6E9EE25251EE675005E2B1C /* HorizontallyAlignedLayoutStyle.swift */; }; |
|
133 | 134 | /* End PBXCopyFilesBuildPhase section */ |
134 | 135 |
|
135 | 136 | /* Begin PBXFileReference section */ |
| 137 | + F6010B9728E90B4E009A759C /* URLRequest+UA.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "URLRequest+UA.swift"; sourceTree = "<group>"; }; |
136 | 138 | F608CD1A26BF598E00F98817 /* GenericArrayFetcher.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GenericArrayFetcher.swift; sourceTree = "<group>"; }; |
137 | 139 | F61CC1BD253676FC00CC7785 /* Font.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Font.swift; sourceTree = "<group>"; }; |
138 | 140 | F61CC1C3253A876D00CC7785 /* SettingsTextSizeSlider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsTextSizeSlider.swift; sourceTree = "<group>"; }; |
|
204 | 206 | F6E9EDCB251EE005005E2B1C /* NewestView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = NewestView.swift; path = claw/Stories/Newest/NewestView.swift; sourceTree = SOURCE_ROOT; }; |
205 | 207 | F6E9EDDA251EE081005E2B1C /* UserFetcher.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = UserFetcher.swift; path = claw/User/UserFetcher.swift; sourceTree = SOURCE_ROOT; }; |
206 | 208 | F6E9EDE0251EE0B2005E2B1C /* UserView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = UserView.swift; path = claw/User/UserView.swift; sourceTree = SOURCE_ROOT; }; |
207 | | - F6E9EDE6251EE0E1005E2B1C /* ImageLoader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageLoader.swift; sourceTree = "<group>"; }; |
208 | 209 | F6E9EE15251EE548005E2B1C /* SettingsLinkView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = SettingsLinkView.swift; path = claw/Settings/SettingsLinkView.swift; sourceTree = SOURCE_ROOT; }; |
209 | 210 | F6E9EE1F251EE5EB005E2B1C /* ZZLabel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZZLabel.swift; sourceTree = "<group>"; }; |
210 | 211 | F6E9EE25251EE675005E2B1C /* HorizontallyAlignedLayoutStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HorizontallyAlignedLayoutStyle.swift; sourceTree = "<group>"; }; |
|
264 | 265 | children = ( |
265 | 266 | F669C99C250EE5AA00B1FF42 /* UIColor.swift */, |
266 | 267 | F61CC1BD253676FC00CC7785 /* Font.swift */, |
| 268 | + F6010B9728E90B4E009A759C /* URLRequest+UA.swift */, |
267 | 269 | ); |
268 | 270 | path = Extensions; |
269 | 271 | sourceTree = "<group>"; |
|
398 | 400 | F6876706251A82FE003090D2 /* ShareSheet.swift */, |
399 | 401 | F608CD1A26BF598E00F98817 /* GenericArrayFetcher.swift */, |
400 | 402 | F6F2013425D5CCD6008BA024 /* ObservableURL.swift */, |
401 | | - F6E9EDE6251EE0E1005E2B1C /* ImageLoader.swift */, |
402 | 403 | F6F2015925D63C04008BA024 /* ActiveSheet.swift */, |
403 | 404 | F669C997250ECD6200B1FF42 /* SGNavigationLink.swift */, |
404 | 405 | F669C933250C5DDE00B1FF42 /* Assets.xcassets */, |
|
682 | 683 | isa = PBXSourcesBuildPhase; |
683 | 684 | buildActionMask = 2147483647; |
684 | 685 | files = ( |
| 686 | + F6010B9928EA4AB0009A759C /* URLRequest+UA.swift in Sources */, |
685 | 687 | F6291171251057E70065C3E9 /* hottest_widget.swift in Sources */, |
686 | 688 | F6E9EDC6251EDFB9005E2B1C /* HottestFetcher.swift in Sources */, |
687 | 689 | F629118C25105A440065C3E9 /* NewestUser.swift in Sources */, |
|
702 | 704 | F6F2015A25D63C04008BA024 /* ActiveSheet.swift in Sources */, |
703 | 705 | F6E9EDCC251EE005005E2B1C /* NewestView.swift in Sources */, |
704 | 706 | F6E9EE20251EE5EB005E2B1C /* ZZLabel.swift in Sources */, |
705 | | - F6E9EDE7251EE0E1005E2B1C /* ImageLoader.swift in Sources */, |
706 | 707 | F656F65E252525DC006FFAFD /* TagStoryView.swift in Sources */, |
707 | 708 | F656F67C25268709006FFAFD /* SelectedTagsView.swift in Sources */, |
708 | 709 | F6E9EDB7251EDF98005E2B1C /* NewestStory.swift in Sources */, |
709 | 710 | F656F65825252563006FFAFD /* TagStoryFetcher.swift in Sources */, |
| 711 | + F6010B9828E90B4E009A759C /* URLRequest+UA.swift in Sources */, |
710 | 712 | F687667325141A27003090D2 /* MailView.swift in Sources */, |
711 | 713 | F608CD1B26BF598E00F98817 /* GenericArrayFetcher.swift in Sources */, |
712 | 714 | F629118B25105A3E0065C3E9 /* NewestUser.swift in Sources */, |
|
814 | 816 | ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground; |
815 | 817 | CODE_SIGN_ENTITLEMENTS = hottest.widgetExtension.entitlements; |
816 | 818 | CODE_SIGN_STYLE = Automatic; |
817 | | - CURRENT_PROJECT_VERSION = 1; |
| 819 | + CURRENT_PROJECT_VERSION = 2; |
818 | 820 | DEVELOPMENT_TEAM = C6L3992RFB; |
819 | 821 | INFOPLIST_FILE = hottest.widget/Info.plist; |
820 | 822 | LD_RUNPATH_SEARCH_PATHS = ( |
821 | 823 | "$(inherited)", |
822 | 824 | "@executable_path/Frameworks", |
823 | 825 | "@executable_path/../../Frameworks", |
824 | 826 | ); |
825 | | - MARKETING_VERSION = 1.1.9; |
| 827 | + MARKETING_VERSION = 1.2.0; |
826 | 828 | PRODUCT_BUNDLE_IDENTIFIER = "com.twodayslate.claw.hottest-widget"; |
827 | 829 | PRODUCT_NAME = "$(TARGET_NAME)"; |
828 | 830 | SKIP_INSTALL = YES; |
|
838 | 840 | ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground; |
839 | 841 | CODE_SIGN_ENTITLEMENTS = hottest.widgetExtension.entitlements; |
840 | 842 | CODE_SIGN_STYLE = Automatic; |
841 | | - CURRENT_PROJECT_VERSION = 1; |
| 843 | + CURRENT_PROJECT_VERSION = 2; |
842 | 844 | DEVELOPMENT_TEAM = C6L3992RFB; |
843 | 845 | INFOPLIST_FILE = hottest.widget/Info.plist; |
844 | 846 | LD_RUNPATH_SEARCH_PATHS = ( |
845 | 847 | "$(inherited)", |
846 | 848 | "@executable_path/Frameworks", |
847 | 849 | "@executable_path/../../Frameworks", |
848 | 850 | ); |
849 | | - MARKETING_VERSION = 1.1.9; |
| 851 | + MARKETING_VERSION = 1.2.0; |
850 | 852 | PRODUCT_BUNDLE_IDENTIFIER = "com.twodayslate.claw.hottest-widget"; |
851 | 853 | PRODUCT_NAME = "$(TARGET_NAME)"; |
852 | 854 | SKIP_INSTALL = YES; |
|
979 | 981 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
980 | 982 | CODE_SIGN_ENTITLEMENTS = claw/claw.entitlements; |
981 | 983 | CODE_SIGN_STYLE = Automatic; |
982 | | - CURRENT_PROJECT_VERSION = 1; |
| 984 | + CURRENT_PROJECT_VERSION = 2; |
983 | 985 | DEVELOPMENT_ASSET_PATHS = "\"claw/Preview Content\""; |
984 | 986 | DEVELOPMENT_TEAM = C6L3992RFB; |
985 | 987 | ENABLE_PREVIEWS = YES; |
|
989 | 991 | "$(inherited)", |
990 | 992 | "@executable_path/Frameworks", |
991 | 993 | ); |
992 | | - MARKETING_VERSION = 1.1.9; |
| 994 | + MARKETING_VERSION = 1.2.0; |
993 | 995 | PRODUCT_BUNDLE_IDENTIFIER = com.twodayslate.claw; |
994 | 996 | PRODUCT_NAME = "$(TARGET_NAME)"; |
995 | 997 | SUPPORTS_MACCATALYST = NO; |
|
1007 | 1009 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
1008 | 1010 | CODE_SIGN_ENTITLEMENTS = claw/claw.entitlements; |
1009 | 1011 | CODE_SIGN_STYLE = Automatic; |
1010 | | - CURRENT_PROJECT_VERSION = 1; |
| 1012 | + CURRENT_PROJECT_VERSION = 2; |
1011 | 1013 | DEVELOPMENT_ASSET_PATHS = "\"claw/Preview Content\""; |
1012 | 1014 | DEVELOPMENT_TEAM = C6L3992RFB; |
1013 | 1015 | ENABLE_PREVIEWS = YES; |
|
1017 | 1019 | "$(inherited)", |
1018 | 1020 | "@executable_path/Frameworks", |
1019 | 1021 | ); |
1020 | | - MARKETING_VERSION = 1.1.9; |
| 1022 | + MARKETING_VERSION = 1.2.0; |
1021 | 1023 | PRODUCT_BUNDLE_IDENTIFIER = com.twodayslate.claw; |
1022 | 1024 | PRODUCT_NAME = "$(TARGET_NAME)"; |
1023 | 1025 | SUPPORTS_MACCATALYST = NO; |
|
1117 | 1119 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
1118 | 1120 | CODE_SIGN_ENTITLEMENTS = "opener-action/opener-action.entitlements"; |
1119 | 1121 | CODE_SIGN_STYLE = Automatic; |
1120 | | - CURRENT_PROJECT_VERSION = 1; |
| 1122 | + CURRENT_PROJECT_VERSION = 2; |
1121 | 1123 | DEVELOPMENT_TEAM = C6L3992RFB; |
1122 | 1124 | INFOPLIST_FILE = "opener-action/Info.plist"; |
1123 | 1125 | IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
|
1126 | 1128 | "@executable_path/Frameworks", |
1127 | 1129 | "@executable_path/../../Frameworks", |
1128 | 1130 | ); |
1129 | | - MARKETING_VERSION = 1.1.9; |
| 1131 | + MARKETING_VERSION = 1.2.0; |
1130 | 1132 | PRODUCT_BUNDLE_IDENTIFIER = "com.twodayslate.claw.opener-action"; |
1131 | 1133 | PRODUCT_NAME = "$(TARGET_NAME)"; |
1132 | 1134 | SKIP_INSTALL = YES; |
|
1141 | 1143 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
1142 | 1144 | CODE_SIGN_ENTITLEMENTS = "opener-action/opener-action.entitlements"; |
1143 | 1145 | CODE_SIGN_STYLE = Automatic; |
1144 | | - CURRENT_PROJECT_VERSION = 1; |
| 1146 | + CURRENT_PROJECT_VERSION = 2; |
1145 | 1147 | DEVELOPMENT_TEAM = C6L3992RFB; |
1146 | 1148 | INFOPLIST_FILE = "opener-action/Info.plist"; |
1147 | 1149 | IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
|
1150 | 1152 | "@executable_path/Frameworks", |
1151 | 1153 | "@executable_path/../../Frameworks", |
1152 | 1154 | ); |
1153 | | - MARKETING_VERSION = 1.1.9; |
| 1155 | + MARKETING_VERSION = 1.2.0; |
1154 | 1156 | PRODUCT_BUNDLE_IDENTIFIER = "com.twodayslate.claw.opener-action"; |
1155 | 1157 | PRODUCT_NAME = "$(TARGET_NAME)"; |
1156 | 1158 | SKIP_INSTALL = YES; |
|
0 commit comments