DreamPiggy
|
50a3c9159b
|
Remove the override of Xcode project codesign config
|
2024-05-07 19:33:19 +08:00 |
DreamPiggy
|
8000e239d2
|
Update readme and at least the xcconfig for visionOS
|
2023-09-02 20:16:06 +08:00 |
DreamPiggy
|
46912090f9
|
Fix the warning, enable `APPLICATION_EXTENSION_API_ONLY` for all framework target
|
2021-05-21 11:50:12 +08:00 |
DreamPiggy
|
6e34315e6c
|
Bumped the min deployment target version to iOS 9, macOS 10.11. Bumped the min Xcode version to Xcode 11
This follows Apple's App Store submit rule, and user request from the dependency
|
2020-11-22 11:05:40 +08:00 |
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 |