Skip to content

Commit

Permalink
travis test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Kuragin committed Jan 16, 2017
1 parent 2f89875 commit 04258d6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -8,13 +8,13 @@ branches:
- master
- dev
script:
- xcodebuild -project ApiAI.xcodeproj -scheme ApiAITests -sdk iphonesimulator build test
- xcodebuild -project ApiAI.xcodeproj -scheme ApiAITests -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 7' build test
- pod install --project-directory=./ApiAIDemo
- xcodebuild -workspace ApiAIDemo/ApiAIDemo.xcworkspace -scheme ApiAIDemo -sdk iphonesimulator build
- pod install --project-directory=./ApiAIDemoSwift
- xcodebuild -workspace ApiAIDemoSwift/ApiAIDemoSwift.xcworkspace -scheme ApiAIDemoSwift -sdk iphonesimulator build
# - pod install --project-directory=./ApiAIDemoWatchOS
#xcodebuild -workspace ApiAIDemoWatchOS/ApiAIDemoWatchOS.xcworkspace clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
- pod install --project-directory=./ApiAIDemoWatchOS
- xcodebuild -workspace ApiAIDemoWatchOS/ApiAIDemoWatchOS.xcworkspace -scheme ApiAIDemoWatchOS clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
- pod install --project-directory=./ApiAIMacOSDemo
- xcodebuild -workspace ApiAIMacOSDemo/ApiAIMacOSDemo.xcworkspace -scheme ApiAIMacOSDemo -sdk macosx build
notifications:
Expand Down
4 changes: 2 additions & 2 deletions ApiAI.xcodeproj/project.pbxproj
Expand Up @@ -1493,7 +1493,7 @@
"$(inherited)",
);
INFOPLIST_FILE = ApiAITests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.1;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MTL_ENABLE_DEBUG_INFO = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.sstepashka.$(PRODUCT_NAME:rfc1034identifier)";
Expand All @@ -1507,7 +1507,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
ENABLE_STRICT_OBJC_MSGSEND = YES;
INFOPLIST_FILE = ApiAITests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.1;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_BUNDLE_IDENTIFIER = "com.sstepashka.$(PRODUCT_NAME:rfc1034identifier)";
Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
iOS SDK for api.ai
Objective-C(Cocoa) SDK for api.ai
==============

[![Build Status](https://travis-ci.org/api-ai/api-ai-ios-sdk.svg)](https://travis-ci.org/api-ai/api-ai-ios-sdk)
Expand All @@ -14,7 +14,7 @@ iOS SDK for api.ai
---------------

## <a name="overview"></a>Overview
The API.AI iOS SDK makes it easy to integrate speech recognition with API.AI natural language processing API on iOS devices. API.AI allows using voice commands and integration with dialog scenarios defined for a particular agent in API.AI.
The API.AI Objective-C(Cocoa) SDK makes it easy to integrate speech recognition with API.AI natural language processing API on Apple devices. API.AI allows using voice commands and integration with dialog scenarios defined for a particular agent in API.AI.

## <a name="prerequisites"></a>Prerequsites
* Create an [API.AI account](http://api.ai)
Expand Down

0 comments on commit 04258d6

Please sign in to comment.