Skip to content

Commit

Permalink
[osx/ios/atv2] - sync xcode project
Browse files Browse the repository at this point in the history
  • Loading branch information
Memphiz authored and FernetMenta committed Sep 30, 2015
1 parent 8b9083a commit 1681faf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Kodi.xcodeproj/project.pbxproj
Expand Up @@ -917,6 +917,9 @@
C8D0B2AF1265A9A800F0C0AC /* SystemGlobals.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8D0B2AE1265A9A800F0C0AC /* SystemGlobals.cpp */; };
C8EC5D0E1369519D00CCC10D /* XBMC_keytable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8EC5D0C1369519D00CCC10D /* XBMC_keytable.cpp */; };
DF00492D162DAEA200A971AD /* PVROperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF00492B162DAEA200A971AD /* PVROperations.cpp */; };
DF0244941AE564900042C6F9 /* MusicInfoTagLoaderFFmpeg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF0244921AE564900042C6F9 /* MusicInfoTagLoaderFFmpeg.cpp */; };
DF0244951AE564900042C6F9 /* MusicInfoTagLoaderFFmpeg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF0244921AE564900042C6F9 /* MusicInfoTagLoaderFFmpeg.cpp */; };
DF0244961AE564900042C6F9 /* MusicInfoTagLoaderFFmpeg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF0244921AE564900042C6F9 /* MusicInfoTagLoaderFFmpeg.cpp */; };
DF02BA621A910623006DCA16 /* VideoSyncIos.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF02BA601A910623006DCA16 /* VideoSyncIos.cpp */; };
DF02BA631A910624006DCA16 /* VideoSyncIos.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF02BA601A910623006DCA16 /* VideoSyncIos.cpp */; };
DF02BA661A91065F006DCA16 /* VideoSyncOsx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF02BA641A91065F006DCA16 /* VideoSyncOsx.cpp */; };
Expand Down Expand Up @@ -4513,6 +4516,8 @@
D6299ABB1AFC2A9F00E3059D /* Kodi.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Kodi.app; sourceTree = BUILT_PRODUCTS_DIR; };
DF00492B162DAEA200A971AD /* PVROperations.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PVROperations.cpp; sourceTree = "<group>"; };
DF00492C162DAEA200A971AD /* PVROperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PVROperations.h; sourceTree = "<group>"; };
DF0244921AE564900042C6F9 /* MusicInfoTagLoaderFFmpeg.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MusicInfoTagLoaderFFmpeg.cpp; sourceTree = "<group>"; };
DF0244931AE564900042C6F9 /* MusicInfoTagLoaderFFmpeg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MusicInfoTagLoaderFFmpeg.h; sourceTree = "<group>"; };
DF02BA601A910623006DCA16 /* VideoSyncIos.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = VideoSyncIos.cpp; path = videosync/VideoSyncIos.cpp; sourceTree = "<group>"; };
DF02BA611A910623006DCA16 /* VideoSyncIos.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VideoSyncIos.h; path = videosync/VideoSyncIos.h; sourceTree = "<group>"; };
DF02BA641A91065F006DCA16 /* VideoSyncOsx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = VideoSyncOsx.cpp; path = videosync/VideoSyncOsx.cpp; sourceTree = "<group>"; };
Expand Down Expand Up @@ -6367,6 +6372,8 @@
18B7C869129423A7009E7A26 /* MusicInfoTagLoaderDatabase.h */,
18B7C86A129423A7009E7A26 /* MusicInfoTagLoaderFactory.cpp */,
18B7C86B129423A7009E7A26 /* MusicInfoTagLoaderFactory.h */,
DF0244921AE564900042C6F9 /* MusicInfoTagLoaderFFmpeg.cpp */,
DF0244931AE564900042C6F9 /* MusicInfoTagLoaderFFmpeg.h */,
18B7C87C129423A7009E7A26 /* MusicInfoTagLoaderShn.cpp */,
18B7C87D129423A7009E7A26 /* MusicInfoTagLoaderShn.h */,
5EF800FE1A97892A0035AA4D /* ReplayGain.cpp */,
Expand Down Expand Up @@ -11406,6 +11413,7 @@
7CCDA13E192753E30074CF51 /* PltHttpServer.cpp in Sources */,
7CCDA147192753E30074CF51 /* PltHttpServerTask.cpp in Sources */,
7CCDA150192753E30074CF51 /* PltIconsData.cpp in Sources */,
DF0244941AE564900042C6F9 /* MusicInfoTagLoaderFFmpeg.cpp in Sources */,
7CCDA159192753E30074CF51 /* PltMimeType.cpp in Sources */,
7C973CF51B5037EF0002A874 /* ActiveAEDSPProcess.cpp in Sources */,
7C8E021F1BA35D0B0072E8B2 /* ApplicationBuiltins.cpp in Sources */,
Expand Down Expand Up @@ -12285,6 +12293,7 @@
DFF0F3FC17528350002DA3A4 /* Weather.cpp in Sources */,
DFF0F3FD17528350002DA3A4 /* XBMCTinyXML.cpp in Sources */,
DFF0F3FE17528350002DA3A4 /* XMLUtils.cpp in Sources */,
DF0244961AE564900042C6F9 /* MusicInfoTagLoaderFFmpeg.cpp in Sources */,
DFF0F3FF17528350002DA3A4 /* GUIDialogAudioSubtitleSettings.cpp in Sources */,
DFF0F40117528350002DA3A4 /* GUIDialogFullScreenInfo.cpp in Sources */,
DFF0F40217528350002DA3A4 /* GUIDialogTeletext.cpp in Sources */,
Expand Down Expand Up @@ -13001,6 +13010,7 @@
E4991302174E5DAD00741B6D /* GUIListLabel.cpp in Sources */,
E4991303174E5DAD00741B6D /* GUIMessage.cpp in Sources */,
7C8E023E1BA35D0B0072E8B2 /* ProfileBuiltins.cpp in Sources */,
DF0244951AE564900042C6F9 /* MusicInfoTagLoaderFFmpeg.cpp in Sources */,
E4991304174E5DAD00741B6D /* GUIMoverControl.cpp in Sources */,
399442751A8DD920006C39E9 /* VideoLibraryMarkWatchedJob.cpp in Sources */,
E4991305174E5DAD00741B6D /* GUIMultiImage.cpp in Sources */,
Expand Down

0 comments on commit 1681faf

Please sign in to comment.