this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update Photos CMakeList file

Thomas A a2278066 cc152ceb

+10 -1
+10 -1
src/frameworks/Photos/CMakeLists.txt
··· 2 2 3 3 set(DYLIB_COMPAT_VERSION "1.0.0") 4 4 set(DYLIB_CURRENT_VERSION "161.0.120") 5 + set(FRAMEWORK_VERSION "A") 6 + 7 + remove_sdk_framework(Photos 8 + ) 9 + 10 + generate_sdk_framework(Photos 11 + VERSION ${FRAMEWORK_VERSION} 12 + HEADER "include/Photos" 13 + ) 5 14 6 15 add_framework(Photos 7 16 FAT 8 17 CURRENT_VERSION 9 - VERSION "A" 18 + VERSION ${FRAMEWORK_VERSION} 10 19 11 20 SOURCES 12 21 src/Photos.m