Skip to content

Commit

Permalink
Merge branch 'master' of github.com:moinku07/MWPhotoBrowser
Browse files Browse the repository at this point in the history
merged
  • Loading branch information
moinku07 committed May 29, 2018
2 parents 3eb149c + 512e842 commit bce29e4
Show file tree
Hide file tree
Showing 294 changed files with 8,360 additions and 15,881 deletions.
2,493 changes: 726 additions & 1,767 deletions Example/MWPhotoBrowser.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions Example/MWPhotoBrowser/MWPhotoBrowser-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,9 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<true/>
<key>NSCameraUsageDescription</key>
<string>Allow MWPhotoBrowser to access Camera</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Allow MWPhotoBrowser to access Photo Library</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Example/MWPhotoBrowser/Menu.m
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ - (id)initWithCoder:(NSCoder *)aDecoder {
self.title = @"MWPhotoBrowser";

// Clear cache for testing
[[SDImageCache sharedImageCache] clearDisk];
[[SDImageCache sharedImageCache] clearDiskOnCompletion:nil];
[[SDImageCache sharedImageCache] clearMemory];

_segmentedControl = [[UISegmentedControl alloc] initWithItems:[NSArray arrayWithObjects:@"Push", @"Modal", nil]];
Expand Down
7 changes: 5 additions & 2 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
source 'https://github.com/CocoaPods/Specs.git'

target 'MWPhotoBrowser_Example', :exclusive => true do
platform :ios, '8.0'
use_frameworks!

target 'MWPhotoBrowser_Example' do
pod "MWPhotoBrowser", :path => "../"
end

target 'MWPhotoBrowser_Tests', :exclusive => true do
target 'MWPhotoBrowser_Tests' do
pod "MWPhotoBrowser", :path => "../"

pod 'Specta'
Expand Down
49 changes: 28 additions & 21 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
PODS:
- DACircularProgress (2.3.1)
- Expecta (1.0.0)
- Expecta+Snapshots (1.3.4):
- Expecta (1.0.6)
- Expecta+Snapshots (3.1.1):
- Expecta (~> 1.0)
- FBSnapshotTestCase (~> 1.8)
- FBSnapshotTestCase (1.8.1)
- MBProgressHUD (0.9.2)
- MWPhotoBrowser (2.1.2):
- DACircularProgress (~> 2.3)
- MBProgressHUD (~> 0.9)
- SDWebImage (!= 3.7.2, ~> 3.7)
- SDWebImage (3.7.5):
- SDWebImage/Core (= 3.7.5)
- SDWebImage/Core (3.7.5)
- Specta (1.0.2)
- FBSnapshotTestCase/Core (~> 2.0)
- Specta (~> 1.0)
- FBSnapshotTestCase (2.1.4):
- FBSnapshotTestCase/SwiftSupport (= 2.1.4)
- FBSnapshotTestCase/Core (2.1.4)
- FBSnapshotTestCase/SwiftSupport (2.1.4):
- FBSnapshotTestCase/Core
- MBProgressHUD (1.1.0)
- MWPhotoBrowser (2.1.4):
- DACircularProgress (~> 2.3.1)
- MBProgressHUD (~> 1.1.0)
- SDWebImage (~> 4.2.2)
- SDWebImage (4.2.2):
- SDWebImage/Core (= 4.2.2)
- SDWebImage/Core (4.2.2)
- Specta (1.0.7)

DEPENDENCIES:
- Expecta
Expand All @@ -28,12 +33,14 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
DACircularProgress: 4dd437c0fc3da5161cb289e07ac449493d41db71
Expecta: 32604574add2c46a36f8d2f716b6c5736eb75024
Expecta+Snapshots: ca15bfb57e7a0f78f86c7699c2c54ffacfa4ad2a
FBSnapshotTestCase: 3dc3899168747a0319c5278f5b3445c13a6532dd
MBProgressHUD: 1569cf7ace17a8bac47aabfbb8580a49690386d1
MWPhotoBrowser: 5836d7aa041dc05a13de380c246826578adc5ea5
SDWebImage: 69c6303e3348fba97e03f65d65d4fbc26740f461
Specta: 9cec98310dca411f7c7ffd6943552b501622abfe
Expecta: 3b6bd90a64b9a1dcb0b70aa0e10a7f8f631667d5
Expecta+Snapshots: dcff217eef506dabd6dfdc7864ea2da321fafbb8
FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a
MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
MWPhotoBrowser: c145b4dc9dffad86f04ab807ff7d7ce078519183
SDWebImage: 89a9d32cd520bbb46eb14e541d5109b3564af198
Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66

COCOAPODS: 0.39.0
PODFILE CHECKSUM: 224dfa218add06d33581ed929244ca41d6e9c969

COCOAPODS: 1.3.1
13 changes: 5 additions & 8 deletions Example/Pods/Expecta+Snapshots/EXPMatchers+FBSnapshotTest.h

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

136 changes: 65 additions & 71 deletions Example/Pods/Expecta+Snapshots/EXPMatchers+FBSnapshotTest.m

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

Loading

0 comments on commit bce29e4

Please sign in to comment.