This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'xcodeproj' | |
# Avoid spaces, otherwise automatic crash symbolication breaks. | |
# To change how it appears to the user, set Bundle Display Name in the Info plist. | |
TARGET_NAME = "ExampleApp" | |
CONFIG = {"APP_BUNDLE_ID" => "com.example.example-app", | |
"ASSETCATALOG_COMPILER_APPICON_NAME" => {debug: "AppIconDevelopment", | |
release: "AppIcon"}, | |
"ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME" => "LaunchImage"} |