Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
petertechstories committed Jul 26, 2018
1 parent 90cce8f commit 8b78527
Show file tree
Hide file tree
Showing 2,356 changed files with 181,428 additions and 87,964 deletions.
9 changes: 4 additions & 5 deletions AppStore.xcconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
TELEGRAM_APP_NAME=Telegram
TELEGRAPH_BUNDLE_ID=ph.telegra.Telegraph
TELEGRAPH_SHARE_BUNDLE_ID=$(TELEGRAPH_BUNDLE_ID).Share
TELEGRAPH_WATCHAPP_BUNDLE_ID=$(TELEGRAPH_BUNDLE_ID).watchkitapp
TELEGRAPH_WATCHEXT_BUNDLE_ID=$(TELEGRAPH_WATCHAPP_BUNDLE_ID).watchkitextension
TELEGRAPH_WIDGET_BUNDLE_ID=$(TELEGRAPH_BUNDLE_ID).Widget
TELEGRAPH_INTENTS_BUNDLE_ID=$(TELEGRAPH_BUNDLE_ID).SiriIntents
TELEGRAM_APPSTORE_ID = @686449807

#include "Common.xcconfig"
7 changes: 7 additions & 0 deletions Common.xcconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
TELEGRAPH_SHARE_BUNDLE_ID=$(TELEGRAPH_BUNDLE_ID).Share
TELEGRAPH_WATCHAPP_BUNDLE_ID=$(TELEGRAPH_BUNDLE_ID).watchkitapp
TELEGRAPH_WATCHEXT_BUNDLE_ID=$(TELEGRAPH_WATCHAPP_BUNDLE_ID).watchkitextension
TELEGRAPH_WIDGET_BUNDLE_ID=$(TELEGRAPH_BUNDLE_ID).Widget
TELEGRAPH_INTENTS_BUNDLE_ID=$(TELEGRAPH_BUNDLE_ID).SiriIntents

GCC_PREPROCESSOR_DEFINITIONS = $(inherited) TELEGRAM_APP_NAME='$(TELEGRAM_APP_NAME)' TELEGRAM_APPSTORE_ID='$(TELEGRAM_APPSTORE_ID)'
9 changes: 4 additions & 5 deletions Config.xcconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
TELEGRAM_APP_NAME=Telegram
TELEGRAPH_BUNDLE_ID=org.telegram.TelegramEnterprise
TELEGRAPH_SHARE_BUNDLE_ID=$(TELEGRAPH_BUNDLE_ID).Share
TELEGRAPH_WATCHAPP_BUNDLE_ID=$(TELEGRAPH_BUNDLE_ID).watchkitapp
TELEGRAPH_WATCHEXT_BUNDLE_ID=$(TELEGRAPH_WATCHAPP_BUNDLE_ID).watchkitextension
TELEGRAPH_WIDGET_BUNDLE_ID=$(TELEGRAPH_BUNDLE_ID).Widget
TELEGRAPH_INTENTS_BUNDLE_ID=$(TELEGRAPH_BUNDLE_ID).SiriIntents
TELEGRAM_APPSTORE_ID = @686449807

#include "Common.xcconfig"
4 changes: 4 additions & 0 deletions Fork.xcconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
TELEGRAM_APP_NAME=Telega
TELEGRAPH_BUNDLE_ID=co.one.Teleapp

#include "Common.xcconfig"
Binary file added Icon-57.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

1 comment on commit 8b78527

@zarEclEC
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why don't you update this repo every time a new version is out? Isn't Telegram open source?

Please sign in to comment.