Skip to content

Commit

Permalink
Merge pull request #6 from SimformSolutionsPvtLtd/develop
Browse files Browse the repository at this point in the history
Develop to Master (For release 0.0.1)
  • Loading branch information
bhargavbajani-simformsolutions authored Dec 12, 2023
2 parents 63ecb19 + a8e3250 commit caac4bd
Show file tree
Hide file tree
Showing 34 changed files with 1,340 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ Dependencies/
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/#source-control

*.xcworkspacedata
*.xcuserstate
.DS_Store
Breakpoints_v2.xcbkptlist
Pods
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/**/*.png
Expand Down
7 changes: 7 additions & 0 deletions .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Way to contribute

1. Fork the repo and create your branch from `master`.
2. Clone the project to your own machine. (Please have a look at [**Readme.md**](README.md) to understand how to run this project on your machine)
3. Commit changes to your own branch
4. Make sure your code lints.
5. Push your work back up to your fork.
6. Issue that pull request!
7 changes: 7 additions & 0 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
use_frameworks!

platform :ios, '13.0'

target 'SSSwiftUISideMenuDemo' do
pod 'SSSwiftUISideMenu', :path => '../'
end
Loading

0 comments on commit caac4bd

Please sign in to comment.