Skip to content

Commit

Permalink
Xcode 11 (#302)
Browse files Browse the repository at this point in the history
Xcode 11
  • Loading branch information
fassko authored Sep 16, 2019
2 parents e6fd7b2 + 32687ac commit 0eedd05
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 25 deletions.
7 changes: 0 additions & 7 deletions Example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ playground.xcworkspace
#
# Pods/

# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Build

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
Expand Down
26 changes: 11 additions & 15 deletions QminderAPI.xcodeproj/xcshareddata/xcschemes/QminderAPI-iOS.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,17 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
codeCoverageEnabled = "YES"
shouldUseLaunchSchemeArgsEnv = "YES">
shouldUseLaunchSchemeArgsEnv = "YES"
codeCoverageEnabled = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "6320D83E204D806D0041FFAC"
BuildableName = "QminderAPI.framework"
BlueprintName = "QminderAPI-iOS"
ReferencedContainer = "container:QminderAPI.xcodeproj">
</BuildableReference>
</MacroExpansion>
<Testables>
<TestableReference
skipped = "NO"
Expand All @@ -42,17 +51,6 @@
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "6320D83E204D806D0041FFAC"
BuildableName = "QminderAPI.framework"
BlueprintName = "QminderAPI-iOS"
ReferencedContainer = "container:QminderAPI.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
Expand Down Expand Up @@ -100,8 +98,6 @@
isEnabled = "YES">
</EnvironmentVariable>
</EnvironmentVariables>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Qminder Swift API

[![CircleCI](https://circleci.com/gh/Qminder/swift-api.svg?style=svg)](https://circleci.com/gh/Qminder/swift-api)
[![Version](https://img.shields.io/cocoapods/v/QminderAPI.svg?style=flat)](http://cocoapods.org/pods/QminderAPI)
[![License](https://img.shields.io/cocoapods/l/QminderAPI.svg?style=flat)](http://cocoapods.org/pods/QminderAPI)
[![Platform](https://img.shields.io/cocoapods/p/QminderAPI.svg?style=flat)](http://cocoapods.org/pods/QminderAPI)
![Swift](https://img.shields.io/badge/%20in-swift%204.2-orange.svg)
![Swift](https://img.shields.io/badge/%20in-swift%205.1-orange.svg)
[![codecov](https://codecov.io/gh/Qminder/swift-api/branch/master/graph/badge.svg)](https://codecov.io/gh/Qminder/swift-api)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Swift Package Manager compatible](https://img.shields.io/badge/Swift%20Package%20Manager-compatible-brightgreen.svg)](https://github.com/apple/swift-package-manager)
Expand Down
6 changes: 6 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

set -o pipefail && xcodebuild -project QminderAPI.xcodeproj -scheme QminderAPI-iOS CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -sdk iphonesimulator13.0 clean build | xcpretty --color
set -o pipefail && xcodebuild -project QminderAPI.xcodeproj -scheme QminderAPI-macOS CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO clean build | xcpretty --color
set -o pipefail && xcodebuild -project QminderAPI.xcodeproj -scheme QminderAPI-watchOS CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO clean build | xcpretty --color
set -o pipefail && xcodebuild -project QminderAPI.xcodeproj -scheme QminderAPI-tvOS CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO clean build | xcpretty --color
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ platform :ios do
scheme: "QminderAPI-iOS",
xcargs: "CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO",
clean: true,
devices: ["iPhone X"]
devices: ["iPhone Xs"]
)

# tvOS
Expand Down

0 comments on commit 0eedd05

Please sign in to comment.