Skip to content

Commit

Permalink
fix build src target
Browse files Browse the repository at this point in the history
  • Loading branch information
nickvelloff committed Jun 21, 2016
1 parent 4f89cb5 commit 9150643
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GridSwiftLogo.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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" => "[email protected]" }
s.social_media_url = "https://twitter.com/nickvelloff"
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 9150643

Please sign in to comment.