diff --git a/.circleci/config.yml b/.circleci/config.yml index 8abc83f..e998d71 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,7 +30,7 @@ jobs: - run: name: 📦 Install carthage command: | - brew outdated carthage || brew upgrade carthage + brew upgrade carthage - run: name: 🏗 Build Frameworks command: sh build.sh diff --git a/HyperionCore/HyperionCore.xcodeproj/project.pbxproj b/HyperionCore/HyperionCore.xcodeproj/project.pbxproj index 041527f..be74fe3 100644 --- a/HyperionCore/HyperionCore.xcodeproj/project.pbxproj +++ b/HyperionCore/HyperionCore.xcodeproj/project.pbxproj @@ -310,6 +310,7 @@ 9D2744B1263CA53F00704ADA /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = CHANGELOG.md; path = ../CHANGELOG.md; sourceTree = ""; }; 9D2744B2263CA53F00704ADA /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = ""; }; 9D2744B3263CA85A00704ADA /* build.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; name = build.sh; path = ../build.sh; sourceTree = ""; }; + 9D2744B4263CAC2A00704ADA /* config.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; name = config.yml; path = ../.circleci/config.yml; sourceTree = ""; }; 9DDEB7D61FD78CF8002FC061 /* linkButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = linkButton.png; sourceTree = ""; }; 9DDEB7D71FD78CF8002FC061 /* linkButton@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "linkButton@2x.png"; sourceTree = ""; }; /* End PBXFileReference section */ @@ -513,6 +514,7 @@ 9D2744B1263CA53F00704ADA /* CHANGELOG.md */, 9D2744B2263CA53F00704ADA /* README.md */, 9D2744B3263CA85A00704ADA /* build.sh */, + 9D2744B4263CAC2A00704ADA /* config.yml */, 498E34761EFA0C8000A0BC4E /* HyperionCore */, 494A74D91F278EB9003F89F7 /* SlowAnimations */, 320E5D6B1F27988500C42FC0 /* Measurements */,