#Tim Taylor
- Oakland, CA, United States
- tim@tool-man.org
- http://tool-man.org/
☆ Ship it! ☆
The trajectory of my software development career can be distilled to this phrase: Ship it.
#!/usr/bin/env bash -e | |
cat <<TEXT | |
Git has no undo feature, but maybe these will help: | |
=================================================== | |
## Unstage work | |
Unstage a file |
# Hello, and welcome to makefile basics. | |
# | |
# You will learn why `make` is so great, and why, despite its "weird" syntax, | |
# it is actually a highly expressive, efficient, and powerful way to build | |
# programs. | |
# | |
# Once you're done here, go to | |
# http://www.gnu.org/software/make/manual/make.html | |
# to learn SOOOO much more. |
#Tim Taylor
☆ Ship it! ☆
The trajectory of my software development career can be distilled to this phrase: Ship it.
#!/bin/bash | |
set -ex | |
# This scripts allows you to upload a binary to the iTunes Connect Store and do it for a specific app_id | |
# Because when you have multiple apps in status for download, xcodebuild upload will complain that multiple apps are in wait status | |
# Requires application loader to be installed | |
# See https://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/SubmittingTheApp.html | |
# Itunes Connect username & password | |
USER=bla |
-----BEGIN PGP PUBLIC KEY BLOCK----- | |
Version: GnuPG/MacGPG2 v2.0.22 (Darwin) | |
Comment: GPGTools - https://gpgtools.org | |
mQINBFPLkJUBEADDMQ1XVPZ4LkEZiFLNLoUG2yEX0RHynfzpwdiSwLv0Uts0ue5w | |
quzDsXItH82oLNhS7KvqP7+tXTk7OnhUirc7+WhgNCAy2HzA2Ro6PYykA753EvSI | |
MF1wPB+chw/4faJaDYpeVdBWfa04wsvNTSRlN6BAQK6eQFvQbmtgJxbCf7SlEqgi | |
VWeVcqagFM4c3Ovwd3U9cVnZI/Lti0FJxolNa+ffMwoclXv7PxytBgJqPrR+e4pK | |
+lezrGhSHHq13RQSNuB9wKYlLFbw+UlSQ2QwfWMt82IWT3ttQkTGf86kTmLtCf5e | |
avNt05hflSRd3KmrA6huq6lCREroTUmgwLAADX0Sr43hySES0L8SEkIgxv5BFFNQ |
I hereby claim:
To claim this, I am signing this object:
language: objective-c | |
before_script: | |
- chmod +x scripts/travis/add-key.sh | |
- chmod +x scripts/travis/remove-key.sh | |
- chmod +x scripts/travis/testflight.sh | |
- ./scripts/travis/add-key.sh | |
script: xctool -workspace [Workspace name].xcworkspace -scheme '[Scheme to use]' -configuration [Build configuration name] -sdk iphoneos7.1 CONFIGURATION_BUILD_DIR='~/build/' build | |
after_success: | |
- ./scripts/travis/testflight.sh | |
after_script: |
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINSgEr/dBoBJTNV4asjKS1WQ0gPuDCZ6vKLoS/mpRtUz toolbear |
01110100 01101111 01101111 01101100 01100010 01100101 01100001 01110010
--- | |
language: objective-c | |
before_script: | |
- ./scripts/travis/add-key.sh | |
after_script: | |
- ./scripts/travis/remove-key.sh | |
after_success: | |
- ./scripts/travis/testflight.sh | |
env: | |
global: |