Remove
all references to the PhoneGap library that is linked to
the iOS
Hybrid Web Container.
Leaving
PhoneGap in place does not cause any issues, but does increase overall application size by
about 400KB.
- In Xcode, open the
HWCAppDelegate.h file and comment out this
line:
- In the Build Settings tab, for the Hybrid App project under
Other Linker Flags, remove libPhoneGap.a for all build configurations.
- Under Warning Linker Flags remove
libPhoneGap.a for all build configurations.
- In Project Navigator, remove references to these files:
- In Xcode, in Project Navigator, remove the reference to the
www directory.
- In Xcode, in Project Navigator, remove the reference to the
Capture.bundle directory.
- Clean and rebuild the project for all configurations.