Skip to content

Commit caac4bd

Browse files
Merge pull request #6 from SimformSolutionsPvtLtd/develop
Develop to Master (For release 0.0.1)
2 parents 63ecb19 + a8e3250 commit caac4bd

File tree

34 files changed

+1340
-2
lines changed

34 files changed

+1340
-2
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ Dependencies/
7777
# For more information about the recommended setup visit:
7878
# https://docs.fastlane.tools/best-practices/source-control/#source-control
7979

80+
*.xcworkspacedata
81+
*.xcuserstate
82+
.DS_Store
83+
Breakpoints_v2.xcbkptlist
84+
Pods
8085
fastlane/report.xml
8186
fastlane/Preview.html
8287
fastlane/screenshots/**/*.png

.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Way to contribute
2+
3+
1. Fork the repo and create your branch from `master`.
4+
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)
5+
3. Commit changes to your own branch
6+
4. Make sure your code lints.
7+
5. Push your work back up to your fork.
8+
6. Issue that pull request!

Example/Podfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
use_frameworks!
2+
3+
platform :ios, '13.0'
4+
5+
target 'SSSwiftUISideMenuDemo' do
6+
pod 'SSSwiftUISideMenu', :path => '../'
7+
end

0 commit comments

Comments
 (0)