-// If horizon is off, OCTAGON should be ON
-OCTAGON_ON_IOS_HORIZON_0 = 1
-OCTAGON_ON_IOS_HORIZON_ = 0
+// SecureObject Sync should only be on on iOS and macOS, but until we have octagon, its on on watch and TV
+SECUREOBJECTSYNC_ON[sdk=iphone*] = 1
+SECUREOBJECTSYNC_ON[sdk=bridgeos*] = 1
+SECUREOBJECTSYNC_ON[sdk=watch*] = 1
+SECUREOBJECTSYNC_ON[sdk=appletv*] = 1
+SECUREOBJECTSYNC_ON[sdk=macos*] = 1