|
29 | 29 | DB425C051F8A517D008CB032 /* DefaultSettings.m in Sources */ = {isa = PBXBuildFile; fileRef = DB425C041F8A517D008CB032 /* DefaultSettings.m */; }; |
30 | 30 | DB53856A2083622A004BFC84 /* NSURL+URL.m in Sources */ = {isa = PBXBuildFile; fileRef = DB5385692083622A004BFC84 /* NSURL+URL.m */; }; |
31 | 31 | DB53856E20838913004BFC84 /* DragDropView.m in Sources */ = {isa = PBXBuildFile; fileRef = DB53856D20838913004BFC84 /* DragDropView.m */; }; |
| 32 | + DB5C5A4F2D00BA9C000C4A20 /* NSException+Description.m in Sources */ = {isa = PBXBuildFile; fileRef = DB5C5A4E2D00BA9C000C4A20 /* NSException+Description.m */; }; |
32 | 33 | DB6F784F215D459A00C77966 /* AppBoxColors.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = DB6F784E215D459A00C77966 /* AppBoxColors.xcassets */; }; |
33 | 34 | DB831BCB1FF6B5780065B646 /* ABHudViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = DB831BC91FF6B5780065B646 /* ABHudViewController.m */; }; |
34 | 35 | DB831BCC1FF6B5780065B646 /* ABHudViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = DB831BCA1FF6B5780065B646 /* ABHudViewController.xib */; }; |
|
193 | 194 | DB5385692083622A004BFC84 /* NSURL+URL.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSURL+URL.m"; sourceTree = "<group>"; }; |
194 | 195 | DB53856C20838913004BFC84 /* DragDropView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DragDropView.h; sourceTree = "<group>"; }; |
195 | 196 | DB53856D20838913004BFC84 /* DragDropView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DragDropView.m; sourceTree = "<group>"; }; |
| 197 | + DB5C5A4D2D00BA9C000C4A20 /* NSException+Description.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "NSException+Description.h"; sourceTree = "<group>"; }; |
| 198 | + DB5C5A4E2D00BA9C000C4A20 /* NSException+Description.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSException+Description.m"; sourceTree = "<group>"; }; |
196 | 199 | DB6F784E215D459A00C77966 /* AppBoxColors.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = AppBoxColors.xcassets; sourceTree = "<group>"; }; |
197 | 200 | DB831BC81FF6B5780065B646 /* ABHudViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ABHudViewController.h; sourceTree = "<group>"; }; |
198 | 201 | DB831BC91FF6B5780065B646 /* ABHudViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ABHudViewController.m; sourceTree = "<group>"; }; |
|
354 | 357 | DB1C84402079F54E007AC74C /* NSString+String.m */, |
355 | 358 | DB5385682083622A004BFC84 /* NSURL+URL.h */, |
356 | 359 | DB5385692083622A004BFC84 /* NSURL+URL.m */, |
| 360 | + DB5C5A4D2D00BA9C000C4A20 /* NSException+Description.h */, |
| 361 | + DB5C5A4E2D00BA9C000C4A20 /* NSException+Description.m */, |
357 | 362 | ); |
358 | 363 | path = Extensions; |
359 | 364 | sourceTree = "<group>"; |
|
980 | 985 | ); |
981 | 986 | inputPaths = ( |
982 | 987 | "${PODS_ROOT}/Target Support Files/Pods-AppBox/Pods-AppBox-resources.sh", |
| 988 | + "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjackPrivacy.bundle", |
| 989 | + "${PODS_CONFIGURATION_BUILD_DIR}/ObjectiveDropboxOfficial/ObjectiveDropboxPrivacyInfo.bundle", |
983 | 990 | "${PODS_ROOT}/SAMKeychain/Support/SAMKeychain.bundle", |
| 991 | + "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive/SSZipArchive.bundle", |
984 | 992 | ); |
985 | 993 | name = "[CP] Copy Pods Resources"; |
986 | 994 | outputPaths = ( |
| 995 | + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/CocoaLumberjackPrivacy.bundle", |
| 996 | + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ObjectiveDropboxPrivacyInfo.bundle", |
987 | 997 | "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/SAMKeychain.bundle", |
| 998 | + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/SSZipArchive.bundle", |
988 | 999 | ); |
989 | 1000 | runOnlyForDeploymentPostprocessing = 0; |
990 | 1001 | shellPath = /bin/sh; |
|
1031 | 1042 | DB358B6C216FB1AC0080CAC0 /* Project+CoreDataProperties.m in Sources */, |
1032 | 1043 | DB358B6B216FB1AC0080CAC0 /* UploadRecord+CoreDataProperties.m in Sources */, |
1033 | 1044 | DB358B68216FB1AC0080CAC0 /* ProvisionedDevice+CoreDataClass.m in Sources */, |
| 1045 | + DB5C5A4F2D00BA9C000C4A20 /* NSException+Description.m in Sources */, |
1034 | 1046 | DB8CE5F81FF77199003FEB65 /* DisabledView.m in Sources */, |
1035 | 1047 | DB358B6A216FB1AC0080CAC0 /* ProvisionedDevice+CoreDataProperties.m in Sources */, |
1036 | 1048 | E1902B531E16617B00C3E0F6 /* NetworkHandler.m in Sources */, |
|
1225 | 1237 | "\"${PODS_ROOT}/Headers/Public/Crashlytics\"", |
1226 | 1238 | ); |
1227 | 1239 | INFOPLIST_FILE = AppBox/Info.plist; |
| 1240 | + INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools"; |
1228 | 1241 | LD_DYLIB_INSTALL_NAME = ""; |
1229 | 1242 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; |
1230 | | - MACOSX_DEPLOYMENT_TARGET = 10.15; |
1231 | | - MARKETING_VERSION = 3.3.0; |
| 1243 | + MACOSX_DEPLOYMENT_TARGET = 12.4; |
| 1244 | + MARKETING_VERSION = 3.4.0; |
1232 | 1245 | PRODUCT_BUNDLE_IDENTIFIER = com.developerinsider.AppBox; |
1233 | 1246 | PRODUCT_NAME = "$(TARGET_NAME)"; |
1234 | 1247 | USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)"; |
|
1272 | 1285 | "\"${PODS_ROOT}/Headers/Public/Crashlytics\"", |
1273 | 1286 | ); |
1274 | 1287 | INFOPLIST_FILE = AppBox/Info.plist; |
| 1288 | + INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools"; |
1275 | 1289 | LD_DYLIB_INSTALL_NAME = ""; |
1276 | 1290 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; |
1277 | | - MACOSX_DEPLOYMENT_TARGET = 10.15; |
1278 | | - MARKETING_VERSION = 3.3.0; |
| 1291 | + MACOSX_DEPLOYMENT_TARGET = 12.4; |
| 1292 | + MARKETING_VERSION = 3.4.0; |
1279 | 1293 | PRODUCT_BUNDLE_IDENTIFIER = com.developerinsider.AppBox; |
1280 | 1294 | PRODUCT_NAME = "$(TARGET_NAME)"; |
1281 | 1295 | USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)"; |
|
0 commit comments