Skip to content

Instantly share code, notes, and snippets.

View jcoleman's full-sized avatar

James Coleman jcoleman

  • Braintree Payments
  • Greenville, SC
View GitHub Profile
@pnc
pnc / generate.rb
Last active August 29, 2015 14:24
Declare Xcode project files
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"}