We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7d8d70 commit d40e316Copy full SHA for d40e316
Bootstrapping/SwiftSplit Celeste.app/Contents/Info.plist
@@ -0,0 +1,8 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+<plist version="1.0">
4
+<dict>
5
+ <key>CFBundleExecutable</key>
6
+ <string>bootstrapper.sh</string>
7
+</dict>
8
+</plist>
Bootstrapping/SwiftSplit Celeste.app/Contents/MacOS/bootstrapper.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+SWIFT_SPLIT_PATH="${0%/*/*}/Resources/SwiftSplit.app/Contents/MacOS/SwiftSplit"
+BOOTSTRAP_SCRIPT="do shell script \"'$SWIFT_SPLIT_PATH'\" with prompt \"SwiftSplit wants to read process memory.\" with administrator privileges"
+osascript -e "$BOOTSTRAP_SCRIPT" &
0 commit comments