From 91506433185f6c8997c2f2ef3d12e22464e1a072 Mon Sep 17 00:00:00 2001 From: Nick Velloff Date: Tue, 21 Jun 2016 13:18:40 -0700 Subject: [PATCH] fix build src target --- GridSwiftLogo.podspec | 2 +- scripts/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GridSwiftLogo.podspec b/GridSwiftLogo.podspec index b3c5f8d..687a8c2 100644 --- a/GridSwiftLogo.podspec +++ b/GridSwiftLogo.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = "GridSwiftLogo" s.version = "3.0.5" s.summary = "An animated Grid Logo helper." - s.homepage = "https://github.com/the-grid/GridAPISwiftClient" + s.homepage = "https://github.com/the-grid/GridSwiftLogo" s.license = { :type => "MIT" } s.author = { "Nick Velloff" => "nick.velloff@gmail.com" } s.social_media_url = "https://twitter.com/nickvelloff" diff --git a/scripts/build.sh b/scripts/build.sh index e5d324d..5407dfe 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -28,7 +28,7 @@ if [ "$MODE" = "main" ]; then echo "Verifying iOS main project build." set -o pipefail && xcodebuild \ - -workspace "GridLogo.xcworkspace" \ + -workspace "GridLogo.xcodeproj" \ -scheme "GridLogo" \ -sdk "$SDK" \ -destination "$PLATFORM" \