Skip to content

Commit d7d8d70

Browse files
Add code signing (thanks @juliand665!)
1 parent ccb467c commit d7d8d70

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
- Open MacSplit
44
- Enter your admin password (MacSplit needs the admin password to read Celeste's game memory
5-
- Open Celeste *but don't open any maps*
6-
- Click "Connect" in
5+
- Go to [LiveSplit One](https://one.livesplit.org/)
6+
- Open Celeste *after* MacSplit
7+
78

89
# Splits JSON
910

SwiftSplit.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,10 @@
383383
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
384384
CLANG_ENABLE_MODULES = YES;
385385
CODE_SIGN_ENTITLEMENTS = SwiftSplit/SwiftSplit.entitlements;
386+
CODE_SIGN_IDENTITY = "Apple Development";
386387
CODE_SIGN_STYLE = Automatic;
387388
COMBINE_HIDPI_IMAGES = YES;
389+
DEVELOPMENT_TEAM = V2EPDFA9PV;
388390
INFOPLIST_FILE = SwiftSplit/Info.plist;
389391
LD_RUNPATH_SEARCH_PATHS = (
390392
"$(inherited)",
@@ -405,8 +407,10 @@
405407
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
406408
CLANG_ENABLE_MODULES = YES;
407409
CODE_SIGN_ENTITLEMENTS = SwiftSplit/SwiftSplit.entitlements;
410+
CODE_SIGN_IDENTITY = "Apple Development";
408411
CODE_SIGN_STYLE = Automatic;
409412
COMBINE_HIDPI_IMAGES = YES;
413+
DEVELOPMENT_TEAM = V2EPDFA9PV;
410414
INFOPLIST_FILE = SwiftSplit/Info.plist;
411415
LD_RUNPATH_SEARCH_PATHS = (
412416
"$(inherited)",

SwiftSplit/Base.lproj/Main.storyboard

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@
826826
<subviews>
827827
<textField verticalHuggingPriority="749" translatesAutoresizingMaskIntoConstraints="NO" id="bgP-D0-Ncl">
828828
<rect key="frame" x="18" y="20" width="149" height="85"/>
829-
<textFieldCell key="cell" lineBreakMode="clipping" id="cQJ-54-6pA">
829+
<textFieldCell key="cell" lineBreakMode="clipping" selectable="YES" id="cQJ-54-6pA">
830830
<font key="font" size="12" name="Courier"/>
831831
<string key="title">0
832832
0

0 commit comments

Comments
 (0)