- Delete branches when they are merged in on github
- Go over the once-per-sprint update procedure
- Go over testing environments
- Check everyone has access to LambdaTest and is using it
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Usage from the console: | |
// console.save(myVariable) | |
(function(console){ | |
console.save = function(data, filename){ | |
if(!data) { | |
console.error('Console.save: No data') | |
return; | |
} |
- These command line tools to stramline the process
- The mobile provisioning profile you want to apply
- The certificate used in that process, which has been imported into your Keychain
Add to the body of the page you want to inspect; it redirects js errors to a div attached to the bottom of the window:
<style type="text/css">
#debugWindow {
position:fixed;
display:block;
bottom:0;
left:0;
width:100%;
- Navigate to the project directory:
cd \PhoneGap\com.serco.saynotoolkit
- Compile with
ant blackberry build
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IMAP testing: | |
openssl s_client -connect [service ip address]:993 | |
a1 LOGIN [username] [password] | |
a2 LIST "" "*" | |
a3 EXAMINE INBOX | |
SMTP testing: | |
telnet localhost 25 |
- Create a new directory;
mkdir Apple\ Enterprise
cd Apple\ Enterprise
- Generate a certificate signing request
openssl req -nodes -newkey rsa:2048 -keyout ios_enterprise.key -out CertificateSigningRequest.certSigningRequest