Skip to content

Commit

Permalink
Merge branch 'release/0.10.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioEstevao committed Jan 11, 2017
2 parents 6099f70 + 583553c commit 14130d2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- WPMediaPicker (0.10.2)
- WPMediaPicker (0.10.3)

DEPENDENCIES:
- WPMediaPicker (from `../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: ../

SPEC CHECKSUMS:
WPMediaPicker: 9ba8c29a1de4b07696356f541c01eeaa6dd14c47
WPMediaPicker: 1ae6c4658d47cccf5f913350886ff69abefb81f1

PODFILE CHECKSUM: 7855568785f801c5559f8e70856ad87de227dc95

Expand Down
2 changes: 1 addition & 1 deletion Pod/Classes/WPMediaCapturePreviewCollectionView.m
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ - (void)startCapture

if (!self.session){
self.session = [[AVCaptureSession alloc] init];
self.session.sessionPreset = AVCaptureSessionPreset1280x720;
self.session.sessionPreset = AVCaptureSessionPresetHigh;

AVCaptureDevice *device = [self captureDevice];

Expand Down
2 changes: 1 addition & 1 deletion Pod/Classes/WPMediaCollectionDataSource.h
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ typedef int32_t WPMediaRequestID;
/**
* Filter the assets acording to their media type.
*
* @param filter the WMMediaType to filter objects to. The default value is WPMediaTypeVideoOrImage
* @param filter the WPMediaType to filter objects to. The default value is WPMediaTypeVideoOrImage
*/
- (void)setMediaTypeFilter:(WPMediaType)filter;

Expand Down
2 changes: 1 addition & 1 deletion WPMediaPicker.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "WPMediaPicker"
s.version = "0.10.2"
s.version = "0.10.3"
s.summary = "WPMediaPicker is an iOS controller that allows capture and picking of media assets."
s.description = <<-DESC
WPMediaPicker is an iOS controller that allows capture and picking of media assets.
Expand Down

0 comments on commit 14130d2

Please sign in to comment.