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" \