This file contains hidden or 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
package com.shakir.a7diets.graph | |
import android.content.Context | |
import android.graphics.* | |
import android.graphics.Paint.ANTI_ALIAS_FLAG | |
import android.os.Build | |
import android.util.AttributeSet | |
import android.view.View | |
import com.ems.a7diets.Application.AppApplication | |
import com.ems.a7diets.R |
This file contains hidden or 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 | |
# Allows full automation for ad-hoc "over the air" distribution of iOs apps | |
# 1. creates a signed ipa file from an already built .app file | |
# 2. generates a plist file | |
# 3. generates a php file allowing users to install the app with a link (this php files replaces in the plist the url part with the url of the php file) | |
# 4. (optional) makes a zip file of all the files which you can give to the client | |
# 5. uploads all the files to a webserver via FTP | |
# Erik Escoffier http://nerik.me |