DreamPiggy
940c09ff80
Remove `SDWebImage.xcodeproj` from the workspace, try to solve the Xcode New Build System issue of implicit dependency for `SDWebImage.framework` (Both CocoaPosd and SDWebImage.xcodeproj can produce this framework), which cause build issue
2019-08-13 19:34:23 +08:00
DreamPiggy
df5be0e34c
Update CI to use Xcode 10.2. Combine both the Example and Test Podfile into one. Make CocoaPods only generate one `Pods.xcodeproj` and fix the New Build System issue
2019-06-18 15:46:08 +08:00
DreamPiggy
b09da860b9
Fix the issue cause build failure for Xcode 10.2.
...
Fix the wrong relative path of SDWebImage.xcodeproj
Fix the wrong xcconfig using ENABLE_BITCODE on debug configuration
2019-03-26 17:36:35 +08:00
Bogdan Poplauschi
64123734c3
Move webp component (and libwebp dependency) to SDWebImage/SDWebImageWebPCoder
...
- move the webp component + the libwebp dependency to SDWebImage/SDWebImageWebPCoder (including tests and demo)
- Xcode 9.4
- instead of directly linking the Demos to the frameworks, using CocoaPods (`Examples/Podfile`). This allows using SDWebImage/SDWebImageWebPCoder into our examples so we keep the WebP demos
- demos code cleanup and warnings resolved
- all links from docs (README, Migration guide, CHANGELOG) are full links, so they work even from external pages (i.e. https://cocoapods.org/pods/SDWebImage ).
- added "Additional modules" section to README
2018-09-07 12:40:25 +03:00
Bogdan Poplauschi
cf7a5db3c6
Added the Docs folder to the Xcode workspace
2016-10-05 11:41:14 +03:00
Bogdan Poplauschi
6a623cd58f
Updated Changelog and added Changelod to workspace
2016-01-08 17:44:08 +02:00
Bogdan Poplauschi
843148139b
Added some files to the workspace so they are easier to edit
2015-03-19 12:06:55 +02:00
Bogdan Poplauschi
e5faad0026
Reverted demo project referencing source files directly. Re-added SDWebImage project as subproject
2014-06-20 18:04:06 +03:00
Bogdan Poplauschi
c1fae30d63
Added SDWebImage Tests project. It uses CocoaPods (Expecta + XCTestAsync). Added some demo tests
2014-06-20 17:21:01 +03:00
Bogdan Poplauschi
60b043755f
Created a SDWebImage workspace with the 2 existing projects, fixed the demo project so it directly references the source files. Shared a demo project scheme
2014-06-20 16:41:53 +03:00