This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Simple iOS build script | |
# Written by Aron Bury, 29/11/2011 | |
appname="AwesomeApp" | |
target_name="$appname" | |
sdk="iphoneos" | |
certificate="iPhone Developer: Joe Blogs" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Extended iOS Build Script | |
# Written by Aron Bury, 29/11/2011 | |
#==== Script Params ===== | |
# App params | |
appname="AwesomeApp" | |
target_name="$appname" | |
sdk="iphoneos" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am abury on github. | |
* I am aron_bury (https://keybase.io/aron_bury) on keybase. | |
* I have a public key whose fingerprint is 202C 4000 0DEC F554 6A26 13ED D96B 635B 8F64 D7E0 | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// We only need to import the modules necessary for initial render | |
import CoreLayout from '../layouts/CoreLayout/CoreLayout'; | |
import Home from './Home'; | |
import LoginRoute from './Login'; | |
import SignupRoute from './Signup'; | |
import DashboardRoute from './Secure/Dashboard'; | |
import LeadsRoute from './Secure/Leads'; | |
import NotFound from './NotFound'; | |
/* Note: Instead of using JSX, we recommend using react-router |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// AbstractEmptyDataSource.swift | |
// ABSocialMediaManager | |
// | |
// Created by Aron Bury on 14/09/2015. | |
// Copyright © 2015 Aron Bury. All rights reserved. | |
// | |
import Foundation | |
import DZNEmptyDataSet |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am abury on github. | |
* I am aron_bury (https://keybase.io/aron_bury) on keybase. | |
* I have a public key ASAManstaWT-HBvnDN97XRKOeXvi-yl57ShSc73xdX8qDwo | |
To claim this, I am signing this object: |