|
3 | 3 | archiveVersion = 1; |
4 | 4 | classes = { |
5 | 5 | }; |
6 | | - objectVersion = 51; |
| 6 | + objectVersion = 54; |
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
|
50 | 50 | 32DCAF95A6A329C3136B1C8E /* Imap+msg.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32DCA55C094E9745AA1FD210 /* Imap+msg.swift */; }; |
51 | 51 | 32DCAF9DA9EC47798DF8BB73 /* SignInViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32DCA9701B2D5052225A0414 /* SignInViewController.swift */; }; |
52 | 52 | 50531BE42629B9A80039BAE9 /* AttachmentNode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50531BE32629B9A80039BAE9 /* AttachmentNode.swift */; }; |
| 53 | + 510A260126FDFEBE00163271 /* MailCore2 in Frameworks */ = {isa = PBXBuildFile; productRef = 510A260026FDFEBE00163271 /* MailCore2 */; }; |
53 | 54 | 5A39F42D239EC321001F4607 /* SettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A39F42C239EC321001F4607 /* SettingsViewController.swift */; }; |
54 | 55 | 5A39F430239EC396001F4607 /* SettingsViewDecorator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A39F42F239EC396001F4607 /* SettingsViewDecorator.swift */; }; |
55 | 56 | 5A39F437239ECC23001F4607 /* KeySettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A39F436239ECC23001F4607 /* KeySettingsViewController.swift */; }; |
|
758 | 759 | D2CDC3E224052D54002B045F /* FlowCryptCommon.framework in Frameworks */, |
759 | 760 | D2CDC3DD24052D50002B045F /* FlowCryptUI.framework in Frameworks */, |
760 | 761 | A40B9DB9E27967AC623BA60B /* Pods_FlowCrypt.framework in Frameworks */, |
| 762 | + 510A260126FDFEBE00163271 /* MailCore2 in Frameworks */, |
761 | 763 | ); |
762 | 764 | runOnlyForDeploymentPostprocessing = 0; |
763 | 765 | }; |
|
1993 | 1995 | 9FDF363E235A1B0100614596 /* Frameworks */, |
1994 | 1996 | 9FDF363F235A1B0100614596 /* Resources */, |
1995 | 1997 | 0CF02BEF6BCBCD8B43A732A5 /* [CP] Embed Pods Frameworks */, |
1996 | | - 2EA601B887F9BA327C9A5438 /* [CP] Copy Pods Resources */, |
1997 | 1998 | ); |
1998 | 1999 | buildRules = ( |
1999 | 2000 | ); |
|
2016 | 2017 | C132B9AD1EC2DBD800763715 /* Frameworks */, |
2017 | 2018 | C132B9AE1EC2DBD800763715 /* Resources */, |
2018 | 2019 | 527B6FD5C3E83A37AEA8D0A3 /* [CP] Embed Pods Frameworks */, |
2019 | | - F5FDFD02C616C6B2DEBEEFCA /* [CP] Copy Pods Resources */, |
2020 | 2020 | D2CDC3E124052D50002B045F /* Embed Frameworks */, |
2021 | 2021 | ); |
2022 | 2022 | buildRules = ( |
|
2026 | 2026 | D2CDC3E024052D50002B045F /* PBXTargetDependency */, |
2027 | 2027 | ); |
2028 | 2028 | name = FlowCrypt; |
| 2029 | + packageProductDependencies = ( |
| 2030 | + 510A260026FDFEBE00163271 /* MailCore2 */, |
| 2031 | + ); |
2029 | 2032 | productName = FlowCrypt; |
2030 | 2033 | productReference = C132B9B01EC2DBD800763715 /* FlowCrypt.app */; |
2031 | 2034 | productType = "com.apple.product-type.application"; |
|
2093 | 2096 | isa = PBXProject; |
2094 | 2097 | attributes = { |
2095 | 2098 | LastSwiftUpdateCheck = 1240; |
2096 | | - LastUpgradeCheck = 1240; |
| 2099 | + LastUpgradeCheck = 1300; |
2097 | 2100 | ORGANIZATIONNAME = "FlowCrypt Limited"; |
2098 | 2101 | TargetAttributes = { |
2099 | 2102 | 9F2AC5C5267BE99E00F6149B = { |
|
2122 | 2125 | }; |
2123 | 2126 | }; |
2124 | 2127 | buildConfigurationList = C132B9AB1EC2DBD800763715 /* Build configuration list for PBXProject "FlowCrypt" */; |
2125 | | - compatibilityVersion = "Xcode 10.0"; |
| 2128 | + compatibilityVersion = "Xcode 12.0"; |
2126 | 2129 | developmentRegion = en; |
2127 | 2130 | hasScannedForEncodings = 0; |
2128 | 2131 | knownRegions = ( |
|
2131 | 2134 | ru, |
2132 | 2135 | ); |
2133 | 2136 | mainGroup = C132B9A71EC2DBD800763715; |
| 2137 | + packageReferences = ( |
| 2138 | + 510A25FF26FDFEBE00163271 /* XCRemoteSwiftPackageReference "mailcore2" */, |
| 2139 | + ); |
2134 | 2140 | productRefGroup = C132B9B11EC2DBD800763715 /* Products */; |
2135 | 2141 | projectDirPath = ""; |
2136 | 2142 | projectRoot = ""; |
|
2267 | 2273 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-FlowCryptAppTests/Pods-FlowCryptAppTests-frameworks.sh\"\n"; |
2268 | 2274 | showEnvVarsInLog = 0; |
2269 | 2275 | }; |
2270 | | - 2EA601B887F9BA327C9A5438 /* [CP] Copy Pods Resources */ = { |
2271 | | - isa = PBXShellScriptBuildPhase; |
2272 | | - buildActionMask = 2147483647; |
2273 | | - files = ( |
2274 | | - ); |
2275 | | - inputFileListPaths = ( |
2276 | | - "${PODS_ROOT}/Target Support Files/Pods-FlowCryptUITests/Pods-FlowCryptUITests-resources-${CONFIGURATION}-input-files.xcfilelist", |
2277 | | - ); |
2278 | | - name = "[CP] Copy Pods Resources"; |
2279 | | - outputFileListPaths = ( |
2280 | | - "${PODS_ROOT}/Target Support Files/Pods-FlowCryptUITests/Pods-FlowCryptUITests-resources-${CONFIGURATION}-output-files.xcfilelist", |
2281 | | - ); |
2282 | | - runOnlyForDeploymentPostprocessing = 0; |
2283 | | - shellPath = /bin/sh; |
2284 | | - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-FlowCryptUITests/Pods-FlowCryptUITests-resources.sh\"\n"; |
2285 | | - showEnvVarsInLog = 0; |
2286 | | - }; |
2287 | 2276 | 527B6FD5C3E83A37AEA8D0A3 /* [CP] Embed Pods Frameworks */ = { |
2288 | 2277 | isa = PBXShellScriptBuildPhase; |
2289 | 2278 | buildActionMask = 2147483647; |
|
2442 | 2431 | shellPath = /bin/sh; |
2443 | 2432 | shellScript = "make format\n"; |
2444 | 2433 | }; |
2445 | | - F5FDFD02C616C6B2DEBEEFCA /* [CP] Copy Pods Resources */ = { |
2446 | | - isa = PBXShellScriptBuildPhase; |
2447 | | - buildActionMask = 2147483647; |
2448 | | - files = ( |
2449 | | - ); |
2450 | | - inputFileListPaths = ( |
2451 | | - "${PODS_ROOT}/Target Support Files/Pods-FlowCrypt/Pods-FlowCrypt-resources-${CONFIGURATION}-input-files.xcfilelist", |
2452 | | - ); |
2453 | | - name = "[CP] Copy Pods Resources"; |
2454 | | - outputFileListPaths = ( |
2455 | | - "${PODS_ROOT}/Target Support Files/Pods-FlowCrypt/Pods-FlowCrypt-resources-${CONFIGURATION}-output-files.xcfilelist", |
2456 | | - ); |
2457 | | - runOnlyForDeploymentPostprocessing = 0; |
2458 | | - shellPath = /bin/sh; |
2459 | | - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-FlowCrypt/Pods-FlowCrypt-resources.sh\"\n"; |
2460 | | - showEnvVarsInLog = 0; |
2461 | | - }; |
2462 | 2434 | /* End PBXShellScriptBuildPhase section */ |
2463 | 2435 |
|
2464 | 2436 | /* Begin PBXSourcesBuildPhase section */ |
|
2490 | 2462 | 9FC413442683C912004C0A69 /* GmailServiceTest.swift in Sources */, |
2491 | 2463 | 9F976556267E186D0058419D /* ClientConfigurationTests.swift in Sources */, |
2492 | 2464 | 9F7E8EC6269877E70021C07F /* KeyInfoTests.swift in Sources */, |
2493 | | - 9F976556267E186D0058419D /* ClientConfigurationTests.swift in Sources */, |
2494 | 2465 | 9FC41171268118A7004C0A69 /* PassPhraseStorageTests.swift in Sources */, |
2495 | 2466 | 9F6F3C7626ADFC37005BD9C6 /* KeyStorageMock.swift in Sources */, |
2496 | 2467 | ); |
|
2898 | 2869 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
2899 | 2870 | GCC_WARN_UNUSED_FUNCTION = YES; |
2900 | 2871 | GCC_WARN_UNUSED_VARIABLE = YES; |
2901 | | - IPHONEOS_DEPLOYMENT_TARGET = 12.2; |
| 2872 | + IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
2902 | 2873 | MTL_ENABLE_DEBUG_INFO = YES; |
2903 | 2874 | ONLY_ACTIVE_ARCH = YES; |
2904 | 2875 | SDKROOT = iphoneos; |
|
3118 | 3089 | CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; |
3119 | 3090 | CODE_SIGN_STYLE = Automatic; |
3120 | 3091 | DEVELOPMENT_TEAM = W57XRJ27NX; |
| 3092 | + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; |
3121 | 3093 | GCC_C_LANGUAGE_STANDARD = gnu11; |
3122 | 3094 | INFOPLIST_FILE = FlowCryptAppTests/Info.plist; |
3123 | 3095 | IPHONEOS_DEPLOYMENT_TARGET = 14.4; |
|
3202 | 3174 | CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; |
3203 | 3175 | CODE_SIGN_STYLE = Automatic; |
3204 | 3176 | DEVELOPMENT_TEAM = W57XRJ27NX; |
| 3177 | + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; |
3205 | 3178 | GCC_C_LANGUAGE_STANDARD = gnu11; |
3206 | 3179 | INFOPLIST_FILE = FlowCryptUITests/Info.plist; |
3207 | 3180 | IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
|
3306 | 3279 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
3307 | 3280 | GCC_WARN_UNUSED_FUNCTION = YES; |
3308 | 3281 | GCC_WARN_UNUSED_VARIABLE = YES; |
3309 | | - IPHONEOS_DEPLOYMENT_TARGET = 12.2; |
| 3282 | + IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
3310 | 3283 | MTL_ENABLE_DEBUG_INFO = NO; |
3311 | 3284 | SDKROOT = iphoneos; |
3312 | 3285 | SWIFT_COMPILATION_MODE = wholemodule; |
|
3412 | 3385 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
3413 | 3386 | GCC_WARN_UNUSED_FUNCTION = YES; |
3414 | 3387 | GCC_WARN_UNUSED_VARIABLE = YES; |
3415 | | - IPHONEOS_DEPLOYMENT_TARGET = 12.2; |
| 3388 | + IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
3416 | 3389 | MTL_ENABLE_DEBUG_INFO = YES; |
3417 | 3390 | ONLY_ACTIVE_ARCH = YES; |
3418 | 3391 | SDKROOT = iphoneos; |
|
3468 | 3441 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
3469 | 3442 | GCC_WARN_UNUSED_FUNCTION = YES; |
3470 | 3443 | GCC_WARN_UNUSED_VARIABLE = YES; |
3471 | | - IPHONEOS_DEPLOYMENT_TARGET = 12.2; |
| 3444 | + IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
3472 | 3445 | MTL_ENABLE_DEBUG_INFO = NO; |
3473 | 3446 | SDKROOT = iphoneos; |
3474 | 3447 | SWIFT_COMPILATION_MODE = wholemodule; |
|
3491 | 3464 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
3492 | 3465 | DEVELOPMENT_TEAM = W57XRJ27NX; |
3493 | 3466 | ENABLE_BITCODE = NO; |
| 3467 | + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; |
3494 | 3468 | FRAMEWORK_SEARCH_PATHS = "$(inherited)"; |
3495 | 3469 | GCC_SYMBOLS_PRIVATE_EXTERN = NO; |
3496 | 3470 | HEADER_SEARCH_PATHS = ( |
|
3584 | 3558 | DYLIB_COMPATIBILITY_VERSION = 1; |
3585 | 3559 | DYLIB_CURRENT_VERSION = 1; |
3586 | 3560 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
| 3561 | + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; |
3587 | 3562 | GCC_C_LANGUAGE_STANDARD = gnu11; |
3588 | 3563 | INFOPLIST_FILE = FlowCryptUI/Info.plist; |
3589 | 3564 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
|
3692 | 3667 | DYLIB_COMPATIBILITY_VERSION = 1; |
3693 | 3668 | DYLIB_CURRENT_VERSION = 1; |
3694 | 3669 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
| 3670 | + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; |
3695 | 3671 | GCC_C_LANGUAGE_STANDARD = gnu11; |
3696 | 3672 | INFOPLIST_FILE = FlowCryptCommon/Info.plist; |
3697 | 3673 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
|
3939 | 3915 | defaultConfigurationName = Release; |
3940 | 3916 | }; |
3941 | 3917 | /* End XCConfigurationList section */ |
| 3918 | + |
| 3919 | +/* Begin XCRemoteSwiftPackageReference section */ |
| 3920 | + 510A25FF26FDFEBE00163271 /* XCRemoteSwiftPackageReference "mailcore2" */ = { |
| 3921 | + isa = XCRemoteSwiftPackageReference; |
| 3922 | + repositoryURL = "https://github.com/MailCore/mailcore2"; |
| 3923 | + requirement = { |
| 3924 | + branch = master; |
| 3925 | + kind = branch; |
| 3926 | + }; |
| 3927 | + }; |
| 3928 | +/* End XCRemoteSwiftPackageReference section */ |
| 3929 | + |
| 3930 | +/* Begin XCSwiftPackageProductDependency section */ |
| 3931 | + 510A260026FDFEBE00163271 /* MailCore2 */ = { |
| 3932 | + isa = XCSwiftPackageProductDependency; |
| 3933 | + package = 510A25FF26FDFEBE00163271 /* XCRemoteSwiftPackageReference "mailcore2" */; |
| 3934 | + productName = MailCore2; |
| 3935 | + }; |
| 3936 | +/* End XCSwiftPackageProductDependency section */ |
3942 | 3937 | }; |
3943 | 3938 | rootObject = C132B9A81EC2DBD800763715 /* Project object */; |
3944 | 3939 | } |
0 commit comments