mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix build
This commit is contained in:
parent
d1c323cf2e
commit
7e857af95f
@ -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}" \
|
||||||
|
@ -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(
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user