Skip to content

nicolasgomollon/XcodeFolderSync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XcodeFolderSync

Installation

To build the project and copy the compiled executable to the current directory:

make build

To install the executable to /usr/local/bin/:

make install

Usage

USAGE: xcode-folder-sync --project <project> --sync-path <sync-path> --target <target> ...

OPTIONS:
  -p, --project <project> The path of the project’s `.xcodeproj` file.
  -s, --sync-path <sync-path>
                          The path of the folder to sync with the Xcode group,
                          relative to the project file.
  -t, --target <target>   The name of the target to add the files to. Specify
                          multiple times to add the files to more than one
                          target.
  -h, --help              Show help information.

About

Sync a filesystem folder with an Xcode group.

Resources

License

Stars

Watchers

Forks