Skip to content

Some useful Swift class extensions, helpers, managers, etc

Notifications You must be signed in to change notification settings

ar-juan/swift-extensions-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swift-extensions

Some useful Swift class extensions

Use as git submodule

Check out http://stackoverflow.com/questions/1811730/ for info about how to add as a git submodule

cd /path/to/PROJECT1

git submodule add ssh://path.to.repo/MEDIA

git commit -m "Added Media submodule"

Repeat on the other repo...

Now, the cool thing is, that any time you commit changes to MEDIA, you can do this:

cd /path/to/PROJECT2/MEDIA git pull cd .. git add MEDIA git commit -m "Upgraded media to version XYZ" This just recorded the fact that the MEDIA submodule WITHIN PROJECT2 is now at version XYZ.

LICENCE

MIT License

About

Some useful Swift class extensions, helpers, managers, etc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages