All Projects β†’ aashishtamsya β†’ Awesome Xcode Scripts

aashishtamsya / Awesome Xcode Scripts

Licence: mit
A curated list of useful xcode scripts πŸ“ .

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Awesome Xcode Scripts

Kernel.css
The CSS framework built for any kind of task
Stars: ✭ 80 (-17.53%)
Mutual labels:  semantic
Suitcase
A flexible command line tool for instantly deploying user interfaces for simple commands and scripts.
Stars: ✭ 1,287 (+1226.8%)
Mutual labels:  xcode
Xfunnyeditor
Xcode plugin to display an image on the background of the editor
Stars: ✭ 92 (-5.15%)
Mutual labels:  xcode
Statefultabview
A SwiftUI TabView that retains the state of each tab as well as some other goodies.
Stars: ✭ 83 (-14.43%)
Mutual labels:  xcode
Swift Project Template
πŸͺ Easily generate Swift projects with Cookiecutter
Stars: ✭ 85 (-12.37%)
Mutual labels:  xcode
Xmlmapper
A simple way to map XML to Objects written in Swift
Stars: ✭ 90 (-7.22%)
Mutual labels:  xcode
Cube slam wu
Cube SLAM δΈͺδΊΊζ³¨ι‡Šη‰ˆ
Stars: ✭ 78 (-19.59%)
Mutual labels:  semantic
Pluggableappdelegate
!! No longer supported !! A lightweight service-oriented AppDelegate for iOS, made in Swift.
Stars: ✭ 96 (-1.03%)
Mutual labels:  xcode
Videngine
3D graphics for iOS using Metal and Swift
Stars: ✭ 86 (-11.34%)
Mutual labels:  xcode
R.objc
Get autocompleted resources like images, localized strings and storyboards in ObjC projects
Stars: ✭ 92 (-5.15%)
Mutual labels:  xcode
Sfacecompare
Simple lib for iOS to find and compare faces.
Stars: ✭ 83 (-14.43%)
Mutual labels:  xcode
Swiftgif
[UNMAINTAINED] 🌠 A small UIImage extension with gif support
Stars: ✭ 1,255 (+1193.81%)
Mutual labels:  xcode
Coremldemo
A simple demo for Core ML
Stars: ✭ 90 (-7.22%)
Mutual labels:  xcode
Read Only Coding
Automator services to make coding in Xcode easier
Stars: ✭ 82 (-15.46%)
Mutual labels:  xcode
Mvvm Ac
Xcode 10 Template For MVVM
Stars: ✭ 94 (-3.09%)
Mutual labels:  xcode
React Semantic Toasts
React Semantic UI notifications library
Stars: ✭ 80 (-17.53%)
Mutual labels:  semantic
Pico
Graceful & Minimal CSS design system in pure semantic HTML
Stars: ✭ 89 (-8.25%)
Mutual labels:  semantic
Collectionnode
a collectionView made for Sprite Kit
Stars: ✭ 96 (-1.03%)
Mutual labels:  xcode
Mscircularslider
A fully-featured, powerful circular slider for iOS applications
Stars: ✭ 94 (-3.09%)
Mutual labels:  xcode
Awsm.css
Simple CSS library for semantic HTML markup
Stars: ✭ 1,288 (+1227.84%)
Mutual labels:  semantic

Awesome Xcode Scripts

Awesome Platform Programming Language license

A curated list of useful Xcode scripts πŸ“.

Content

How to Setup

  • Open Xcode project. Select your target
  • Build Phases -> Add Build Phase -> Add Run Script Build Phase
  • Open "Run Script" section that was created and .
  • Copy & Paste your script there.
  • (Optional) Rename your Run Scripts to identify them easily.

DEMO

Scripts

Build Number Auto-Increment Script

  • BuildVersion.sh - A script that runs each time you build your app in Xcode to read the Build number, increment it, and write it back to the app's {App}-Info.plist file.

Build Number Auto-Increment Script on Git Commit

CAUTION

Use this only if you are pushing you code to git.

Semantic Version Auto-Increment Script

CAUTION

Insure your starting version number is in SemVer format (e.g. 1.0.0)

AppIcon Versioning Auto-Increment Script

Detect FixMe ToDo Error Tag On Swift Script

Installation

  1. Download the zip or clone the repo to your desired directory.
$ git clone https://github.com/aashishtamsya/awesome-xcode-scripts.git

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request πŸ˜‰ 😊

Credits

Aashish Tamsya @ChiefAashish, [email protected]

License

The content of Awesome Xcode Scripts itself is licensed under the Creative Commons Attribution 3.0 license, and the underlying source code used to format and display that content is licensed under the MIT license.

See the LICENSE file for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].