Create droplet of your liking (ubuntu 12.10 x32)
ssh to root in terminal with your server ip
ssh [email protected]
Add ssh fingerprint and enter password provided in email
| struct CustomData: Codable { | |
| } | |
| struct AmigoHelper: Codable { | |
| var username: String? = nil | |
| var name: String? = nil | |
| var userID: String? = nil | |
| var email: String? = nil |
| struct AmigoHelper: Codable { | |
| var username: String? = nil | |
| var name: String? = nil | |
| var userID: String? = nil | |
| var email: String? = nil | |
| //var customData: Array<Any>? = nil | |
| init (username: String? = nil, | |
| name: String? = nil, |
Create droplet of your liking (ubuntu 12.10 x32)
ssh to root in terminal with your server ip
ssh [email protected]
Add ssh fingerprint and enter password provided in email
| ######################### | |
| # .gitignore file for Xcode4 / OS X Source projects | |
| # | |
| # Version 2.0 | |
| # For latest version, see: http://stackoverflow.com/questions/49478/git-ignore-file-for-xcode-projects | |
| # | |
| # 2013 updates: | |
| # - fixed the broken "save personal Schemes" | |
| # | |
| # NB: if you are storing "built" products, this WILL NOT WORK, |
| // | |
| // UIDeviceHardware.h | |
| // | |
| // Used to determine EXACT version of device software is running on. | |
| #import <Foundation/Foundation.h> | |
| @interface UIDeviceHardware : NSObject | |
| + (NSString *) platform; |