Skip to content

Commit 9a55165

Browse files
committed
dcoc
1 parent e91ce75 commit 9a55165

File tree

5 files changed

+25
-10
lines changed

5 files changed

+25
-10
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "icon_22x22.png",
5+
"idiom" : "universal",
6+
"scale" : "1x"
7+
},
8+
{
9+
"filename" : "icon_44x44.png",
10+
"idiom" : "universal",
11+
"scale" : "2x"
12+
},
13+
{
14+
"filename" : "icon_66x66.png",
15+
"idiom" : "universal",
16+
"scale" : "3x"
17+
}
18+
],
19+
"info" : {
20+
"author" : "xcode",
21+
"version" : 1
22+
}
23+
}
668 Bytes
Loading
1.18 KB
Loading
1.8 KB
Loading

web/index.html

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ <h2>Powerful Features</h2>
490490
<div class="feature-card">
491491
<div class="feature-icon">🎯</div>
492492
<h3>Context Management</h3>
493-
<p>Create, edit, and delete named contexts, each containing apps, documents, browser tabs, and terminal sessions.</p>
493+
<p>Create, edit, and delete named contexts, each containing apps, documents, browser tabs, and shell scripts.</p>
494494
</div>
495495
<div class="feature-card">
496496
<div class="feature-icon"></div>
@@ -530,7 +530,7 @@ <h2>How It Works</h2>
530530
<div class="step">
531531
<div class="step-number">1</div>
532532
<h3>Configure Contexts</h3>
533-
<p>Open the main window and create your work contexts by adding apps, documents, browser tabs, and terminal sessions.</p>
533+
<p>Open the main window and create your work contexts by adding apps, documents, browser tabs, and shell scripts.</p>
534534
</div>
535535
<div class="step">
536536
<div class="step-number">2</div>
@@ -555,14 +555,6 @@ <h2>System Requirements</h2>
555555
<h3>macOS Version</h3>
556556
<p>macOS 15 or later</p>
557557
</div>
558-
<div class="req-item">
559-
<h3>Development</h3>
560-
<p>Xcode 15 or later</p>
561-
</div>
562-
<div class="req-item">
563-
<h3>Swift Version</h3>
564-
<p>Swift 5.9+</p>
565-
</div>
566558
</div>
567559
<p style="color: #6e6e73; margin-top: 40px;">Flitro is designed specifically for macOS and takes full advantage of the platform's native capabilities.</p>
568560
</div>

0 commit comments

Comments
 (0)