Merge lp:~urbanape/ubuntuone-ios-client/new-icons into lp:ubuntuone-ios-client

Proposed by Zachery Bir
Status: Merged
Approved by: Zachery Bir
Approved revision: 88
Merge reported by: Zachery Bir
Merged at revision: not available
Proposed branch: lp:~urbanape/ubuntuone-ios-client/new-icons
Merge into: lp:ubuntuone-ios-client
Diff against target: 212 lines (+32/-18)
3 files modified
contacts/funambol-sdk/build/mac/libfunambol.xcodeproj/project.pbxproj (+8/-0)
contacts/iPhoneApp/Entitlements.plist (+2/-2)
contacts/iPhoneApp/funambolAppStore.xcodeproj/project.pbxproj (+22/-16)
To merge this branch: bzr merge lp:~urbanape/ubuntuone-ios-client/new-icons
Reviewer Review Type Date Requested Status
Aaron Brethorst (community) Approve
Review via email: mp+35475@code.launchpad.net

Description of the change

New icons and fixed the entitlements.plist.

To post a comment you must log in.
Revision history for this message
Aaron Brethorst (aaronbrethorst-deactivatedaccount) wrote :

looks good!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'contacts/funambol-sdk/build/mac/libfunambol.xcodeproj/project.pbxproj'
--- contacts/funambol-sdk/build/mac/libfunambol.xcodeproj/project.pbxproj 2010-07-22 20:21:36 +0000
+++ contacts/funambol-sdk/build/mac/libfunambol.xcodeproj/project.pbxproj 2010-09-14 21:46:19 +0000
@@ -3436,7 +3436,14 @@
3436 isa = PBXProject;3436 isa = PBXProject;
3437 buildConfigurationList = 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "libfunambol" */;3437 buildConfigurationList = 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "libfunambol" */;
3438 compatibilityVersion = "Xcode 3.1";3438 compatibilityVersion = "Xcode 3.1";
3439 developmentRegion = English;
3439 hasScannedForEncodings = 1;3440 hasScannedForEncodings = 1;
3441 knownRegions = (
3442 English,
3443 Japanese,
3444 French,
3445 German,
3446 );
3440 mainGroup = 08FB7794FE84155DC02AAC07 /* mac */;3447 mainGroup = 08FB7794FE84155DC02AAC07 /* mac */;
3441 projectDirPath = "";3448 projectDirPath = "";
3442 projectRoot = "";3449 projectRoot = "";
@@ -4319,6 +4326,7 @@
4319 GCC_MODEL_TUNING = G5;4326 GCC_MODEL_TUNING = G5;
4320 INSTALL_PATH = /usr/local/lib;4327 INSTALL_PATH = /usr/local/lib;
4321 PRODUCT_NAME = libfunambol;4328 PRODUCT_NAME = libfunambol;
4329 SDKROOT = iphoneos4.1;
4322 };4330 };
4323 name = "iPhone-Release";4331 name = "iPhone-Release";
4324 };4332 };
43254333
=== modified file 'contacts/iPhoneApp/Entitlements.plist'
--- contacts/iPhoneApp/Entitlements.plist 2010-09-08 08:13:04 +0000
+++ contacts/iPhoneApp/Entitlements.plist 2010-09-14 21:46:19 +0000
@@ -3,12 +3,12 @@
3<plist version="1.0">3<plist version="1.0">
4<dict>4<dict>
5 <key>application-identifier</key>5 <key>application-identifier</key>
6 <string>ABC1234DEF.com.ubuntu.one.music</string>6 <string>UD653J2ZMP.com.ubuntu.one.iphoneplugin</string>
7 <key>get-task-allow</key>7 <key>get-task-allow</key>
8 <false/>8 <false/>
9 <key>keychain-access-groups</key>9 <key>keychain-access-groups</key>
10 <array>10 <array>
11 <string>ABC1234DEF.com.ubuntu.one</string>11 <string>UD653J2ZMP.com.ubuntu.one</string>
12 </array>12 </array>
13</dict>13</dict>
14</plist>14</plist>
1515
=== added file 'contacts/iPhoneApp/Icon.png'
16Binary files contacts/iPhoneApp/Icon.png 1970-01-01 00:00:00 +0000 and contacts/iPhoneApp/Icon.png 2010-09-14 21:46:19 +0000 differ16Binary files contacts/iPhoneApp/Icon.png 1970-01-01 00:00:00 +0000 and contacts/iPhoneApp/Icon.png 2010-09-14 21:46:19 +0000 differ
=== added file 'contacts/iPhoneApp/Icon@2x.png'
17Binary files contacts/iPhoneApp/Icon@2x.png 1970-01-01 00:00:00 +0000 and contacts/iPhoneApp/Icon@2x.png 2010-09-14 21:46:19 +0000 differ17Binary files contacts/iPhoneApp/Icon@2x.png 1970-01-01 00:00:00 +0000 and contacts/iPhoneApp/Icon@2x.png 2010-09-14 21:46:19 +0000 differ
=== modified file 'contacts/iPhoneApp/UI/icons/logoImage.png'
18Binary files contacts/iPhoneApp/UI/icons/logoImage.png 2010-08-04 19:37:25 +0000 and contacts/iPhoneApp/UI/icons/logoImage.png 2010-09-14 21:46:19 +0000 differ18Binary files contacts/iPhoneApp/UI/icons/logoImage.png 2010-08-04 19:37:25 +0000 and contacts/iPhoneApp/UI/icons/logoImage.png 2010-09-14 21:46:19 +0000 differ
=== added file 'contacts/iPhoneApp/UI/icons/logoImage@2x.png'
19Binary files contacts/iPhoneApp/UI/icons/logoImage@2x.png 1970-01-01 00:00:00 +0000 and contacts/iPhoneApp/UI/icons/logoImage@2x.png 2010-09-14 21:46:19 +0000 differ19Binary files contacts/iPhoneApp/UI/icons/logoImage@2x.png 1970-01-01 00:00:00 +0000 and contacts/iPhoneApp/UI/icons/logoImage@2x.png 2010-09-14 21:46:19 +0000 differ
=== modified file 'contacts/iPhoneApp/funambolAppStore.xcodeproj/project.pbxproj'
--- contacts/iPhoneApp/funambolAppStore.xcodeproj/project.pbxproj 2010-09-08 20:24:21 +0000
+++ contacts/iPhoneApp/funambolAppStore.xcodeproj/project.pbxproj 2010-09-14 21:46:19 +0000
@@ -23,10 +23,12 @@
23 7C9F59500DAF67B9007E0091 /* stringUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C9F594F0DAF67B9007E0091 /* stringUtils.cpp */; };23 7C9F59500DAF67B9007E0091 /* stringUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C9F594F0DAF67B9007E0091 /* stringUtils.cpp */; };
24 7C9F59620DAF683B007E0091 /* AddressBookSyncSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C9F59610DAF683B007E0091 /* AddressBookSyncSource.cpp */; };24 7C9F59620DAF683B007E0091 /* AddressBookSyncSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C9F59610DAF683B007E0091 /* AddressBookSyncSource.cpp */; };
25 9173D56212318DE2004CEDB9 /* URLQueryStringParser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9173D56112318DE2004CEDB9 /* URLQueryStringParser.mm */; };25 9173D56212318DE2004CEDB9 /* URLQueryStringParser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9173D56112318DE2004CEDB9 /* URLQueryStringParser.mm */; };
26 91B441F9123FF86900658AF4 /* logoImage.png in Resources */ = {isa = PBXBuildFile; fileRef = 91B441F7123FF86900658AF4 /* logoImage.png */; };
27 91B441FA123FF86900658AF4 /* logoImage@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 91B441F8123FF86900658AF4 /* logoImage@2x.png */; };
28 91B4424D1240045C00658AF4 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 91B4424B1240045C00658AF4 /* Icon.png */; };
29 91B4424E1240045C00658AF4 /* Icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 91B4424C1240045C00658AF4 /* Icon@2x.png */; };
26 930D5A6A11F9FB8800DD6D06 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 930D5A6611F9FB8800DD6D06 /* Default.png */; };30 930D5A6A11F9FB8800DD6D06 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 930D5A6611F9FB8800DD6D06 /* Default.png */; };
27 930D5A6B11F9FB8800DD6D06 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 930D5A6711F9FB8800DD6D06 /* Default@2x.png */; };31 930D5A6B11F9FB8800DD6D06 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 930D5A6711F9FB8800DD6D06 /* Default@2x.png */; };
28 930D5A6C11F9FB8800DD6D06 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 930D5A6811F9FB8800DD6D06 /* Icon.png */; };
29 930D5A6D11F9FB8800DD6D06 /* Icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 930D5A6911F9FB8800DD6D06 /* Icon@2x.png */; };
30 935FCDDB12377B5300B5DF9B /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 935FCDDA12377B5300B5DF9B /* Security.framework */; };32 935FCDDB12377B5300B5DF9B /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 935FCDDA12377B5300B5DF9B /* Security.framework */; };
31 935FCDE512377BAC00B5DF9B /* SFHFKeychainUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 935FCDE412377BAC00B5DF9B /* SFHFKeychainUtils.m */; };33 935FCDE512377BAC00B5DF9B /* SFHFKeychainUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 935FCDE412377BAC00B5DF9B /* SFHFKeychainUtils.m */; };
32 935FCDFB12377C8B00B5DF9B /* Entitlements.plist in Resources */ = {isa = PBXBuildFile; fileRef = 935FCDFA12377C8B00B5DF9B /* Entitlements.plist */; };34 935FCDFB12377C8B00B5DF9B /* Entitlements.plist in Resources */ = {isa = PBXBuildFile; fileRef = 935FCDFA12377C8B00B5DF9B /* Entitlements.plist */; };
@@ -69,7 +71,6 @@
69 AB33AAA00E5AE0460098F0A2 /* icon_sync_154x154_frame14.png in Resources */ = {isa = PBXBuildFile; fileRef = AB33AA900E5AE0460098F0A2 /* icon_sync_154x154_frame14.png */; };71 AB33AAA00E5AE0460098F0A2 /* icon_sync_154x154_frame14.png in Resources */ = {isa = PBXBuildFile; fileRef = AB33AA900E5AE0460098F0A2 /* icon_sync_154x154_frame14.png */; };
70 AB33AAA10E5AE0460098F0A2 /* icon_sync_154x154_frame15.png in Resources */ = {isa = PBXBuildFile; fileRef = AB33AA910E5AE0460098F0A2 /* icon_sync_154x154_frame15.png */; };72 AB33AAA10E5AE0460098F0A2 /* icon_sync_154x154_frame15.png in Resources */ = {isa = PBXBuildFile; fileRef = AB33AA910E5AE0460098F0A2 /* icon_sync_154x154_frame15.png */; };
71 AB3E86550E08090F00581A6C /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AB3E86540E08090F00581A6C /* SystemConfiguration.framework */; };73 AB3E86550E08090F00581A6C /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AB3E86540E08090F00581A6C /* SystemConfiguration.framework */; };
72 AB7C7D050DEC07A100F46ECA /* logoImage.png in Resources */ = {isa = PBXBuildFile; fileRef = AB7C7D040DEC07A100F46ECA /* logoImage.png */; };
73 AB8B508B0DE4384F005B47E4 /* apple-touch-icon.png in Resources */ = {isa = PBXBuildFile; fileRef = AB8B508A0DE4384F005B47E4 /* apple-touch-icon.png */; };74 AB8B508B0DE4384F005B47E4 /* apple-touch-icon.png in Resources */ = {isa = PBXBuildFile; fileRef = AB8B508A0DE4384F005B47E4 /* apple-touch-icon.png */; };
74 AB926BE60DBCF087008E5FC6 /* AboutView.mm in Sources */ = {isa = PBXBuildFile; fileRef = AB926BE50DBCF087008E5FC6 /* AboutView.mm */; };75 AB926BE60DBCF087008E5FC6 /* AboutView.mm in Sources */ = {isa = PBXBuildFile; fileRef = AB926BE50DBCF087008E5FC6 /* AboutView.mm */; };
75 ABAEC2FC11DB5AD100A9D30F /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ABAEC2FB11DB5AD100A9D30F /* CFNetwork.framework */; };76 ABAEC2FC11DB5AD100A9D30F /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ABAEC2FB11DB5AD100A9D30F /* CFNetwork.framework */; };
@@ -130,7 +131,7 @@
130/* End PBXContainerItemProxy section */131/* End PBXContainerItemProxy section */
131132
132/* Begin PBXFileReference section */133/* Begin PBXFileReference section */
133 1D6058910D05DD3D006BFB54 /* Funambol.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Funambol.app; sourceTree = BUILT_PRODUCTS_DIR; };134 1D6058910D05DD3D006BFB54 /* funambol.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = funambol.app; sourceTree = BUILT_PRODUCTS_DIR; };
134 7C7647BA0DB361EE00786883 /* main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = main.h; sourceTree = "<group>"; };135 7C7647BA0DB361EE00786883 /* main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = main.h; sourceTree = "<group>"; };
135 7C7647BB0DB361F500786883 /* main.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = main.mm; sourceTree = "<group>"; };136 7C7647BB0DB361F500786883 /* main.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = main.mm; sourceTree = "<group>"; };
136 7C849D1F0DB6371200AE7A7D /* iPhoneDefaultConfigFactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iPhoneDefaultConfigFactory.h; sourceTree = "<group>"; };137 7C849D1F0DB6371200AE7A7D /* iPhoneDefaultConfigFactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iPhoneDefaultConfigFactory.h; sourceTree = "<group>"; };
@@ -160,10 +161,12 @@
160 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };161 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
161 9173D4DF123019CC004CEDB9 /* URLQueryStringParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = URLQueryStringParser.h; sourceTree = "<group>"; };162 9173D4DF123019CC004CEDB9 /* URLQueryStringParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = URLQueryStringParser.h; sourceTree = "<group>"; };
162 9173D56112318DE2004CEDB9 /* URLQueryStringParser.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = URLQueryStringParser.mm; sourceTree = "<group>"; };163 9173D56112318DE2004CEDB9 /* URLQueryStringParser.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = URLQueryStringParser.mm; sourceTree = "<group>"; };
164 91B441F7123FF86900658AF4 /* logoImage.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = logoImage.png; sourceTree = "<group>"; };
165 91B441F8123FF86900658AF4 /* logoImage@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "logoImage@2x.png"; sourceTree = "<group>"; };
166 91B4424B1240045C00658AF4 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; };
167 91B4424C1240045C00658AF4 /* Icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon@2x.png"; sourceTree = "<group>"; };
163 930D5A6611F9FB8800DD6D06 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };168 930D5A6611F9FB8800DD6D06 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
164 930D5A6711F9FB8800DD6D06 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };169 930D5A6711F9FB8800DD6D06 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
165 930D5A6811F9FB8800DD6D06 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; };
166 930D5A6911F9FB8800DD6D06 /* Icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon@2x.png"; sourceTree = "<group>"; };
167 935FCDDA12377B5300B5DF9B /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };170 935FCDDA12377B5300B5DF9B /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
168 935FCDE312377BA500B5DF9B /* SFHFKeychainUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SFHFKeychainUtils.h; sourceTree = "<group>"; };171 935FCDE312377BA500B5DF9B /* SFHFKeychainUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SFHFKeychainUtils.h; sourceTree = "<group>"; };
169 935FCDE412377BAC00B5DF9B /* SFHFKeychainUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SFHFKeychainUtils.m; sourceTree = "<group>"; };172 935FCDE412377BAC00B5DF9B /* SFHFKeychainUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SFHFKeychainUtils.m; sourceTree = "<group>"; };
@@ -210,7 +213,6 @@
210 AB33AA900E5AE0460098F0A2 /* icon_sync_154x154_frame14.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = icon_sync_154x154_frame14.png; sourceTree = "<group>"; };213 AB33AA900E5AE0460098F0A2 /* icon_sync_154x154_frame14.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = icon_sync_154x154_frame14.png; sourceTree = "<group>"; };
211 AB33AA910E5AE0460098F0A2 /* icon_sync_154x154_frame15.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = icon_sync_154x154_frame15.png; sourceTree = "<group>"; };214 AB33AA910E5AE0460098F0A2 /* icon_sync_154x154_frame15.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = icon_sync_154x154_frame15.png; sourceTree = "<group>"; };
212 AB3E86540E08090F00581A6C /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };215 AB3E86540E08090F00581A6C /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
213 AB7C7D040DEC07A100F46ECA /* logoImage.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = logoImage.png; sourceTree = "<group>"; };
214 AB8B508A0DE4384F005B47E4 /* apple-touch-icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "apple-touch-icon.png"; sourceTree = "<group>"; };216 AB8B508A0DE4384F005B47E4 /* apple-touch-icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "apple-touch-icon.png"; sourceTree = "<group>"; };
215 AB926BE40DBCF07B008E5FC6 /* AboutView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AboutView.h; sourceTree = "<group>"; };217 AB926BE40DBCF07B008E5FC6 /* AboutView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AboutView.h; sourceTree = "<group>"; };
216 AB926BE50DBCF087008E5FC6 /* AboutView.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = AboutView.mm; sourceTree = "<group>"; };218 AB926BE50DBCF087008E5FC6 /* AboutView.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = AboutView.mm; sourceTree = "<group>"; };
@@ -272,7 +274,7 @@
272 19C28FACFE9D520D11CA2CBB /* Products */ = {274 19C28FACFE9D520D11CA2CBB /* Products */ = {
273 isa = PBXGroup;275 isa = PBXGroup;
274 children = (276 children = (
275 1D6058910D05DD3D006BFB54 /* Funambol.app */,277 1D6058910D05DD3D006BFB54 /* funambol.app */,
276 );278 );
277 name = Products;279 name = Products;
278 sourceTree = "<group>";280 sourceTree = "<group>";
@@ -295,11 +297,11 @@
295 29B97317FDCFA39411CA2CEA /* Resources */ = {297 29B97317FDCFA39411CA2CEA /* Resources */ = {
296 isa = PBXGroup;298 isa = PBXGroup;
297 children = (299 children = (
300 91B4424B1240045C00658AF4 /* Icon.png */,
301 91B4424C1240045C00658AF4 /* Icon@2x.png */,
298 935FCDFA12377C8B00B5DF9B /* Entitlements.plist */,302 935FCDFA12377C8B00B5DF9B /* Entitlements.plist */,
299 930D5A6611F9FB8800DD6D06 /* Default.png */,303 930D5A6611F9FB8800DD6D06 /* Default.png */,
300 930D5A6711F9FB8800DD6D06 /* Default@2x.png */,304 930D5A6711F9FB8800DD6D06 /* Default@2x.png */,
301 930D5A6811F9FB8800DD6D06 /* Icon.png */,
302 930D5A6911F9FB8800DD6D06 /* Icon@2x.png */,
303 ABA164000D9178CF0033F591 /* icons */,305 ABA164000D9178CF0033F591 /* icons */,
304 8D1107310486CEB800E47090 /* Info.plist */,306 8D1107310486CEB800E47090 /* Info.plist */,
305 );307 );
@@ -386,6 +388,8 @@
386 7C9F57AE0DAF5C50007E0091 /* icons */ = {388 7C9F57AE0DAF5C50007E0091 /* icons */ = {
387 isa = PBXGroup;389 isa = PBXGroup;
388 children = (390 children = (
391 91B441F7123FF86900658AF4 /* logoImage.png */,
392 91B441F8123FF86900658AF4 /* logoImage@2x.png */,
389 93F312B71212AA1700B6FF0D /* u1_sync_button.png */,393 93F312B71212AA1700B6FF0D /* u1_sync_button.png */,
390 93F312B81212AA1700B6FF0D /* u1_sync_button@2x.png */,394 93F312B81212AA1700B6FF0D /* u1_sync_button@2x.png */,
391 93F312941212A61E00B6FF0D /* bg_pattern.png */,395 93F312941212A61E00B6FF0D /* bg_pattern.png */,
@@ -427,7 +431,6 @@
427 ABC5F1D00E24AFF400119787 /* button_onclick.png */,431 ABC5F1D00E24AFF400119787 /* button_onclick.png */,
428 ABC5F1D10E24AFF400119787 /* button_syncing.png */,432 ABC5F1D10E24AFF400119787 /* button_syncing.png */,
429 ABB027A20DF807D600CC4ECD /* icon_cleanup_small.png */,433 ABB027A20DF807D600CC4ECD /* icon_cleanup_small.png */,
430 AB7C7D040DEC07A100F46ECA /* logoImage.png */,
431 AB8B508A0DE4384F005B47E4 /* apple-touch-icon.png */,434 AB8B508A0DE4384F005B47E4 /* apple-touch-icon.png */,
432 ABD7A22A0DD0B95900E97F54 /* poweredby.png */,435 ABD7A22A0DD0B95900E97F54 /* poweredby.png */,
433 7C9F57B30DAF5C50007E0091 /* Default.png */,436 7C9F57B30DAF5C50007E0091 /* Default.png */,
@@ -544,7 +547,7 @@
544 );547 );
545 name = funambol;548 name = funambol;
546 productName = funambol;549 productName = funambol;
547 productReference = 1D6058910D05DD3D006BFB54 /* Funambol.app */;550 productReference = 1D6058910D05DD3D006BFB54 /* funambol.app */;
548 productType = "com.apple.product-type.application";551 productType = "com.apple.product-type.application";
549 };552 };
550/* End PBXNativeTarget section */553/* End PBXNativeTarget section */
@@ -628,7 +631,6 @@
628 7C9F58120DAF5C50007E0091 /* worksettings.png in Resources */,631 7C9F58120DAF5C50007E0091 /* worksettings.png in Resources */,
629 ABD7A22B0DD0B95900E97F54 /* poweredby.png in Resources */,632 ABD7A22B0DD0B95900E97F54 /* poweredby.png in Resources */,
630 AB8B508B0DE4384F005B47E4 /* apple-touch-icon.png in Resources */,633 AB8B508B0DE4384F005B47E4 /* apple-touch-icon.png in Resources */,
631 AB7C7D050DEC07A100F46ECA /* logoImage.png in Resources */,
632 ABB027A30DF807D600CC4ECD /* icon_cleanup_small.png in Resources */,634 ABB027A30DF807D600CC4ECD /* icon_cleanup_small.png in Resources */,
633 ABC5F1D20E24AFF400119787 /* button_default.png in Resources */,635 ABC5F1D20E24AFF400119787 /* button_default.png in Resources */,
634 ABC5F1D30E24AFF400119787 /* button_onclick.png in Resources */,636 ABC5F1D30E24AFF400119787 /* button_onclick.png in Resources */,
@@ -652,8 +654,6 @@
652 ABBF2921104BCE15004A9F09 /* Localizable.strings in Resources */,654 ABBF2921104BCE15004A9F09 /* Localizable.strings in Resources */,
653 930D5A6A11F9FB8800DD6D06 /* Default.png in Resources */,655 930D5A6A11F9FB8800DD6D06 /* Default.png in Resources */,
654 930D5A6B11F9FB8800DD6D06 /* Default@2x.png in Resources */,656 930D5A6B11F9FB8800DD6D06 /* Default@2x.png in Resources */,
655 930D5A6C11F9FB8800DD6D06 /* Icon.png in Resources */,
656 930D5A6D11F9FB8800DD6D06 /* Icon@2x.png in Resources */,
657 93F311DF1212811300B6FF0D /* icon_sync_154x154_frame01@2x.png in Resources */,657 93F311DF1212811300B6FF0D /* icon_sync_154x154_frame01@2x.png in Resources */,
658 93F311E01212811300B6FF0D /* icon_sync_154x154_frame02@2x.png in Resources */,658 93F311E01212811300B6FF0D /* icon_sync_154x154_frame02@2x.png in Resources */,
659 93F311E11212811300B6FF0D /* icon_sync_154x154_frame03@2x.png in Resources */,659 93F311E11212811300B6FF0D /* icon_sync_154x154_frame03@2x.png in Resources */,
@@ -676,6 +676,10 @@
676 93F312B91212AA1700B6FF0D /* u1_sync_button.png in Resources */,676 93F312B91212AA1700B6FF0D /* u1_sync_button.png in Resources */,
677 93F312BA1212AA1700B6FF0D /* u1_sync_button@2x.png in Resources */,677 93F312BA1212AA1700B6FF0D /* u1_sync_button@2x.png in Resources */,
678 935FCDFB12377C8B00B5DF9B /* Entitlements.plist in Resources */,678 935FCDFB12377C8B00B5DF9B /* Entitlements.plist in Resources */,
679 91B441F9123FF86900658AF4 /* logoImage.png in Resources */,
680 91B441FA123FF86900658AF4 /* logoImage@2x.png in Resources */,
681 91B4424D1240045C00658AF4 /* Icon.png in Resources */,
682 91B4424E1240045C00658AF4 /* Icon@2x.png in Resources */,
679 );683 );
680 runOnlyForDeploymentPostprocessing = 0;684 runOnlyForDeploymentPostprocessing = 0;
681 };685 };
@@ -985,7 +989,8 @@
985 isa = XCBuildConfiguration;989 isa = XCBuildConfiguration;
986 buildSettings = {990 buildSettings = {
987 ALWAYS_SEARCH_USER_PATHS = NO;991 ALWAYS_SEARCH_USER_PATHS = NO;
988 CODE_SIGN_ENTITLEMENTS = dist.plist;992 CODE_SIGN_ENTITLEMENTS = Entitlements.plist;
993 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Canonical Group Limited";
989 COPY_PHASE_STRIP = YES;994 COPY_PHASE_STRIP = YES;
990 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";995 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
991 FRAMEWORK_SEARCH_PATHS = "";996 FRAMEWORK_SEARCH_PATHS = "";
@@ -1022,6 +1027,7 @@
1022 );1027 );
1023 PREBINDING = NO;1028 PREBINDING = NO;
1024 PRODUCT_NAME = funambol;1029 PRODUCT_NAME = funambol;
1030 "PROVISIONING_PROFILE[sdk=iphoneos*]" = "615208E5-416A-4637-A746-45FB06299017";
1025 SDKROOT = iphoneos4.1;1031 SDKROOT = iphoneos4.1;
1026 TARGETED_DEVICE_FAMILY = 1;1032 TARGETED_DEVICE_FAMILY = 1;
1027 WRAPPER_EXTENSION = app;1033 WRAPPER_EXTENSION = app;
10281034
=== removed file 'contacts/iPhoneApp/icon.png'
1029Binary files contacts/iPhoneApp/icon.png 2010-08-24 20:32:41 +0000 and contacts/iPhoneApp/icon.png 1970-01-01 00:00:00 +0000 differ1035Binary files contacts/iPhoneApp/icon.png 2010-08-24 20:32:41 +0000 and contacts/iPhoneApp/icon.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'contacts/iPhoneApp/icon@2x.png'
1030Binary files contacts/iPhoneApp/icon@2x.png 2010-08-24 20:32:41 +0000 and contacts/iPhoneApp/icon@2x.png 1970-01-01 00:00:00 +0000 differ1036Binary files contacts/iPhoneApp/icon@2x.png 2010-08-24 20:32:41 +0000 and contacts/iPhoneApp/icon@2x.png 1970-01-01 00:00:00 +0000 differ

Subscribers

People subscribed via source and target branches

to all changes: