Skip to content

Commit 092c083

Browse files
committed
Update demo app macOs minimum version
1 parent 51c585d commit 092c083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SampleApp/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ target 'CallbackURLKitDemo' do
88
end
99

1010
target 'CallbackURLKitDemoOSX' do
11-
platform :osx, '10.10'
11+
platform :osx, '10.11'
1212
pod 'CallbackURLKit/GoogleChrome', :path => '../CallbackURLKit.podspec'
1313
pod 'CallbackURLKit/Ulysses', :path => '../CallbackURLKit.podspec'
1414
end

0 commit comments

Comments
 (0)