Fix masks?

This commit is contained in:
Peter 2019-10-06 04:50:23 +04:00
parent ae1b4f4615
commit d2b7b44f61
2 changed files with 2 additions and 2 deletions

View File

@ -232,7 +232,7 @@ package_debug_arm64:
PACKAGE_PROVISIONING_PROFILE_WATCH_APP="${DEVELOPMENT_PROVISIONING_PROFILE_WATCH_APP}" \
PACKAGE_PROVISIONING_PROFILE_WATCH_EXTENSION="${DEVELOPMENT_PROVISIONING_PROFILE_WATCH_EXTENSION}" \
PACKAGE_BUNDLE_ID="${BUNDLE_ID}" \
ENABLE_GET_TASK_ALLOW=1 \
ENABLE_GET_TASK_ALLOW=0 \
CODESIGNING_PROFILES_VARIANT="development" \
sh package_app.sh iphoneos-arm64 $(BUCK) $(BUCK_OPTIONS) ${BUCK_RELEASE_OPTIONS}

View File

@ -88,7 +88,7 @@ private enum InstalledStickerPacksEntryId: Hashable {
}
}
private enum InstalledStickerPacksEntry: ItemListNodeEntry {
private indirect enum InstalledStickerPacksEntry: ItemListNodeEntry {
case suggestOptions(PresentationTheme, String, String)
case trending(PresentationTheme, String, Int32)
case archived(PresentationTheme, String, Int32, [ArchivedStickerPackItem]?)