1{{#> layout }}
2
3<div class="bg-white">
4 <div class="container mx-auto py-12 px-8 md:px-12">
5 <h1 class="text-4xl font-black font-display mb-8">Bypassing code signing restrictions</h1>
6 <div class="lg:flex lg:flex-row items-start">
7 <div class="prose xl:prose-xl lg:mr-12">
8 <p>
9 We haven't yet applied to Apple for the required certificate to sign our application bundle, which
10 means there's a small speed bump when you run our app.
11 </p>
12 <p>
13 Instead of double-clicking the app, right click it and choose Open.
14 </p>
15 <p>
16 You need to attempt open the app <b>twice</b>. On the second attempt, you should see the option
17 to open the application anyway in the dialog.
18 </p>
19 </div>
20 <img class="float-1 lg:w-1/3 object-contain mt-8 lg:mt-0" alt="Screen Shot 2021-06-02 at 2 38 12 PM"
21 src="https://user-images.githubusercontent.com/1789/120550754-86514480-c3b2-11eb-8995-32f5eea79664.png">
22 <img class="float-1 lg:w-1/3 object-contain -ml-10 lg:ml-0 lg:-mt-10"
23 alt="Screen Shot 2021-06-02 at 2 38 19 PM"
24 src="https://user-images.githubusercontent.com/1789/120550759-88b39e80-c3b2-11eb-88e2-ddfc1b1c7a03.png">
25 </div>
26
27 <h1 class="text-4xl font-black font-display my-8">Key bindings</h1>
28 <div class="prose">
29 <dl>
30 <dt>
31 <pre>cmd-shift-L</pre>
32 </dt>
33 <dd>
34 Split selection into lines
35 </dd>
36 </dl>
37 </div>
38 </div>
39</div>
40
41{{/layout}}