#
# old_revision [ae854e507775b3fdae95a26349d47bfe9fc5272e]
#
# patch "SoObjects/SOGo/WORequest+SOGo.m"
#  from [c9949da0a530fd43727bbe60f16fa661991cd414]
#    to [345f2b7e073383096d588d62e43835d6c4331fb7]
#
============================================================
--- SoObjects/SOGo/WORequest+SOGo.m	c9949da0a530fd43727bbe60f16fa661991cd414
+++ SoObjects/SOGo/WORequest+SOGo.m	345f2b7e073383096d588d62e43835d6c4331fb7
@@ -125,7 +125,8 @@
 
 - (BOOL) isIPhone
 {
-  return [self isAppleDAVWithSubstring: @"iPhone/"];
+  return [self isAppleDAVWithSubstring: @"iPhone/"]
+	 || [self isAppleDAVWithSubstring: @"iOS/"];
 }
 
 - (BOOL) isICal
