Skip to content

Commit

Permalink
Fix photo not displaying on Apple TV with OS 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Nikolskyi committed Jun 3, 2015
1 parent 437fd5e commit 5916ff3
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 12 deletions.
43 changes: 32 additions & 11 deletions ConnectSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@
44E98FCB1B1E85440043BC70 /* OCMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 44E98FA21B1E80120043BC70 /* OCMock.framework */; };
44E98FCC1B1E85A70043BC70 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 44375EA31A254DE200D2F6DE /* libz.dylib */; };
44E98FCD1B1E85AA0043BC70 /* libicucore.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 44375EA51A254DF400D2F6DE /* libicucore.dylib */; };
44E98FD31B1E89FB0043BC70 /* the-san-francisco-peaks-of-flagstaff-718x544.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 44E98FD21B1E89F10043BC70 /* the-san-francisco-peaks-of-flagstaff-718x544.jpg */; };
44E98FD41B1E89FB0043BC70 /* the-san-francisco-peaks-of-flagstaff-718x544.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 44E98FD21B1E89F10043BC70 /* the-san-francisco-peaks-of-flagstaff-718x544.jpg */; };
44E98FD61B1E8A5A0043BC70 /* AirPlayServiceIntegrationTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 44E98FD51B1E8A5A0043BC70 /* AirPlayServiceIntegrationTests.m */; };
44E98FD71B1E8A710043BC70 /* OCMArg+ArgumentCaptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 44E98FA71B1E83960043BC70 /* OCMArg+ArgumentCaptor.m */; };
EA5F82F0199BDA2100B7302B /* ConnectSDKDefaultPlatforms.h in Headers */ = {isa = PBXBuildFile; fileRef = EA5F82EF199BD95800B7302B /* ConnectSDKDefaultPlatforms.h */; settings = {ATTRIBUTES = (Public, ); }; };
EA5F82F4199BDCD300B7302B /* ConnectSDK.h in Headers */ = {isa = PBXBuildFile; fileRef = EA5F82F3199BDCD300B7302B /* ConnectSDK.h */; settings = {ATTRIBUTES = (Public, ); }; };
EA5FB86D199AEC550057B4B4 /* ConnectSDK-Prefix.pch in Headers */ = {isa = PBXBuildFile; fileRef = EA5FB79E199AEC550057B4B4 /* ConnectSDK-Prefix.pch */; settings = {ATTRIBUTES = (Public, ); }; };
Expand Down Expand Up @@ -315,7 +319,6 @@
44375E8D1A2526F800D2F6DE /* ConnectSDKTests-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "ConnectSDKTests-Prefix.pch"; sourceTree = "<group>"; };
44375E911A2526F800D2F6DE /* SSDPDiscoveryProviderTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SSDPDiscoveryProviderTests.m; sourceTree = "<group>"; };
44375E921A2526F800D2F6DE /* ZeroConfDiscoveryProviderTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ZeroConfDiscoveryProviderTests.m; sourceTree = "<group>"; };
44375E931A2526F800D2F6DE /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
44375EA11A254CE900D2F6DE /* SSDPDiscoveryProvider_Private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SSDPDiscoveryProvider_Private.h; sourceTree = "<group>"; };
44375EA21A254CE900D2F6DE /* ZeroConfDiscoveryProvider_Private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ZeroConfDiscoveryProvider_Private.h; sourceTree = "<group>"; };
44375EA31A254DE200D2F6DE /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
Expand Down Expand Up @@ -398,9 +401,12 @@
44E98FBD1B1E849D0043BC70 /* EXPMatchers+matchRegex.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "EXPMatchers+matchRegex.m"; sourceTree = "<group>"; };
44E98FBF1B1E849D0043BC70 /* Expecta.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Expecta.framework; sourceTree = "<group>"; };
44E98FC01B1E849D0043BC70 /* Specta.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Specta.framework; sourceTree = "<group>"; };
44E98FC11B1E849D0043BC70 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
44E98FC21B1E849D0043BC70 /* OCMStubRecorder+SpectaAsync.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "OCMStubRecorder+SpectaAsync.h"; sourceTree = "<group>"; };
44E98FC31B1E849D0043BC70 /* OCMStubRecorder+SpectaAsync.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "OCMStubRecorder+SpectaAsync.m"; sourceTree = "<group>"; };
44E98FCF1B1E89E50043BC70 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
44E98FD11B1E89F10043BC70 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
44E98FD21B1E89F10043BC70 /* the-san-francisco-peaks-of-flagstaff-718x544.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "the-san-francisco-peaks-of-flagstaff-718x544.jpg"; sourceTree = "<group>"; };
44E98FD51B1E8A5A0043BC70 /* AirPlayServiceIntegrationTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AirPlayServiceIntegrationTests.m; sourceTree = "<group>"; };
EA41388A18FE51A9002CB005 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
EA5F82EF199BD95800B7302B /* ConnectSDKDefaultPlatforms.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ConnectSDKDefaultPlatforms.h; sourceTree = "<group>"; };
EA5F82F3199BDCD300B7302B /* ConnectSDK.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ConnectSDK.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -627,7 +633,7 @@
44375E8E1A2526F800D2F6DE /* Discovery */,
445822A01A6DA06200444188 /* Helpers */,
44CEF5911A43598F00D069C8 /* Services */,
44375E931A2526F800D2F6DE /* Info.plist */,
44E98FD01B1E89F10043BC70 /* SupportingFiles */,
);
path = ConnectSDKTests;
sourceTree = "<group>";
Expand Down Expand Up @@ -777,9 +783,10 @@
44E98FBD1B1E849D0043BC70 /* EXPMatchers+matchRegex.m */,
44E98FC21B1E849D0043BC70 /* OCMStubRecorder+SpectaAsync.h */,
44E98FC31B1E849D0043BC70 /* OCMStubRecorder+SpectaAsync.m */,
44E98FD51B1E8A5A0043BC70 /* AirPlayServiceIntegrationTests.m */,
44E98FBB1B1E849D0043BC70 /* DLNAServiceIntegrationTests.m */,
44E98FBA1B1E849D0043BC70 /* ConnectSDKIntegrationTests-Prefix.pch */,
44E98FCA1B1E84B10043BC70 /* Supporting Files */,
44E98FCE1B1E89E50043BC70 /* SupportingFiles */,
);
path = ConnectSDKIntegrationTests;
sourceTree = "<group>";
Expand All @@ -793,12 +800,21 @@
path = Frameworks;
sourceTree = "<group>";
};
44E98FCA1B1E84B10043BC70 /* Supporting Files */ = {
44E98FCE1B1E89E50043BC70 /* SupportingFiles */ = {
isa = PBXGroup;
children = (
44E98FC11B1E849D0043BC70 /* Info.plist */,
44E98FCF1B1E89E50043BC70 /* Info.plist */,
);
name = "Supporting Files";
path = SupportingFiles;
sourceTree = "<group>";
};
44E98FD01B1E89F10043BC70 /* SupportingFiles */ = {
isa = PBXGroup;
children = (
44E98FD11B1E89F10043BC70 /* Info.plist */,
44E98FD21B1E89F10043BC70 /* the-san-francisco-peaks-of-flagstaff-718x544.jpg */,
);
path = SupportingFiles;
sourceTree = "<group>";
};
EA5FB799199AEC2E0057B4B4 /* Connect SDK */ = {
Expand Down Expand Up @@ -1454,6 +1470,7 @@
4467B5A31A899B50009EC27A /* ssdp_device_description_sonos_no_root_services.xml in Resources */,
44D8F7D41AB22A7C00559FE3 /* ssdp_device_description_lg_speaker.xml in Resources */,
445822B21A6DA0A500444188 /* getmute_response_sonos.xml in Resources */,
44E98FD31B1E89FB0043BC70 /* the-san-francisco-peaks-of-flagstaff-718x544.jpg in Resources */,
445822BB1A6DA0A500444188 /* upnperror_response_xbox.xml in Resources */,
4467B59E1A899B50009EC27A /* ssdp_device_description_xbox_dial.xml in Resources */,
4467B59F1A899B50009EC27A /* ssdp_device_description_dlna_no_required_services.xml in Resources */,
Expand All @@ -1472,6 +1489,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
44E98FD41B1E89FB0043BC70 /* the-san-francisco-peaks-of-flagstaff-718x544.jpg in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -1535,6 +1553,8 @@
files = (
44E98FC91B1E849D0043BC70 /* OCMStubRecorder+SpectaAsync.m in Sources */,
44E98FC51B1E849D0043BC70 /* EXPMatchers+matchRegex.m in Sources */,
44E98FD61B1E8A5A0043BC70 /* AirPlayServiceIntegrationTests.m in Sources */,
44E98FD71B1E8A710043BC70 /* OCMArg+ArgumentCaptor.m in Sources */,
44E98FC41B1E849D0043BC70 /* DLNAServiceIntegrationTests.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -1668,7 +1688,7 @@
"DEBUG=1",
"$(inherited)",
);
INFOPLIST_FILE = core/ConnectSDKTests/Info.plist;
INFOPLIST_FILE = core/ConnectSDKTests/SupportingFiles/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.1;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MTL_ENABLE_DEBUG_INFO = YES;
Expand All @@ -1695,7 +1715,7 @@
);
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "core/ConnectSDKTests/ConnectSDKTests-Prefix.pch";
INFOPLIST_FILE = core/ConnectSDKTests/Info.plist;
INFOPLIST_FILE = core/ConnectSDKTests/SupportingFiles/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.1;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MTL_ENABLE_DEBUG_INFO = NO;
Expand Down Expand Up @@ -1730,7 +1750,7 @@
"DEBUG=1",
"$(inherited)",
);
INFOPLIST_FILE = core/ConnectSDKIntegrationTests/Info.plist;
INFOPLIST_FILE = core/ConnectSDKIntegrationTests/SupportingFiles/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MTL_ENABLE_DEBUG_INFO = YES;
Expand Down Expand Up @@ -1762,7 +1782,7 @@
GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = YES;
GCC_NO_COMMON_BLOCKS = YES;
GCC_PREFIX_HEADER = "core/ConnectSDKIntegrationTests/ConnectSDKIntegrationTests-Prefix.pch";
INFOPLIST_FILE = core/ConnectSDKIntegrationTests/Info.plist;
INFOPLIST_FILE = core/ConnectSDKIntegrationTests/SupportingFiles/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MTL_ENABLE_DEBUG_INFO = NO;
Expand Down Expand Up @@ -1929,6 +1949,7 @@
44E98FB81B1E84880043BC70 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
EA61EB0B18FE485B00D75696 /* Build configuration list for PBXProject "ConnectSDK" */ = {
isa = XCConfigurationList;
Expand Down

0 comments on commit 5916ff3

Please sign in to comment.