|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 324F61C7235E07EC003973B8 /* SDAnimatedImageInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 324F61C5235E07EC003973B8 /* SDAnimatedImageInterface.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 11 | + 324F61C8235E07EC003973B8 /* SDAnimatedImageInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 324F61C5235E07EC003973B8 /* SDAnimatedImageInterface.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 12 | + 324F61C9235E07EC003973B8 /* SDAnimatedImageInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 324F61C5235E07EC003973B8 /* SDAnimatedImageInterface.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 13 | + 324F61CA235E07EC003973B8 /* SDAnimatedImageInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 324F61C5235E07EC003973B8 /* SDAnimatedImageInterface.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 14 | + 324F61CB235E07EC003973B8 /* SDAnimatedImageInterface.m in Sources */ = {isa = PBXBuildFile; fileRef = 324F61C6235E07EC003973B8 /* SDAnimatedImageInterface.m */; }; |
| 15 | + 324F61CC235E07EC003973B8 /* SDAnimatedImageInterface.m in Sources */ = {isa = PBXBuildFile; fileRef = 324F61C6235E07EC003973B8 /* SDAnimatedImageInterface.m */; }; |
| 16 | + 324F61CD235E07EC003973B8 /* SDAnimatedImageInterface.m in Sources */ = {isa = PBXBuildFile; fileRef = 324F61C6235E07EC003973B8 /* SDAnimatedImageInterface.m */; }; |
| 17 | + 324F61CE235E07EC003973B8 /* SDAnimatedImageInterface.m in Sources */ = {isa = PBXBuildFile; fileRef = 324F61C6235E07EC003973B8 /* SDAnimatedImageInterface.m */; }; |
10 | 18 | 326E480A23431C0F00C633E9 /* ImageViewWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 326E480923431C0F00C633E9 /* ImageViewWrapper.swift */; };
|
11 | 19 | 326E480B23431C0F00C633E9 /* ImageViewWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 326E480923431C0F00C633E9 /* ImageViewWrapper.swift */; };
|
12 | 20 | 326E480C23431C0F00C633E9 /* ImageViewWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 326E480923431C0F00C633E9 /* ImageViewWrapper.swift */; };
|
|
89 | 97 | /* End PBXCopyFilesBuildPhase section */
|
90 | 98 |
|
91 | 99 | /* Begin PBXFileReference section */
|
| 100 | + 324F61C5235E07EC003973B8 /* SDAnimatedImageInterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDAnimatedImageInterface.h; sourceTree = "<group>"; }; |
| 101 | + 324F61C6235E07EC003973B8 /* SDAnimatedImageInterface.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDAnimatedImageInterface.m; sourceTree = "<group>"; }; |
92 | 102 | 326E480923431C0F00C633E9 /* ImageViewWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageViewWrapper.swift; sourceTree = "<group>"; };
|
93 | 103 | 32C43DCC22FD540D00BE87F5 /* SDWebImageSwiftUI.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SDWebImageSwiftUI.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
94 | 104 | 32C43DDC22FD54C600BE87F5 /* ImageManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageManager.swift; sourceTree = "<group>"; };
|
|
142 | 152 | /* End PBXFrameworksBuildPhase section */
|
143 | 153 |
|
144 | 154 | /* Begin PBXGroup section */
|
| 155 | + 324F61C4235E07EC003973B8 /* ObjC */ = { |
| 156 | + isa = PBXGroup; |
| 157 | + children = ( |
| 158 | + 324F61C5235E07EC003973B8 /* SDAnimatedImageInterface.h */, |
| 159 | + 324F61C6235E07EC003973B8 /* SDAnimatedImageInterface.m */, |
| 160 | + ); |
| 161 | + path = ObjC; |
| 162 | + sourceTree = "<group>"; |
| 163 | + }; |
145 | 164 | 32C43DC222FD540D00BE87F5 = {
|
146 | 165 | isa = PBXGroup;
|
147 | 166 | children = (
|
|
175 | 194 | 32C43DDB22FD54C600BE87F5 /* Classes */ = {
|
176 | 195 | isa = PBXGroup;
|
177 | 196 | children = (
|
| 197 | + 324F61C4235E07EC003973B8 /* ObjC */, |
178 | 198 | 32C43DDC22FD54C600BE87F5 /* ImageManager.swift */,
|
179 | 199 | 32C43DDE22FD54C600BE87F5 /* WebImage.swift */,
|
180 | 200 | 32C43DDF22FD54C600BE87F5 /* AnimatedImage.swift */,
|
|
202 | 222 | isa = PBXHeadersBuildPhase;
|
203 | 223 | buildActionMask = 2147483647;
|
204 | 224 | files = (
|
| 225 | + 324F61C7235E07EC003973B8 /* SDAnimatedImageInterface.h in Headers */, |
205 | 226 | 32C43DE622FD54CD00BE87F5 /* SDWebImageSwiftUI.h in Headers */,
|
206 | 227 | );
|
207 | 228 | runOnlyForDeploymentPostprocessing = 0;
|
|
210 | 231 | isa = PBXHeadersBuildPhase;
|
211 | 232 | buildActionMask = 2147483647;
|
212 | 233 | files = (
|
| 234 | + 324F61C8235E07EC003973B8 /* SDAnimatedImageInterface.h in Headers */, |
213 | 235 | 32C43E2222FD583A00BE87F5 /* SDWebImageSwiftUI.h in Headers */,
|
214 | 236 | );
|
215 | 237 | runOnlyForDeploymentPostprocessing = 0;
|
|
218 | 240 | isa = PBXHeadersBuildPhase;
|
219 | 241 | buildActionMask = 2147483647;
|
220 | 242 | files = (
|
| 243 | + 324F61C9235E07EC003973B8 /* SDAnimatedImageInterface.h in Headers */, |
221 | 244 | 32C43E2322FD583B00BE87F5 /* SDWebImageSwiftUI.h in Headers */,
|
222 | 245 | );
|
223 | 246 | runOnlyForDeploymentPostprocessing = 0;
|
|
226 | 249 | isa = PBXHeadersBuildPhase;
|
227 | 250 | buildActionMask = 2147483647;
|
228 | 251 | files = (
|
| 252 | + 324F61CA235E07EC003973B8 /* SDAnimatedImageInterface.h in Headers */, |
229 | 253 | 32C43E2422FD583C00BE87F5 /* SDWebImageSwiftUI.h in Headers */,
|
230 | 254 | );
|
231 | 255 | runOnlyForDeploymentPostprocessing = 0;
|
|
320 | 344 | TargetAttributes = {
|
321 | 345 | 32C43DCB22FD540D00BE87F5 = {
|
322 | 346 | CreatedOnToolsVersion = 11.0;
|
| 347 | + LastSwiftMigration = 1100; |
323 | 348 | };
|
324 | 349 | 32C43DF322FD57FD00BE87F5 = {
|
325 | 350 | CreatedOnToolsVersion = 11.0;
|
| 351 | + LastSwiftMigration = 1100; |
326 | 352 | };
|
327 | 353 | 32C43E0022FD581400BE87F5 = {
|
328 | 354 | CreatedOnToolsVersion = 11.0;
|
| 355 | + LastSwiftMigration = 1100; |
329 | 356 | };
|
330 | 357 | 32C43E0D22FD581C00BE87F5 = {
|
331 | 358 | CreatedOnToolsVersion = 11.0;
|
| 359 | + LastSwiftMigration = 1100; |
332 | 360 | };
|
333 | 361 | };
|
334 | 362 | };
|
|
394 | 422 | 326E480A23431C0F00C633E9 /* ImageViewWrapper.swift in Sources */,
|
395 | 423 | 32C43E1622FD583700BE87F5 /* ImageManager.swift in Sources */,
|
396 | 424 | 32C43E1822FD583700BE87F5 /* AnimatedImage.swift in Sources */,
|
| 425 | + 324F61CB235E07EC003973B8 /* SDAnimatedImageInterface.m in Sources */, |
397 | 426 | );
|
398 | 427 | runOnlyForDeploymentPostprocessing = 0;
|
399 | 428 | };
|
|
406 | 435 | 326E480B23431C0F00C633E9 /* ImageViewWrapper.swift in Sources */,
|
407 | 436 | 32C43E1922FD583700BE87F5 /* ImageManager.swift in Sources */,
|
408 | 437 | 32C43E1B22FD583700BE87F5 /* AnimatedImage.swift in Sources */,
|
| 438 | + 324F61CC235E07EC003973B8 /* SDAnimatedImageInterface.m in Sources */, |
409 | 439 | );
|
410 | 440 | runOnlyForDeploymentPostprocessing = 0;
|
411 | 441 | };
|
|
418 | 448 | 326E480C23431C0F00C633E9 /* ImageViewWrapper.swift in Sources */,
|
419 | 449 | 32C43E1C22FD583800BE87F5 /* ImageManager.swift in Sources */,
|
420 | 450 | 32C43E1E22FD583800BE87F5 /* AnimatedImage.swift in Sources */,
|
| 451 | + 324F61CD235E07EC003973B8 /* SDAnimatedImageInterface.m in Sources */, |
421 | 452 | );
|
422 | 453 | runOnlyForDeploymentPostprocessing = 0;
|
423 | 454 | };
|
|
430 | 461 | 326E480D23431C0F00C633E9 /* ImageViewWrapper.swift in Sources */,
|
431 | 462 | 32C43E1F22FD583800BE87F5 /* ImageManager.swift in Sources */,
|
432 | 463 | 32C43E2122FD583800BE87F5 /* AnimatedImage.swift in Sources */,
|
| 464 | + 324F61CE235E07EC003973B8 /* SDAnimatedImageInterface.m in Sources */, |
433 | 465 | );
|
434 | 466 | runOnlyForDeploymentPostprocessing = 0;
|
435 | 467 | };
|
|
565 | 597 | 32C43DD522FD540D00BE87F5 /* Debug */ = {
|
566 | 598 | isa = XCBuildConfiguration;
|
567 | 599 | buildSettings = {
|
| 600 | + CLANG_ENABLE_MODULES = YES; |
568 | 601 | CODE_SIGN_STYLE = Automatic;
|
569 | 602 | DEFINES_MODULE = YES;
|
570 | 603 | DYLIB_COMPATIBILITY_VERSION = 1;
|
|
585 | 618 | PRODUCT_NAME = SDWebImageSwiftUI;
|
586 | 619 | SKIP_INSTALL = YES;
|
587 | 620 | SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
|
| 621 | + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
588 | 622 | SWIFT_VERSION = 5.0;
|
589 | 623 | TARGETED_DEVICE_FAMILY = "1,2";
|
590 | 624 | };
|
|
593 | 627 | 32C43DD622FD540D00BE87F5 /* Release */ = {
|
594 | 628 | isa = XCBuildConfiguration;
|
595 | 629 | buildSettings = {
|
| 630 | + CLANG_ENABLE_MODULES = YES; |
596 | 631 | CODE_SIGN_STYLE = Automatic;
|
597 | 632 | DEFINES_MODULE = YES;
|
598 | 633 | DYLIB_COMPATIBILITY_VERSION = 1;
|
|
621 | 656 | 32C43DFA22FD57FD00BE87F5 /* Debug */ = {
|
622 | 657 | isa = XCBuildConfiguration;
|
623 | 658 | buildSettings = {
|
| 659 | + CLANG_ENABLE_MODULES = YES; |
624 | 660 | CODE_SIGN_STYLE = Automatic;
|
625 | 661 | COMBINE_HIDPI_IMAGES = YES;
|
626 | 662 | DEFINES_MODULE = YES;
|
|
643 | 679 | PRODUCT_NAME = SDWebImageSwiftUI;
|
644 | 680 | SDKROOT = macosx;
|
645 | 681 | SKIP_INSTALL = YES;
|
| 682 | + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
646 | 683 | SWIFT_VERSION = 5.0;
|
647 | 684 | };
|
648 | 685 | name = Debug;
|
649 | 686 | };
|
650 | 687 | 32C43DFB22FD57FD00BE87F5 /* Release */ = {
|
651 | 688 | isa = XCBuildConfiguration;
|
652 | 689 | buildSettings = {
|
| 690 | + CLANG_ENABLE_MODULES = YES; |
653 | 691 | CODE_SIGN_STYLE = Automatic;
|
654 | 692 | COMBINE_HIDPI_IMAGES = YES;
|
655 | 693 | DEFINES_MODULE = YES;
|
|
679 | 717 | 32C43E0722FD581400BE87F5 /* Debug */ = {
|
680 | 718 | isa = XCBuildConfiguration;
|
681 | 719 | buildSettings = {
|
| 720 | + CLANG_ENABLE_MODULES = YES; |
682 | 721 | CODE_SIGN_STYLE = Automatic;
|
683 | 722 | DEFINES_MODULE = YES;
|
684 | 723 | DYLIB_COMPATIBILITY_VERSION = 1;
|
|
699 | 738 | PRODUCT_NAME = SDWebImageSwiftUI;
|
700 | 739 | SDKROOT = appletvos;
|
701 | 740 | SKIP_INSTALL = YES;
|
| 741 | + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
702 | 742 | SWIFT_VERSION = 5.0;
|
703 | 743 | TARGETED_DEVICE_FAMILY = 3;
|
704 | 744 | };
|
|
707 | 747 | 32C43E0822FD581400BE87F5 /* Release */ = {
|
708 | 748 | isa = XCBuildConfiguration;
|
709 | 749 | buildSettings = {
|
| 750 | + CLANG_ENABLE_MODULES = YES; |
710 | 751 | CODE_SIGN_STYLE = Automatic;
|
711 | 752 | DEFINES_MODULE = YES;
|
712 | 753 | DYLIB_COMPATIBILITY_VERSION = 1;
|
|
736 | 777 | isa = XCBuildConfiguration;
|
737 | 778 | buildSettings = {
|
738 | 779 | APPLICATION_EXTENSION_API_ONLY = YES;
|
| 780 | + CLANG_ENABLE_MODULES = YES; |
739 | 781 | CODE_SIGN_STYLE = Automatic;
|
740 | 782 | DEFINES_MODULE = YES;
|
741 | 783 | DYLIB_COMPATIBILITY_VERSION = 1;
|
|
756 | 798 | PRODUCT_NAME = SDWebImageSwiftUI;
|
757 | 799 | SDKROOT = watchos;
|
758 | 800 | SKIP_INSTALL = YES;
|
| 801 | + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
759 | 802 | SWIFT_VERSION = 5.0;
|
760 | 803 | TARGETED_DEVICE_FAMILY = 4;
|
761 | 804 | };
|
|
765 | 808 | isa = XCBuildConfiguration;
|
766 | 809 | buildSettings = {
|
767 | 810 | APPLICATION_EXTENSION_API_ONLY = YES;
|
| 811 | + CLANG_ENABLE_MODULES = YES; |
768 | 812 | CODE_SIGN_STYLE = Automatic;
|
769 | 813 | DEFINES_MODULE = YES;
|
770 | 814 | DYLIB_COMPATIBILITY_VERSION = 1;
|
|
0 commit comments