This repository was archived by the owner on Jun 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed
Example/WPMediaPicker.xcworkspace/xcshareddata Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 33# * https://github.com/supermarin/xcpretty#usage
44
55language : objective-c
6- # cache: cocoapods
7- # podfile: Example/Podfile
8- # before_install: cd Example && pod install && cd -
6+ cache : cocoapods
7+ podfile : Example/Podfile
8+ before_install : cd Example && pod install && cd -
99install :
1010- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
1111script :
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+ <plist version =" 1.0" >
4+ <dict >
5+ <key >IDEWorkspaceSharedSettings_AutocreateContextsIfNeeded</key >
6+ <false />
7+ </dict >
8+ </plist >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99 * Capture of new media while selecting
1010 DESC
1111 s . homepage = "https://github.com/wordpress-mobile/WPMediaPicker"
12- s . screenshots = "https://github. com/wordpress-mobile/WPMediaPicker/screenshots_1.jpg"
12+ s . screenshots = "https://raw.githubusercontent. com/wordpress-mobile/WPMediaPicker/master /screenshots_1.jpg"
1313 s . license = 'MIT'
1414 s . author = { "WordPress" => "mobile@automattic.com" }
1515 s . source = { :git => "https://github.com/wordpress-mobile/WPMediaPicker.git" , :tag => s . version . to_s }
You can’t perform that action at this time.
0 commit comments