Skip to content

Instantly share code, notes, and snippets.

View danielrhodes's full-sized avatar

Daniel Rhodes danielrhodes

View GitHub Profile
@danielrhodes
danielrhodes / update-version.sh
Last active February 15, 2022 12:47 — forked from jellybeansoup/update-version.sh
Script for Incrementing Version Numbers
#!/bin/bash
# A command-line script for incrementing build numbers for all known targets in an Xcode project.
#
# This script has two main goals: firstly, to ensure that all the targets in a project have the
# same CFBundleVersion and CFBundleShortVersionString values. This is because mismatched values
# can cause a warning when submitting to the App Store.
#
# Secondly, the script ensures that the build number is incremented when changes are declared
# based on git's records. Alternatively the number of commits can be used, and is toggled by using
# the argument "--reflect-commits". If not on "master", the current branch name will be used to
@danielrhodes
danielrhodes / Emoticons.plist
Created March 23, 2016 21:52
List of emoticons (emoji) found in IOS in plist format
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>emoticons</key>
<array>
<dict>
<key>set_name</key>
<string>Smileys &amp; People</string>
<key>emoticons</key>
def unsubscribed
end