Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
cristibaluta committed Dec 8, 2018
1 parent 26c48b9 commit 42aa314
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 22 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ xcode_project: Jirassic.xcodeproj # path to your xcodeproj folder
xcode_scheme: Jirassic macOS
xcode_destination: platform=macOS
script:
- xcodebuild clean test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGN_ENTITLEMENTS="" CODE_SIGNING_ALLOWED="NO" -project Jirassic.xcodeproj -scheme "Jirassic macOS"
#- xcodebuild clean test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGN_ENTITLEMENTS="" CODE_SIGNING_ALLOWED="NO" -project Jirassic.xcodeproj -scheme "Jirassic macOS"
- xcodebuild clean test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGN_ENTITLEMENTS="" CODE_SIGNING_ALLOWED="NO" -project Jirassic.xcodeproj -scheme "Jirassic iOS" -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone XS,OS=12.1'
before_script:
- chmod a+x ./scripts/add-key.sh
- sh ./scripts/add-key.sh
10 changes: 10 additions & 0 deletions Jirassic.xcodeproj/xcshareddata/xcschemes/Jirassic iOS.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "4065D4011DD4532100B73201"
BuildableName = "JirassicTests.xctest"
BlueprintName = "JirassicTests"
ReferencedContainer = "container:Jirassic.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
Expand Down
21 changes: 0 additions & 21 deletions scripts/add-key.sh

This file was deleted.

Binary file removed scripts/certs/MacDeveloper.p12
Binary file not shown.
Binary file removed scripts/profile/jirassic_dev.provisionprofile
Binary file not shown.
Binary file not shown.

0 comments on commit 42aa314

Please sign in to comment.