RealmSwift.xcconfig 498 B

123456789101112
  1. SUPPORTED_PLATFORMS = macosx iphonesimulator iphoneos watchsimulator watchos appletvos appletvsimulator;
  2. APPLICATION_EXTENSION_API_ONLY = YES;
  3. SKIP_INSTALL = YES;
  4. DYLIB_COMPATIBILITY_VERSION = 1;
  5. DYLIB_CURRENT_VERSION = 1;
  6. DYLIB_INSTALL_NAME_BASE = @rpath;
  7. LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/Frameworks @loader_path/Frameworks;
  8. DEFINES_MODULE = YES;
  9. INFOPLIST_FILE = RealmSwift/RealmSwift-Info.plist;
  10. PRODUCT_NAME = RealmSwift;
  11. PRODUCT_BUNDLE_IDENTIFIER = io.realm.RealmSwit;