Skip to content

Commit 5293ee4

Browse files
committed
Fix up carthage build
1 parent 7806da1 commit 5293ee4

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

HyperionCore/HyperionCore.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@
309309
9D2744B0263CA50100704ADA /* HyperioniOS.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; name = HyperioniOS.podspec; path = ../HyperioniOS.podspec; sourceTree = "<group>"; };
310310
9D2744B1263CA53F00704ADA /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = CHANGELOG.md; path = ../CHANGELOG.md; sourceTree = "<group>"; };
311311
9D2744B2263CA53F00704ADA /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
312+
9D2744B3263CA85A00704ADA /* build.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; name = build.sh; path = ../build.sh; sourceTree = "<group>"; };
312313
9DDEB7D61FD78CF8002FC061 /* linkButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = linkButton.png; sourceTree = "<group>"; };
313314
9DDEB7D71FD78CF8002FC061 /* linkButton@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "linkButton@2x.png"; sourceTree = "<group>"; };
314315
/* End PBXFileReference section */
@@ -511,6 +512,7 @@
511512
9D2744B0263CA50100704ADA /* HyperioniOS.podspec */,
512513
9D2744B1263CA53F00704ADA /* CHANGELOG.md */,
513514
9D2744B2263CA53F00704ADA /* README.md */,
515+
9D2744B3263CA85A00704ADA /* build.sh */,
514516
498E34761EFA0C8000A0BC4E /* HyperionCore */,
515517
494A74D91F278EB9003F89F7 /* SlowAnimations */,
516518
320E5D6B1F27988500C42FC0 /* Measurements */,

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
rm -rf output
22
mkdir output
33

4-
carthage build --archive --verbose
4+
carthage build --use-xcframeworks --archive --verbose
55
(cd Carthage/Build && zip -r ../../output/HyperionCore.framework.Plugins.zip .)

0 commit comments

Comments
 (0)