Advertisement
Guest User

Untitled

a guest
Sep 30th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. #if !defined(DT_APP_EXTENSIONS)
  2. if (shouldOpenExternalURL)
  3. {
  4. [[UIApplication sharedApplication] openURL:[request URL]];
  5. }
  6. #endif
  7.  
  8. GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
  9.  
  10. GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 DT_APP_EXTENSIONS=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement