Skip to content

Commit 8a43f95

Browse files
authored
Merge pull request rapierorg#35 from iAlirezaKML/master
Renaming the framework to prevent naming conflicts
2 parents e727ef1 + b18ec42 commit 8a43f95

File tree

138 files changed

+3
-53
lines changed

Some content is hidden

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

138 files changed

+3
-53
lines changed

Package.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
import PackageDescription
22

33
let package = Package(
4-
name: "telegram-bot-swift",
4+
name: "TelegramBotSDK",
5+
targets: [Target(name: "TelegramBotSDK")],
56
dependencies: [
6-
.Package(url: "https://github.com/zmeyc/CCurl.git", majorVersion: 0),
7+
.Package(url: "https://github.com/zmeyc/CCurl.git", majorVersion: 0),
78
.Package(url: "https://github.com/IBM-Swift/SwiftyJSON.git", majorVersion: 15),
89
.Package(url: "https://github.com/smud/ScannerUtils.git", majorVersion: 1)
910
]

Sources/TelegramBot/Info.plist

Lines changed: 0 additions & 28 deletions
This file was deleted.

Sources/TelegramBot/TelegramBot.h

Lines changed: 0 additions & 23 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)