Skip to content

Commit

Permalink
Revert pod rename
Browse files Browse the repository at this point in the history
  • Loading branch information
frederoni committed Jun 7, 2019
1 parent 06065a7 commit 2265f23
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 133 deletions.
22 changes: 0 additions & 22 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,25 +38,6 @@ jobs:
- checkout
- run: swift build

static-pod-test:
parameters:
xcode:
type: string
macos:
xcode: << parameters.xcode >>
environment:
HOMEBREW_NO_AUTO_UPDATE: 1
steps:
- checkout
- run:
name: CP static obj-c
command: |
cd Tests/PodTests/static
brew install xcodegen
xcodegen generate
pod install
xcodebuild -sdk iphonesimulator -workspace StaticPod.xcworkspace -scheme 'app' clean build | xcpretty
build-job:
parameters:
xcode:
Expand Down Expand Up @@ -138,6 +119,3 @@ workflows:
- spm-job:
name: "SPM_build"
xcode: "10.2.0"
- static-pod-test:
name: "CP_static"
xcode: "10.2.0"
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Pod::Spec.new do |s|
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #

s.requires_arc = true
s.module_name = "MapboxDirections"
//s.module_name = "MapboxDirections"
s.swift_version = "4.0"

s.dependency "Polyline", "~> 4.2"
Expand Down
4 changes: 0 additions & 4 deletions Tests/PodTests/static/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions Tests/PodTests/static/Podfile

This file was deleted.

5 changes: 0 additions & 5 deletions Tests/PodTests/static/Sources/AppDelegate.h

This file was deleted.

13 changes: 0 additions & 13 deletions Tests/PodTests/static/Sources/AppDelegate.m

This file was deleted.

1 change: 0 additions & 1 deletion Tests/PodTests/static/Sources/Empty.swift

This file was deleted.

45 changes: 0 additions & 45 deletions Tests/PodTests/static/Sources/Info.plist

This file was deleted.

4 changes: 0 additions & 4 deletions Tests/PodTests/static/Sources/ViewController.h

This file was deleted.

8 changes: 0 additions & 8 deletions Tests/PodTests/static/Sources/ViewController.m

This file was deleted.

4 changes: 0 additions & 4 deletions Tests/PodTests/static/Sources/app-Bridging-Header.h

This file was deleted.

8 changes: 0 additions & 8 deletions Tests/PodTests/static/Sources/main.m

This file was deleted.

12 changes: 0 additions & 12 deletions Tests/PodTests/static/project.yml

This file was deleted.

0 comments on commit 2265f23

Please sign in to comment.