diff options
author | 2017-07-05 16:00:49 +0200 | |
---|---|---|
committer | 2017-07-05 14:43:54 +0000 | |
commit | 8fea75ec5ea41b347bae5b24f5f6cebe3247449c (patch) | |
tree | d7cc11405f31686049a2fa5bddee1410effdc6ab /Common | |
parent | 2e126cfa7d1c82a758b14133cc67e0ff7af1f11e (diff) |
correct issue for compiling ios
Change-Id: I0b55752383af8e8d8e10ccf09dc515edf93ee41c
Signed-off-by: Angelo Mantellini (manangel) <angelo.mantellini@irt-systemx.fr>
Diffstat (limited to 'Common')
-rw-r--r-- | Common/Info.plist | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Common/Info.plist b/Common/Info.plist index 8e33963e..25ef9212 100644 --- a/Common/Info.plist +++ b/Common/Info.plist @@ -34,9 +34,9 @@ <string>waw</string> <string>wma</string> </array> - <key>CFBundleTypeIconFile</key> - <string>document.icns</string> - <key>CFBundleTypeName</key> + <key>CFBundleTypeIconFile</key> + <string>Viper.icns</string> + <key>CFBundleTypeName</key> <string>Audio file</string> <key>CFBundleTypeRole</key> <string>Viewer</string> @@ -162,7 +162,7 @@ <string>utf</string> </array> <key>CFBundleTypeIconFile</key> - <string>document.icns</string> + <string>Viper.icns</string> <key>CFBundleTypeName</key> <string>Subtitles file</string> <key>CFBundleTypeRole</key> @@ -176,7 +176,7 @@ <key>CFBundleExecutable</key> <string>@EXECUTABLE@</string> <key>CFBundleIconFile</key> - <string>Cisco.icns</string> + <string>Viper.icns</string> <key>CFBundleIdentifier</key> <string>com.cisco.@EXECUTABLE@</string> <key>CFBundleInfoDictionaryVersion</key> |