From 2a2565fdf8739b4c764af881cc231a6cbf6accd0 Mon Sep 17 00:00:00 2001 From: Evan Cooper Date: Sun, 2 Oct 2022 13:06:49 -0400 Subject: [PATCH] Enable bitcode --- Friendly Competitions.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Friendly Competitions.xcodeproj/project.pbxproj b/Friendly Competitions.xcodeproj/project.pbxproj index 9f1a3e07..88f29248 100644 --- a/Friendly Competitions.xcodeproj/project.pbxproj +++ b/Friendly Competitions.xcodeproj/project.pbxproj @@ -1463,6 +1463,7 @@ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_ASSET_PATHS = "Friendly\\ Competitions/Preview\\ Content"; DEVELOPMENT_TEAM = HP22MNWU5C; + ENABLE_BITCODE = YES; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = "Friendly Competitions/Info.plist"; @@ -1506,6 +1507,7 @@ CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_ASSET_PATHS = "Friendly\\ Competitions/Preview\\ Content"; DEVELOPMENT_TEAM = HP22MNWU5C; + ENABLE_BITCODE = YES; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = "Friendly Competitions/Info.plist";