🔥
Professional Software Developer,
Amateur Game Hack
Pinned Loading
-
2DPlatformerDemo
2DPlatformerDemo PublicUnity 5 2D Platformer Game Demo, initial project with Sprites
-
This is a script for incrementing bu...
This is a script for incrementing build numbers in xcode, automatically during the build phase. It handles the build in the format xx.yy.zz where zz is incremented for each build, and yy is incremented when you archive your project. The xx is handled manually in this case. For more information, you can read my blog post at http://bit.ly/1h3ztJK Happy building! 1#!/bin/bash2conf=${CONFIGURATION}3arch=${ARCHS:0:4}4# Only increase the build number on Device and AdHoc/AppStore build5if [ $conf == "Release" ]
-
convertmp4: A bash shell script to m...
convertmp4: A bash shell script to make the calls to ffmpeg a little simpler for converting OBS .flv output to .mp4 1#!/bin/bash2#3# this will call ffmeg to convert a .flv to a .mp44#5# NOTE: ffmeg is expected to be install and in your path
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.



