Fix build

This commit is contained in:
Ali 2020-02-19 03:28:43 +04:00
parent d1c323cf2e
commit 7e857af95f
3 changed files with 7 additions and 5 deletions

View File

@ -12,7 +12,7 @@ WALLET_BUCK_OPTIONS=\
--config custom.distributionProvisioningProfileApp="${WALLET_DISTRIBUTION_PROVISIONING_PROFILE_APP}" \ --config custom.distributionProvisioningProfileApp="${WALLET_DISTRIBUTION_PROVISIONING_PROFILE_APP}" \
--config custom.apiId="${API_ID}" \ --config custom.apiId="${API_ID}" \
--config custom.apiHash="${API_HASH}" \ --config custom.apiHash="${API_HASH}" \
--config custom.hockeyAppId="${HOCKEYAPP_ID}" \ --config custom.appCenterId="0" \
--config custom.isInternalBuild="${IS_INTERNAL_BUILD}" \ --config custom.isInternalBuild="${IS_INTERNAL_BUILD}" \
--config custom.isAppStoreBuild="${IS_APPSTORE_BUILD}" \ --config custom.isAppStoreBuild="${IS_APPSTORE_BUILD}" \
--config custom.appStoreId="${APPSTORE_ID}" \ --config custom.appStoreId="${APPSTORE_ID}" \

View File

@ -595,7 +595,8 @@ final class AppDelegate: NSObject, UIApplicationDelegate {
secondaryColor: UIColor(rgb: 0x5e5e5e), secondaryColor: UIColor(rgb: 0x5e5e5e),
accentColor: accentColor, accentColor: accentColor,
destructiveColor: UIColor(rgb: 0xff3b30), destructiveColor: UIColor(rgb: 0xff3b30),
disabledColor: UIColor(rgb: 0xd0d0d0) disabledColor: UIColor(rgb: 0xd0d0d0),
baseFontSize: 17.0
), ),
actionSheet: ActionSheetControllerTheme( actionSheet: ActionSheetControllerTheme(
dimColor: UIColor(white: 0.0, alpha: 0.4), dimColor: UIColor(white: 0.0, alpha: 0.4),
@ -611,7 +612,8 @@ final class AppDelegate: NSObject, UIApplicationDelegate {
controlColor: UIColor(rgb: 0x7e8791), controlColor: UIColor(rgb: 0x7e8791),
switchFrameColor: UIColor(rgb: 0xe0e0e0), switchFrameColor: UIColor(rgb: 0xe0e0e0),
switchContentColor: UIColor(rgb: 0x77d572), switchContentColor: UIColor(rgb: 0x77d572),
switchHandleColor: UIColor(rgb: 0xffffff) switchHandleColor: UIColor(rgb: 0xffffff),
baseFontSize: 17.0
) )
), strings: WalletStrings( ), strings: WalletStrings(
primaryComponent: WalletStringsComponent( primaryComponent: WalletStringsComponent(

View File

@ -37,8 +37,8 @@ static_library(
"//submodules/LocalAuth:LocalAuth", "//submodules/LocalAuth:LocalAuth",
"//submodules/ScreenCaptureDetection:ScreenCaptureDetection", "//submodules/ScreenCaptureDetection:ScreenCaptureDetection",
"//submodules/AnimatedStickerNode:AnimatedStickerNode", "//submodules/AnimatedStickerNode:AnimatedStickerNode",
#"//submodules/WalletUrl:WalletUrl", "//submodules/WalletUrl:WalletUrl",
#"//submodules/WalletCore:WalletCore", "//submodules/WalletCore:WalletCore",
"//submodules/StringPluralization:StringPluralization", "//submodules/StringPluralization:StringPluralization",
"//submodules/ActivityIndicator:ActivityIndicator", "//submodules/ActivityIndicator:ActivityIndicator",
"//submodules/ProgressNavigationButtonNode:ProgressNavigationButtonNode", "//submodules/ProgressNavigationButtonNode:ProgressNavigationButtonNode",