lol

titaniumenv: remove obsolete iosWwdrCertificate parameter

+2 -2
+2 -2
pkgs/development/mobile/titaniumenv/examples/default.nix
··· 4 4 , xcodeBaseDir ? "/Applications/Xcode.app" 5 5 , tiVersion ? "5.1.1.GA" 6 6 , rename ? false 7 - , newBundleId ? "com.example.kitchensink", iosMobileProvisioningProfile ? null, iosCertificate ? null, iosCertificateName ? "Example", iosCertificatePassword ? "", iosVersion ? "9.2", iosWwdrCertificate ? null 7 + , newBundleId ? "com.example.kitchensink", iosMobileProvisioningProfile ? null, iosCertificate ? null, iosCertificateName ? "Example", iosCertificatePassword ? "", iosVersion ? "9.2" 8 8 , allowUnfree ? false 9 9 , enableWirelessDistribution ? false, installURL ? null 10 10 }: ··· 84 84 inherit tiVersion; 85 85 release = true; 86 86 rename = true; 87 - inherit newBundleId iosMobileProvisioningProfile iosCertificate iosCertificateName iosCertificatePassword iosVersion iosWwdrCertificate; 87 + inherit newBundleId iosMobileProvisioningProfile iosCertificate iosCertificateName iosCertificatePassword iosVersion; 88 88 inherit enableWirelessDistribution installURL; 89 89 }; 90 90 }