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 0952759 commit 08f91ecCopy full SHA for 08f91ec
1 file changed
action.yml
@@ -0,0 +1,27 @@
1
+name: Love actions for iOS
2
+description: iOS CI/CD for LÖVE based games
3
+branding:
4
+ icon: "heart"
5
+ color: "red"
6
+inputs:
7
+ app-name:
8
+ description: |
9
+ App display name
10
+ Would be used in platform/xcode/ios/love-ios.plist
11
+ required: false
12
+ default: "LÖVE App"
13
+ bundle-id:
14
15
+ App bundle id
16
+ Would be used in platform/xcode/love.xcodeproj/project.pbxproj
17
18
+ default: "org.love2d.ios"
19
+runs:
20
+ using: "composite"
21
+ steps:
22
+ - name: Checkout love
23
+ uses: actions/checkout@v3
24
+ with:
25
+ repository: love2d/love
26
+ ref: c35356c841976eb6f370347b81eec845d5520338
27
+ path: love
0 commit comments