File tree Expand file tree Collapse file tree
HyperionCore/HyperionCore.xcodeproj Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 */
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 */,
Original file line number Diff line number Diff line change 11rm -rf output
22mkdir 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 .)
You can’t perform that action at this time.
0 commit comments