Skip to content

This repo contains the helper script that I have created along the line for XCode Script phase as add on fucntionality to xcode projects

License

Notifications You must be signed in to change notification settings

MtAden/xcodeSciptPhase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XCode Scipt Phase Scripts

This repo contains the helper scripts that I have created along the way while developing for projects for XCode Script phase as add on fucntionality to xcode projects

1.Dymanic icon :

org icon ------> converted icon

Debug label is 800x800 (can be found in the same folder as script)

2.Xcode-build-and-version-generator :

Disclamer: STILL IN BETA, HAVING SOME MAJOR KNOWN BUG. USE IT ON YOUR RESPONSIBILITY

What does it do ?

Genetrate build and Version number for xCode. See wiki page for details.

Format This automatic version generator. basis of following format :

Major version.Minor Version.Revision

What is added by script:

This script automatically add two custom properties to the plist if they already don't exists CustomPreviousBundleShortVersionString and CustomPreviousBundleVersion. These two are being used to keep track to Minor version, if that is changed by developer, it automatically resets the revision count to zero. I am keeping the control of major and minor version in my hand, as I have not figured out what is the criteria to change them and how often.

What is the latest major change: script is sble to handle if custom property exist but having no value. Added more function for easy understanding Added extractVersionNumbers, extractPreviousVersionNumbers, debugMsg Functions.

KNOWN ISSUES :

  • Not able to handle major and minor version change. It only keeps updating revision.
  • About

    This repo contains the helper script that I have created along the line for XCode Script phase as add on fucntionality to xcode projects

    Resources

    License

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published