Sha256: 1df737bccaf1f12d5b147e6946b14d2c90fb2795e62c0a289e0f4a1031a28c5d
Contents?: true
Size: 823 Bytes
Versions: 8
Compression:
Stored size: 823 Bytes
Contents
create 'template-repository/Example' do |tokens| # Project title (e.g. 'Amazing Application') # At least three characters long, start with a capital character, may contain spaces tokens[:PROJECT_TITLE] = "Amazing Application" # Project id (e.g. 'AmazingApp') # At least three characters long, no spaces, start with a capital character tokens[:PROJECT_ID] = "AmazingApp" # Bundle id (e.g. 'com.acme.amazingapp') # Reverse domain notation, lower case, no spaces tokens[:BUNDLE_ID] = "com.acme.amazingapp" # Organization name (e.g. 'ACME') # At least two characters long, may contain spaces tokens[:ORGANIZATION_NAME] = "ACME" # Class prefix (e.g. 'AMZ') # All caps, at least three, starting with an alphabetical character tokens[:CLASS_PREFIX] = "AMZ" tokens[:SECRET_TOGGLE] = true end
Version data entries
8 entries across 8 versions & 1 rubygems