https://github.com/alexlee002/alloy
Patchwork now rename to [alloy], alloy is a simple toolkit that makes your iOS / OS X apps development more easier.
https://github.com/alexlee002/alloy
activerecord alloy ios macos model-mapping network-wrapper patchwork
Last synced: 2 days ago
JSON representation
Patchwork now rename to [alloy], alloy is a simple toolkit that makes your iOS / OS X apps development more easier.
- Host: GitHub
- URL: https://github.com/alexlee002/alloy
- Owner: alexlee002
- License: apache-2.0
- Created: 2016-02-23T10:47:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-04T12:55:52.000Z (about 8 years ago)
- Last Synced: 2024-11-09T06:38:34.027Z (about 1 year ago)
- Topics: activerecord, alloy, ios, macos, model-mapping, network-wrapper, patchwork
- Language: Objective-C
- Homepage:
- Size: 1.24 MB
- Stars: 63
- Watchers: 6
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# patchwork Alloy
Patchwork Alloy is a simple toolkit that makes your iOS / OS X apps development more easier.
[中文文档](./Patchwork%20开发文档.md) | English Document
## Important!
The `BlocksKit` defines a macro named `SELECT`, which is conflict with the property name in `ALDatabase`, so **BE SURE** add this code in your `Podfile`:
```Ruby
pre_install do
system("sed -i '' '/BKMacros/d' Pods/BlocksKit/BlocksKit/BlocksKit.h")
end
```