|
@@ -553,6 +553,8 @@
|
|
|
DD1542121ACFF76400AFD4EC /* VLCWatchTableController.m in Sources */ = {isa = PBXBuildFile; fileRef = DD1542111ACFF76400AFD4EC /* VLCWatchTableController.m */; };
|
|
|
DD3EA6311AF50CFE007FF096 /* VLCWatchMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = DD3EA6301AF50CFE007FF096 /* VLCWatchMessage.m */; };
|
|
|
DD3EA6321AF50D01007FF096 /* VLCWatchMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = DD3EA6301AF50CFE007FF096 /* VLCWatchMessage.m */; };
|
|
|
+ DD670C971AFBEED400A2D7AB /* MappingModel_2_5_to_2_5_2.xcmappingmodel in Sources */ = {isa = PBXBuildFile; fileRef = DDB959411AFBB30500BB8CFF /* MappingModel_2_5_to_2_5_2.xcmappingmodel */; };
|
|
|
+ DD670C981AFBEF0B00A2D7AB /* MediaLibrary.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = DDB9593C1AFBB2F600BB8CFF /* MediaLibrary.xcdatamodeld */; };
|
|
|
DD6FA7B01ACD641C006DEB2E /* VLCNowPlayingInterfaceController.m in Sources */ = {isa = PBXBuildFile; fileRef = DD6FA7AF1ACD641C006DEB2E /* VLCNowPlayingInterfaceController.m */; };
|
|
|
DD7110F01AF38B2B00854776 /* MLMediaLibrary+playlist.m in Sources */ = {isa = PBXBuildFile; fileRef = DD7110EF1AF38B2B00854776 /* MLMediaLibrary+playlist.m */; };
|
|
|
DD7110F11AF38B2B00854776 /* MLMediaLibrary+playlist.m in Sources */ = {isa = PBXBuildFile; fileRef = DD7110EF1AF38B2B00854776 /* MLMediaLibrary+playlist.m */; };
|
|
@@ -3665,8 +3667,10 @@
|
|
|
7D298F451AD58A0700A0BF68 /* UIImage+Blur.m in Sources */,
|
|
|
7D871F521AD7257100348D27 /* UIImage+Scaling.m in Sources */,
|
|
|
DDE490731ACE964200B1B5E3 /* VLCBaseInterfaceController.m in Sources */,
|
|
|
+ DD670C981AFBEF0B00A2D7AB /* MediaLibrary.xcdatamodeld in Sources */,
|
|
|
DDE4906C1ACDB63F00B1B5E3 /* VLCNotificationRelay.m in Sources */,
|
|
|
DD7110F11AF38B2B00854776 /* MLMediaLibrary+playlist.m in Sources */,
|
|
|
+ DD670C971AFBEED400A2D7AB /* MappingModel_2_5_to_2_5_2.xcmappingmodel in Sources */,
|
|
|
DD1542121ACFF76400AFD4EC /* VLCWatchTableController.m in Sources */,
|
|
|
DD02C30E1ACAF4A50026EFEE /* VLCRowController.m in Sources */,
|
|
|
DD7635D61AF262D100240CB8 /* NSManagedObjectContext+refreshAll.m in Sources */,
|
|
@@ -4347,6 +4351,7 @@
|
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
|
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
|
+ OTHER_LDFLAGS = "-ObjC";
|
|
|
SDKROOT = iphoneos;
|
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
};
|
|
@@ -4371,6 +4376,7 @@
|
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
|
|
|
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
|
|
|
+ OTHER_LDFLAGS = "-ObjC";
|
|
|
SDKROOT = iphoneos;
|
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
VALIDATE_PRODUCT = YES;
|
|
@@ -4499,6 +4505,7 @@
|
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
|
|
|
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
|
|
|
+ OTHER_LDFLAGS = "-ObjC";
|
|
|
SDKROOT = iphoneos;
|
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
VALIDATE_PRODUCT = YES;
|