-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathMakefile
More file actions
30 lines (22 loc) · 956 Bytes
/
Copy pathMakefile
File metadata and controls
30 lines (22 loc) · 956 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
CarthageBootstrap := carthage bootstrap --no-use-binaries --cache-builds --platform macos,ios
TargetDeviceId := 4438efa233b40a9550b802972fdc1245484435d5
bootstrap:
cd NEKit && $(CarthageBootstrap)
$(CarthageBootstrap)
pod install
openCrashDir.mac:
open ~/Library/Logs/DiagnosticReports/
openLogDir.mac.release:
open ~/"Library/Group Containers/group.com.simpzan.Escalade.macOS/Logs"
openLogDir.mac.debug:
open ~/"Library/Group Containers/group.com.simpzan.DevEscalade.macOS/Logs"
testOnly.ios:
xcodebuild test-without-building -xctestrun iphone.testonly.xctestrun -destination 'id=$(TargetDeviceId)'
test.ios:
xcodebuild test -workspace Escalade.xcworkspace -scheme Escalade-iOS -destination 'id=$(TargetDeviceId)'
testOnly.mac:
xcodebuild test-without-building -workspace Escalade.xcworkspace -scheme Escalade-macOS
test.mac:
xcodebuild test -workspace Escalade.xcworkspace -scheme Escalade-macOS
devices:
instruments -s devices