DreamPiggy
|
77830dd4f2
|
Add all the Test Case on tvOS platform, using the same code as iOS
|
2019-10-27 22:32:53 +08:00 |
DreamPiggy
|
e7edf7bc9d
|
Update the xcconfig of UIKit for macOS config
|
2019-08-12 20:50:11 +08:00 |
DreamPiggy
|
5c13490eeb
|
Replace the private prefix header files with the manually import for each implementation files
|
2019-05-13 15:38:24 +08:00 |
DreamPiggy
|
c292fcccc4
|
Remove the unused ENABLE_BITCODE xcconfig, which cause issue for watchOS platform. Even without this xcconfig, all 4 platforms build product have the correct bitcode support
|
2019-03-27 22:07:42 +08:00 |
DreamPiggy
|
a065fa2379
|
Rename pch file with Prefix.pch, make it easy to distinguish from the umbrella headers
|
2019-03-21 19:38:09 +08:00 |
DreamPiggy
|
c6247d2d63
|
Using pch for the internal macros, to avoid each implementation files import this macro
|
2019-03-21 19:38:09 +08:00 |
DreamPiggy
|
b0c84e8aec
|
Fix that macOS does not support bitcode, this cause build issue on Legacy Build System
|
2018-12-08 12:57:11 +08:00 |
Bogdan Poplauschi
|
edb9c45859
|
Xcode 10 - upgraded schemes, using xcode10 Travis image, removed some deprecated methods from our demos + formatting
Using xcconfig files - easier to maintain all the settings appart from target files, less conflicts, can reuse the values
|
2018-11-11 20:19:33 -06:00 |