Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 578 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 578 Bytes

BasicStartUpProject

Basic StartUp Project for Swift

Usage

# Xcode project directory
$ cd ../BasicStartUpProject

# run script ($OLD_PROJECT_NAME = BasicStartUpProject)  
# replaces all occurrences of **$OLD_PROJECT_NAME** string with **$NEW_PROJECT_NAME** string
$ ./rename.swift "$OLD_PROJECT_NAME" "$NEW_PROJECT_NAME"

# run script (install pods)
$ pod install

License

This code is released under the Apache 2.0 license. See LICENSE for details.