Skip to content

Commit 614d37e

Browse files
committed
chore: Remove Xcode Project for now
Not possible to keep this in-sync during development, maybe restored in future
1 parent 9d057e7 commit 614d37e

File tree

10 files changed

+5
-1371
lines changed

10 files changed

+5
-1371
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ install:
1212
- git submodule update --init --recursive
1313
script:
1414
- swift test
15-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then xcodebuild -project JWT.xcodeproj -scheme JWT-OSX test -sdk macosx; fi
16-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then xcodebuild -project JWT.xcodeproj -scheme JWT-iOS build -sdk iphonesimulator; fi
17-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then xcodebuild -project JWT.xcodeproj -scheme JWT-tvOS build -sdk appletvsimulator; fi
18-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then xcodebuild -project JWT.xcodeproj -scheme JWT-watchOS build -sdk watchsimulator; fi
19-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then pod lib lint --allow-warnings; fi
15+
#- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then xcodebuild -project JWT.xcodeproj -scheme JWT-OSX test -sdk macosx; fi
16+
#- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then xcodebuild -project JWT.xcodeproj -scheme JWT-iOS build -sdk iphonesimulator; fi
17+
#- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then xcodebuild -project JWT.xcodeproj -scheme JWT-tvOS build -sdk appletvsimulator; fi
18+
#- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then xcodebuild -project JWT.xcodeproj -scheme JWT-watchOS build -sdk watchsimulator; fi
19+
#- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then pod lib lint --allow-warnings; fi

JSONWebToken.podspec

Lines changed: 0 additions & 32 deletions
This file was deleted.

JWT.xcodeproj/project.pbxproj

Lines changed: 0 additions & 921 deletions
This file was deleted.

JWT.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 7 deletions
This file was deleted.

JWT.xcodeproj/xcshareddata/xcschemes/JWT-OSX.xcscheme

Lines changed: 0 additions & 115 deletions
This file was deleted.

JWT.xcodeproj/xcshareddata/xcschemes/JWT-iOS.xcscheme

Lines changed: 0 additions & 82 deletions
This file was deleted.

JWT.xcodeproj/xcshareddata/xcschemes/JWT-tvOS.xcscheme

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)