Skip to content

Commit

Permalink
Merge branch 'Developer'
Browse files Browse the repository at this point in the history
  • Loading branch information
webersongao committed Mar 4, 2024
2 parents 4eef2d2 + e583aaa commit aecf8a1
Show file tree
Hide file tree
Showing 13 changed files with 207 additions and 2,769 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,6 @@ fastlane/screenshots
iOSInjectionProject/

.DS_Store
Pods
*.xcworkspacedata
WBSBlog.xcworkspace/xcshareddata
23 changes: 23 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'WBSBlog' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

# Pods for WBSBlog

pod 'MMDrawerController'



target 'WBSBlogTests' do
inherit! :search_paths
# Pods for testing
end

target 'WBSBlogUITests' do
# Pods for testing
end

end
27 changes: 27 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
PODS:
- MMDrawerController (0.6.0):
- MMDrawerController/Core (= 0.6.0)
- MMDrawerController/MMDrawerBarButtonItem (= 0.6.0)
- MMDrawerController/MMDrawerVisualStates (= 0.6.0)
- MMDrawerController/Subclass (= 0.6.0)
- MMDrawerController/Core (0.6.0)
- MMDrawerController/MMDrawerBarButtonItem (0.6.0):
- MMDrawerController/Core
- MMDrawerController/MMDrawerVisualStates (0.6.0):
- MMDrawerController/Core
- MMDrawerController/Subclass (0.6.0):
- MMDrawerController/Core

DEPENDENCIES:
- MMDrawerController

SPEC REPOS:
trunk:
- MMDrawerController

SPEC CHECKSUMS:
MMDrawerController: e3a54a5570388463ad3b36975251575b50c4e1a0

PODFILE CHECKSUM: 23a22ec929a91e4e4ae0146540f464242fed7b1e

COCOAPODS: 1.14.3
193 changes: 154 additions & 39 deletions WBSBlog.xcodeproj/project.pbxproj
100755 → 100644

Large diffs are not rendered by default.

77 changes: 0 additions & 77 deletions WBSBlog/Lib/MMDrawerController/MMDrawerBarButtonItem.h

This file was deleted.

Loading

0 comments on commit aecf8a1

Please sign in to comment.