Skip to content

Commit

Permalink
fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Oct 30, 2019
1 parent 388f0f7 commit 901a198
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

osx_image: xcode10.1
language: objective-c
#cache: cocoapods
#podfile: Example/Podfile
before_install:
- gem install cocoapods # Since Travis is not always on latest version
- pod install --project-directory=Example --repo-update
Expand Down
8 changes: 4 additions & 4 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- Starscream (3.0.6)
- SwiftCentrifuge (0.0.1):
- SwiftCentrifuge (0.0.2):
- Starscream
- SwiftProtobuf
- SwiftProtobuf (1.3.1)
Expand All @@ -9,7 +9,7 @@ DEPENDENCIES:
- SwiftCentrifuge (from `../`)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
https://github.com/CocoaPods/Specs.git:
- Starscream
- SwiftProtobuf

Expand All @@ -19,9 +19,9 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Starscream: ef3ece99d765eeccb67de105bfa143f929026cf5
SwiftCentrifuge: 4732b9200530a062820a5e42e09b1a020d4f5ad6
SwiftCentrifuge: 70c7cdbc5f8db0a79f94ebb258b7a348722edd28
SwiftProtobuf: 84cd6b8f4fd2fc3d9fbd80a0aaf2e957d52824ec

PODFILE CHECKSUM: 14c0e45d164d9e06b96d5a0721f6676dfa111ac9

COCOAPODS: 1.5.3
COCOAPODS: 1.8.4
4 changes: 2 additions & 2 deletions Example/SwiftCentrifuge.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
files = (
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-SwiftCentrifuge_Example/Pods-SwiftCentrifuge_Example-frameworks.sh",
"${PODS_ROOT}/Target Support Files/Pods-SwiftCentrifuge_Example/Pods-SwiftCentrifuge_Example-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/Starscream/Starscream.framework",
"${BUILT_PRODUCTS_DIR}/SwiftCentrifuge/SwiftCentrifuge.framework",
"${BUILT_PRODUCTS_DIR}/SwiftProtobuf/SwiftProtobuf.framework",
Expand All @@ -325,7 +325,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SwiftCentrifuge_Example/Pods-SwiftCentrifuge_Example-frameworks.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SwiftCentrifuge_Example/Pods-SwiftCentrifuge_Example-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
Expand Down
4 changes: 2 additions & 2 deletions SwiftCentrifuge.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Pod::Spec.new do |s|
s.source_files = 'Sources/SwiftCentrifuge/*.swift'
s.source = { :git => 'https://github.com/centrifugal/centrifuge-swift.git', :tag => s.version }

s.dependency 'SwiftProtobuf'
s.dependency 'Starscream'
s.dependency 'SwiftProtobuf', '~> 1.3.1'
s.dependency 'Starscream', '~> 3.0.6'
end

0 comments on commit 901a198

Please sign in to comment.