Skip to content

Commit 5885bb1

Browse files
author
Nicholas St. Germain
committed
update bash build script and add mac gitignore file
1 parent 335f58e commit 5885bb1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.vsconfig
2+
.DS_Store
23

34
# Visual Studio 2015 user specific files
45
.vs/
@@ -86,4 +87,4 @@ Plugins/*/Intermediate/*
8687
DerivedDataCache/*
8788

8889
# ignore ue4cli dist folder
89-
dist/
90+
dist/

Scripts/build-plugin.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#!/bin/sh
1+
#!/bin/sh
22
ue4 package -NoHostPlatform -TargetPlatforms=IOS+Mac+TVOS+VisionOS

0 commit comments

Comments
 (0)