Implemented colour picker, TODO: change plan cell colour to selected colours, make CollectionView refresh on colour picked, change selection visualisation in colour picker

This commit is contained in:
Deniz Duezgoeren
2019-07-21 21:14:38 +02:00
parent c041e67064
commit 13b9721c00
22 changed files with 1288 additions and 1224 deletions
@@ -154,14 +154,12 @@ strip_invalid_archs() {
if [[ "$CONFIGURATION" == "Debug" ]]; then
install_framework "${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework"
install_framework "${BUILT_PRODUCTS_DIR}/Kanna/Kanna.framework"
install_framework "${BUILT_PRODUCTS_DIR}/MagazineLayout/MagazineLayout.framework"
install_framework "${BUILT_PRODUCTS_DIR}/SQLite.swift/SQLite.framework"
install_framework "${BUILT_PRODUCTS_DIR}/SwiftSoup/SwiftSoup.framework"
fi
if [[ "$CONFIGURATION" == "Release" ]]; then
install_framework "${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework"
install_framework "${BUILT_PRODUCTS_DIR}/Kanna/Kanna.framework"
install_framework "${BUILT_PRODUCTS_DIR}/MagazineLayout/MagazineLayout.framework"
install_framework "${BUILT_PRODUCTS_DIR}/SQLite.swift/SQLite.framework"
install_framework "${BUILT_PRODUCTS_DIR}/SwiftSoup/SwiftSoup.framework"