-
-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #90 from vineetchoudhary/development
Development
- Loading branch information
Showing
29 changed files
with
892 additions
and
2,617 deletions.
There are no files selected for viewing
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,13 +22,15 @@ | |
#define abMailGunFromEmail @"AppBox Build <[email protected]>" | ||
|
||
//Other URL's | ||
#define abAppBoxAdsURL @"https://appbox-ads.firebaseio.com/ads.json" | ||
#define abDefaultLatestDownloadURL @"https://tryappbox.github.io/download" | ||
#define abDocumentationURL @"https://tryappbox.github.io/help/" | ||
#define abLicenseURL @"https://github.com/vineetchoudhary/AppBox-iOSAppsWirelessInstallation#user-content-license" | ||
#define abGitHubLatestRelease @"https://api.github.com/repos/vineetchoudhary/AppBox-iOSAppsWirelessInstallation/releases/latest" | ||
#define abTwitterURL @"https://twitter.com/tryappbox" | ||
#define abSlackImage @"https://s3-us-west-2.amazonaws.com/slack-files2/avatars/2017-04-06/165993935268_ec0c0ba40483382c7192_512.png" | ||
#define abWebHookSetupURL @"https://my.slack.com/apps/new/A0F7XDUAZ-incoming-webhooks" | ||
#define abShareXcodeProjectSchemeURL @"http://www.tryappbox.com/features/faq/HowToShareXcodeProjectSchemes.html" | ||
|
||
//Unique links | ||
static NSString *const UNIQUE_LINK_SHARED = @"uniqueLinkShared"; | ||
|
@@ -51,6 +53,7 @@ static NSString *const FILE_NAME_UNIQUE_JSON = @"appinfo.json"; | |
#define abBuildRepoNotification @"BuildRepoNotification" | ||
#define abAppBoxReadyToBuildNotification @"AppBoxReadyToBuildNotification" | ||
#define abStopAppBoxLocalServer @"StopAppBoxLocalServer" | ||
#define abAdsLoadCompleted @"AdsLoadCompleted" | ||
|
||
//messages | ||
#define abKeepSameLinkHelpTitle @"What is keep same link for all future upload?" | ||
|
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
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
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
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
Oops, something went wrong.