Skip to content

Commit

Permalink
Update module.xconfig not to crash on ios5
Browse files Browse the repository at this point in the history
  • Loading branch information
rborn committed Sep 26, 2012
1 parent 179c7f8 commit 96074c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion module.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@
// IMPORTANT NOTE: always use $(inherited) in your overrides
//

OTHER_LDFLAGS=$(inherited) -framework Social
// OTHER_LDFLAGS=$(inherited) -framework Social

OTHER_LDFLAGS[sdk=iphoneos6*]=$(inherited) -weak_framework Social
OTHER_LDFLAGS[sdk=iphonesimulator6*]=$(inherited) -weak_framework Social

0 comments on commit 96074c3

Please sign in to comment.