mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Add itunes artwork in the app package
This commit is contained in:
parent
5fa1feef61
commit
de944d7f4a
1 changed files with 6 additions and 0 deletions
|
|
@ -1349,6 +1349,8 @@
|
|||
F0818E7F17FC51D8005A3330 /* linphone_icon_76.png in Resources */ = {isa = PBXBuildFile; fileRef = F0818E7C17FC51D8005A3330 /* linphone_icon_76.png */; };
|
||||
F0818E8017FC51D8005A3330 /* linphone_icon_152.png in Resources */ = {isa = PBXBuildFile; fileRef = F0818E7D17FC51D8005A3330 /* linphone_icon_152.png */; };
|
||||
F0818E8117FC51D8005A3330 /* linphone_icon_152.png in Resources */ = {isa = PBXBuildFile; fileRef = F0818E7D17FC51D8005A3330 /* linphone_icon_152.png */; };
|
||||
F0938159188E629800A55DFA /* iTunesArtwork in Resources */ = {isa = PBXBuildFile; fileRef = F0938158188E629800A55DFA /* iTunesArtwork */; };
|
||||
F093815A188E629800A55DFA /* iTunesArtwork in Resources */ = {isa = PBXBuildFile; fileRef = F0938158188E629800A55DFA /* iTunesArtwork */; };
|
||||
F0A2759C18157A6000B6D61A /* linphone_icon_120.png in Resources */ = {isa = PBXBuildFile; fileRef = F0818E7B17FC5160005A3330 /* linphone_icon_120.png */; };
|
||||
F0A2759D18157A6100B6D61A /* linphone_icon_120.png in Resources */ = {isa = PBXBuildFile; fileRef = F0818E7B17FC5160005A3330 /* linphone_icon_120.png */; };
|
||||
F476004B147AAF2800FFF19B /* liblinphone.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2211DB911475562600DEE054 /* liblinphone.a */; };
|
||||
|
|
@ -2453,6 +2455,7 @@
|
|||
F0818E7B17FC5160005A3330 /* linphone_icon_120.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = linphone_icon_120.png; path = Resources/linphone_icon_120.png; sourceTree = "<group>"; };
|
||||
F0818E7C17FC51D8005A3330 /* linphone_icon_76.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = linphone_icon_76.png; path = Resources/linphone_icon_76.png; sourceTree = "<group>"; };
|
||||
F0818E7D17FC51D8005A3330 /* linphone_icon_152.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = linphone_icon_152.png; path = Resources/linphone_icon_152.png; sourceTree = "<group>"; };
|
||||
F0938158188E629800A55DFA /* iTunesArtwork */ = {isa = PBXFileReference; lastKnownFileType = file; path = iTunesArtwork; sourceTree = "<group>"; };
|
||||
F09548181883F15300E8A69B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/ChatRoomViewController.xib; sourceTree = "<group>"; };
|
||||
F09548191883F15300E8A69B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/ChatViewController.xib; sourceTree = "<group>"; };
|
||||
F095481A1883F15300E8A69B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/ContactDetailsLabelViewController.xib; sourceTree = "<group>"; };
|
||||
|
|
@ -3324,6 +3327,7 @@
|
|||
22D1B68012A3E0BE001AE361 /* libresolv.dylib */,
|
||||
D32B6E2E15A5C0AC0033019F /* libsqlite3.dylib */,
|
||||
344ABDF014850AE9007420B6 /* libstdc++.6.dylib */,
|
||||
F0938158188E629800A55DFA /* iTunesArtwork */,
|
||||
22F9B087178470F400E0212F /* liblinphone */,
|
||||
22B5F03410CE6B2F00777D97 /* AddressBook.framework */,
|
||||
22B5EFA210CE50BD00777D97 /* AddressBookUI.framework */,
|
||||
|
|
@ -4681,6 +4685,7 @@
|
|||
15AF3C5616F37A3E00FC52EC /* route_bluetooth_off_disabled.png in Resources */,
|
||||
15AF3C5816F37A3E00FC52EC /* route_bluetooth_off_over.png in Resources */,
|
||||
15AF3C5C16F37A3E00FC52EC /* route_bluetooth_on_default.png in Resources */,
|
||||
F0938159188E629800A55DFA /* iTunesArtwork in Resources */,
|
||||
15AF3C6C16F37A4A00FC52EC /* route_phone_off_default.png in Resources */,
|
||||
15AF3C6E16F37A4A00FC52EC /* route_phone_off_disabled.png in Resources */,
|
||||
15AF3C7016F37A4A00FC52EC /* route_phone_off_over.png in Resources */,
|
||||
|
|
@ -5221,6 +5226,7 @@
|
|||
15AF3C5716F37A3E00FC52EC /* route_bluetooth_off_disabled.png in Resources */,
|
||||
15AF3C5916F37A3E00FC52EC /* route_bluetooth_off_over.png in Resources */,
|
||||
15AF3C5D16F37A3E00FC52EC /* route_bluetooth_on_default.png in Resources */,
|
||||
F093815A188E629800A55DFA /* iTunesArtwork in Resources */,
|
||||
15AF3C6D16F37A4A00FC52EC /* route_phone_off_default.png in Resources */,
|
||||
15AF3C6F16F37A4A00FC52EC /* route_phone_off_disabled.png in Resources */,
|
||||
15AF3C7116F37A4A00FC52EC /* route_phone_off_over.png in Resources */,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue