Watch apps for SDK version > 2.0 do not contain a second stub app
Created by: rmaz
For mysterious reasons, watch apps have 2 copies of the watch stub app inside the bundle. The existing code gates copying this in based on the version number, explicitly checking for OS2.0. The version check is redundant, we should always copy in the stub app regardless of version.