Skip to content

Commit 1b04ce4

Browse files
committed
refactor: remove xcode dependency
1 parent 55db124 commit 1b04ce4

32 files changed

Lines changed: 66 additions & 387 deletions

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.build/
2+
.swiftpm/
13
build/
24
deploy/
35
xcshareddata/

Chai/Info.plist renamed to Bundle/Info.plist

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,17 @@
55
<key>CFBundleDevelopmentRegion</key>
66
<string>en</string>
77
<key>CFBundleExecutable</key>
8-
<string>$(EXECUTABLE_NAME)</string>
8+
<string>Chai</string>
99
<key>CFBundleIconFile</key>
10-
<string></string>
10+
<string>AppIcon</string>
11+
<key>CFBundleIconName</key>
12+
<string>AppIcon</string>
1113
<key>CFBundleIdentifier</key>
12-
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
14+
<string>me.villani.lorenzo.Chai</string>
1315
<key>CFBundleInfoDictionaryVersion</key>
1416
<string>6.0</string>
1517
<key>CFBundleName</key>
16-
<string>$(PRODUCT_NAME)</string>
18+
<string>Chai</string>
1719
<key>CFBundlePackageType</key>
1820
<string>APPL</string>
1921
<key>CFBundleShortVersionString</key>
@@ -25,7 +27,7 @@
2527
<key>LSApplicationCategoryType</key>
2628
<string>public.app-category.utilities</string>
2729
<key>LSMinimumSystemVersion</key>
28-
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
30+
<string>14.0</string>
2931
<key>LSUIElement</key>
3032
<true/>
3133
<key>NSHumanReadableCopyright</key>

0 commit comments

Comments
 (0)