Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## macOS
.DS_Store

## Build generated
build/
DerivedData/
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Telegram for OSX
Telegram for macOS
===========

[Telegram](http://telegram.org) is a messaging app with a focus on speed and security. It’s superfast, simple and free.
Expand All @@ -16,7 +16,7 @@ Documentation for MTproto protocol is available here: http://core.telegram.org/m
1. Checkout repository.
1. `git submodule update --init --recursive`
1. Open with Xcode.
1. Click on `SSignalKit.xcodeproj` and under the "Build Settings" tab, change "Base SDK" to macOS.
1. Click on `SSignalKit.xcodeproj` and under the "Build Settings" tab, change "Base SDK" to `macOS`.
1. Click on `SSignalKit` target and change "ENABLE_BITCODE" from `YES` to `NO`.

### License
Expand Down