Skip to content

Commit 144f301

Browse files
committed
Fixup xcodebuild
1 parent 426d925 commit 144f301

3 files changed

Lines changed: 47 additions & 2 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
build
12
.DS_Store
3+
*.xcodeproj/xcuserdata
4+
*.xcodeproj/project.xcworkspace

syncthing.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@
326326
C4A415721D0D579D00DC6018 /* Debug */ = {
327327
isa = XCBuildConfiguration;
328328
buildSettings = {
329-
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
330329
COMBINE_HIDPI_IMAGES = YES;
331330
INFOPLIST_FILE = syncthing/Info.plist;
332331
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
@@ -340,7 +339,6 @@
340339
C4A415731D0D579D00DC6018 /* Release */ = {
341340
isa = XCBuildConfiguration;
342341
buildSettings = {
343-
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
344342
COMBINE_HIDPI_IMAGES = YES;
345343
INFOPLIST_FILE = syncthing/Info.plist;
346344
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="10117" systemVersion="15F34" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
3+
<dependencies>
4+
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="10117"/>
5+
</dependencies>
6+
<objects>
7+
<customObject id="-2" userLabel="File's Owner" customClass="NSApplication">
8+
<connections>
9+
<outlet property="delegate" destination="Voe-Tx-rLC" id="GzC-gU-4Uq"/>
10+
</connections>
11+
</customObject>
12+
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
13+
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
14+
<customObject id="Voe-Tx-rLC" customClass="STAppDelegate">
15+
<connections>
16+
<outlet property="Menu" destination="FYW-KQ-yxY" id="plp-7h-Wj2"/>
17+
</connections>
18+
</customObject>
19+
<customObject id="YLy-65-1bz" customClass="NSFontManager"/>
20+
<menu id="FYW-KQ-yxY">
21+
<items>
22+
<menuItem title="Open" id="euz-4I-RQa">
23+
<modifierMask key="keyEquivalentModifierMask"/>
24+
<connections>
25+
<action selector="clickedOpen:" target="Voe-Tx-rLC" id="7Cv-q4-hhD"/>
26+
</connections>
27+
</menuItem>
28+
<menuItem isSeparatorItem="YES" id="t35-2r-DDO"/>
29+
<menuItem title="Preferences" keyEquivalent="," id="lgT-yX-bGZ">
30+
<connections>
31+
<action selector="clickedPreferences:" target="Voe-Tx-rLC" id="nAN-bU-JlB"/>
32+
</connections>
33+
</menuItem>
34+
<menuItem isSeparatorItem="YES" id="ghy-2s-RVl"/>
35+
<menuItem title="Quit" keyEquivalent="q" id="1wN-cb-7w4">
36+
<connections>
37+
<action selector="clickedQuit:" target="Voe-Tx-rLC" id="Y11-Nd-yq9"/>
38+
</connections>
39+
</menuItem>
40+
</items>
41+
<point key="canvasLocation" x="140.5" y="343.5"/>
42+
</menu>
43+
</objects>
44+
</document>

0 commit comments

Comments
 (0)