Skip to content

Commit

Permalink
Replaced UIKit components with SwiftUI where applicable and new mac t…
Browse files Browse the repository at this point in the history
…arget added in example
  • Loading branch information
YagnikBavishi04 committed May 2, 2024
1 parent 3308eeb commit 8f91f52
Show file tree
Hide file tree
Showing 38 changed files with 1,113 additions and 899 deletions.
12 changes: 0 additions & 12 deletions SSToastMessage/Example/Podfile

This file was deleted.

599 changes: 0 additions & 599 deletions SSToastMessage/Example/SSToastMessage.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

47 changes: 0 additions & 47 deletions SSToastMessage/Example/SSToastMessage/AppDelegate.swift

This file was deleted.

This file was deleted.

62 changes: 0 additions & 62 deletions SSToastMessage/Example/SSToastMessage/Info.plist

This file was deleted.

64 changes: 0 additions & 64 deletions SSToastMessage/Example/SSToastMessage/SceneDelegate.swift

This file was deleted.

24 changes: 24 additions & 0 deletions SSToastMessage/Example/SSToastMessageExample/Podfile
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
Loading

0 comments on commit 8f91f52

Please sign in to comment.