File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
Example/SDWebImageWebPCoderExample.xcodeproj
Tests/SDWebImageWebPCoderTests.xcodeproj Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 396
396
"$(inherited)",
397
397
"@executable_path/../Frameworks",
398
398
);
399
- MACOSX_DEPLOYMENT_TARGET = 11.0 ;
399
+ MACOSX_DEPLOYMENT_TARGET = 10.11 ;
400
400
MARKETING_VERSION = 1.0;
401
401
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
402
402
MTL_FAST_MATH = YES;
429
429
"$(inherited)",
430
430
"@executable_path/../Frameworks",
431
431
);
432
- MACOSX_DEPLOYMENT_TARGET = 11.0 ;
432
+ MACOSX_DEPLOYMENT_TARGET = 10.11 ;
433
433
MARKETING_VERSION = 1.0;
434
434
MTL_FAST_MATH = YES;
435
435
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.SDWebImageWebPCoderExample-macOS";
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ target 'SDWebImageWebPCoderExample' do
11
11
end
12
12
13
13
target 'SDWebImageWebPCoderExample-macOS' do
14
- platform :osx , '11.0 '
14
+ platform :osx , '10.11 '
15
15
project example_project_path
16
16
pod 'SDWebImageWebPCoder' , :path => './'
17
17
end
@@ -24,7 +24,7 @@ target 'SDWebImageWebPCoderTests' do
24
24
end
25
25
26
26
target 'SDWebImageWebPCoderTests-macOS' do
27
- platform :osx , '11.0 '
27
+ platform :osx , '10.11 '
28
28
project test_project_path
29
29
pod 'Expecta'
30
30
pod 'SDWebImageWebPCoder' , :path => './'
Original file line number Diff line number Diff line change 338
338
CURRENT_PROJECT_VERSION = 1;
339
339
GENERATE_INFOPLIST_FILE = YES;
340
340
INFOPLIST_FILE = Info.plist;
341
- MACOSX_DEPLOYMENT_TARGET = 13.0 ;
341
+ MACOSX_DEPLOYMENT_TARGET = 10.11 ;
342
342
MARKETING_VERSION = 1.0;
343
343
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
344
344
MTL_FAST_MATH = YES;
359
359
CURRENT_PROJECT_VERSION = 1;
360
360
GENERATE_INFOPLIST_FILE = YES;
361
361
INFOPLIST_FILE = Info.plist;
362
- MACOSX_DEPLOYMENT_TARGET = 13.0 ;
362
+ MACOSX_DEPLOYMENT_TARGET = 10.11 ;
363
363
MARKETING_VERSION = 1.0;
364
364
MTL_FAST_MATH = YES;
365
365
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.SDWebImageWebPCoderTests-macOS";
534
534
);
535
535
INFOPLIST_FILE = Info.plist;
536
536
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
537
+ MACOSX_DEPLOYMENT_TARGET = 10.11;
537
538
PRODUCT_BUNDLE_IDENTIFIER = org.SDWebImage.SDWebImageWebPCoderTests;
538
539
PRODUCT_NAME = "$(TARGET_NAME)";
539
540
};
545
546
buildSettings = {
546
547
INFOPLIST_FILE = Info.plist;
547
548
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
549
+ MACOSX_DEPLOYMENT_TARGET = 10.11;
548
550
PRODUCT_BUNDLE_IDENTIFIER = org.SDWebImage.SDWebImageWebPCoderTests;
549
551
PRODUCT_NAME = "$(TARGET_NAME)";
550
552
};
You can’t perform that action at this time.
0 commit comments