Commits

Bhargav committed 795b26c9a57
[Xcodeproj] Make module name as bundle identifier The frameworks in the generated Xcode project have the value "$(PRODUCT_BUNDLE_IDENTIFIER)" for the key "CFBundleIdentifier". This actually doesn't allow such framework to be installed into an iOS app. Changing "CFBundleIdentifier" to be the concrete name of the framework fixed this.