mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-07 01:10:09 +00:00
Fix build
This commit is contained in:
parent
08461a1625
commit
6f5db414df
@ -95,6 +95,8 @@ beta_testflight:
|
||||
except:
|
||||
- tags
|
||||
script:
|
||||
- export PATH=/opt/homebrew/opt/ruby/bin:$PATH
|
||||
- export PATH=`gem environment gemdir`/bin:$PATH
|
||||
- python3 -u build-system/Make/Make.py remote-build --darwinContainers="$DARWIN_CONTAINERS" --darwinContainersHost="$DARWIN_CONTAINERS_HOST" --cacheHost="$TELEGRAM_BAZEL_CACHE_HOST" --configurationPath="build-system/appstore-configuration.json" --gitCodesigningRepository="$TELEGRAM_GIT_CODESIGNING_REPOSITORY" --gitCodesigningType=appstore --configuration=release_arm64
|
||||
environment:
|
||||
name: testflight_llc
|
||||
|
||||
@ -729,6 +729,9 @@ private final class PendingInAppPurchaseState: Codable {
|
||||
self = .giveaway(boostPeer: boostPeer, additionalPeerIds: additionalPeerIds, countries: countries, onlyNewSubscribers: onlyNewSubscribers, showWinners: showWinners, prizeDescription: prizeDescription, randomId: randomId, untilDate: untilDate)
|
||||
case let .stars(count, _, _):
|
||||
self = .stars(count: count)
|
||||
case let .starsGift(_, count, _, _):
|
||||
//TODO:localize
|
||||
self = .stars(count: count)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -994,6 +994,8 @@ public func universalServiceMessageString(presentationData: (PresentationTheme,
|
||||
}
|
||||
case .unknown:
|
||||
attributedString = nil
|
||||
case .paymentRefunded, .giftStars:
|
||||
attributedString = nil
|
||||
}
|
||||
|
||||
break
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user