Bento
Bento copied to clipboard
Fix xcodeproj for Example to run on device
This PR is aimed to be able to install Example app in device.
- Removed old unused frameworks in xcodeproj
- Fixed some framework locations using "Relative to Build Products"
- Embedded required frameworks to Example app
- Set
ENABLE_BITCODE = NO
for Example app