Skip to content

Commit e660f79

Browse files
authored
Merge pull request #382 from yangshun/macOS
Implement macOS specific changes
2 parents f08b48c + 961523a commit e660f79

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
#
33
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
44

5+
## macOS
6+
.DS_Store
7+
58
## Build generated
69
build/
710
DerivedData/

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Telegram for OSX
1+
Telegram for macOS
22
===========
33

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

2222
### License

0 commit comments

Comments
 (0)