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

Commit 316bfd9

Browse files
no message
1 parent a4c7fec commit 316bfd9

File tree

4,736 files changed

+436738
-31808
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,736 files changed

+436738
-31808
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.pbxproj

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Xcode
2+
#
3+
build/
4+
*.pbxuser
5+
!default.pbxuser
6+
*.mode1v3
7+
!default.mode1v3
8+
*.mode2v3
9+
!default.mode2v3
10+
*.perspectivev3
11+
!default.perspectivev3
12+
xcuserdata
13+
*.xccheckout
14+
*.moved-aside
15+
DerivedData
16+
*.hmap
17+
*.ipa
18+
*.xcuserstate
19+

.gitmodules

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[submodule "thirdparty/ActionSheetPicker"]
2+
path = thirdparty/ActionSheetPicker
3+
url = https://github.com/skywinder/ActionSheetPicker-3.0.git
4+
[submodule "thirdparty/SSignalKit"]
5+
path = thirdparty/SSignalKit
6+
url=https://[email protected]/iakovlevpeterp/ssignalkit.git
7+
[submodule "thirdparty/sqlcipher"]
8+
path = thirdparty/sqlcipher
9+
url = https://github.com/sqlcipher/sqlcipher.git
10+
[submodule "Share/submodules/lmdb"]
11+
path = Share/submodules/lmdb
12+
url = https://gitorious.org/mdb/mdb.git
13+
[submodule "submodules/elements"]
14+
path = submodules/elements
15+
url = [email protected]:iakovlevpeterp/elements.git

Config.xcconfig

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
TELEGRAPH_BUNDLE_ID=org.telegram.TelegramEnterprise
1+
//TELEGRAPH_BUNDLE_ID=org.telegram.TelegramDev
2+
//TELEGRAPH_BUNDLE_ID=ph.telegra.Telegraph
3+
TELEGRAPH_BUNDLE_ID=org.telegram.TelegramEnterprise
4+
TELEGRAPH_SHARE_BUNDLE_ID=$(TELEGRAPH_BUNDLE_ID).Share
5+
TELEGRAPH_WATCHAPP_BUNDLE_ID=$(TELEGRAPH_BUNDLE_ID).watchkitapp
6+
TELEGRAPH_WATCHEXT_BUNDLE_ID=$(TELEGRAPH_WATCHAPP_BUNDLE_ID).watchkitextension

Icon-72.png

20.9 KB
Loading

[email protected]

26.3 KB
Loading

Icon-76.png

21.2 KB
Loading

[email protected]

21.5 KB
Loading

LaunchScreen.xib

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="9046" systemVersion="15A263e" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
3+
<dependencies>
4+
<deployment identifier="iOS"/>
5+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9035"/>
6+
</dependencies>
7+
<objects>
8+
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
9+
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
10+
<navigationController id="0hE-D3-kL2">
11+
<navigationBar key="navigationBar" contentMode="scaleToFill" id="Xs2-Ws-cHt">
12+
<rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
13+
<autoresizingMask key="autoresizingMask"/>
14+
<animations/>
15+
</navigationBar>
16+
<viewControllers>
17+
<viewController id="nNM-YQ-UYC">
18+
<layoutGuides>
19+
<viewControllerLayoutGuide type="top" id="Nva-dp-7XT"/>
20+
<viewControllerLayoutGuide type="bottom" id="I4k-TJ-HMa"/>
21+
</layoutGuides>
22+
<view key="view" contentMode="scaleToFill" id="1rC-TS-dAR">
23+
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
24+
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
25+
<animations/>
26+
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
27+
</view>
28+
<navigationItem key="navigationItem" id="Anb-vg-yYu"/>
29+
</viewController>
30+
</viewControllers>
31+
<point key="canvasLocation" x="693" y="-202"/>
32+
</navigationController>
33+
</objects>
34+
</document>

0 commit comments

Comments
 (0)