-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replaced UIKit components with SwiftUI where applicable and new mac t…
…arget added in example
- Loading branch information
1 parent
3308eeb
commit 8f91f52
Showing
38 changed files
with
1,113 additions
and
899 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
599 changes: 0 additions & 599 deletions
599
SSToastMessage/Example/SSToastMessage.xcodeproj/project.pbxproj
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
...xample/SSToastMessage.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
SSToastMessage/Example/SSToastMessage.xcworkspace/contents.xcworkspacedata
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
SSToastMessage/Example/SSToastMessage.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
48 changes: 0 additions & 48 deletions
48
SSToastMessage/Example/SSToastMessage/Base.lproj/LaunchScreen.storyboard
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Uncomment the next line to define a global platform for your project | ||
# platform :ios, '9.0' | ||
|
||
target 'SSToastMessageExample' do | ||
# Comment the next line if you don't want to use dynamic frameworks | ||
use_frameworks! | ||
pod 'SSToastMessage' | ||
|
||
# Pods for SSToastMessageExample | ||
|
||
target 'SSToastMessageExampleTests' do | ||
inherit! :search_paths | ||
# Pods for testing | ||
end | ||
|
||
target 'SSToastMessageExampleUITests' do | ||
# Pods for testing | ||
end | ||
|
||
end | ||
|
||
target 'SSToastMessageExampleMacOS' do | ||
pod 'SSToastMessage' | ||
end |
Oops, something went wrong.