From 570383d5d5f7626f05134ed959b56b40ab26691f Mon Sep 17 00:00:00 2001 From: fehguy Date: Tue, 9 Jun 2015 00:41:08 -0700 Subject: [PATCH] updated name, disabled test --- pom.xml | 2 +- samples/client/petstore/objc/Podfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 89c0fc2978c..40a709fc1b8 100644 --- a/pom.xml +++ b/pom.xml @@ -389,7 +389,7 @@ samples/client/petstore/scala samples/server/petstore/jaxrs samples/server/petstore/spring-mvc - samples/client/petstore/objc + samples/client/petstore/ruby diff --git a/samples/client/petstore/objc/Podfile b/samples/client/petstore/objc/Podfile index 61b00df61ad..69e4c26ca1b 100644 --- a/samples/client/petstore/objc/Podfile +++ b/samples/client/petstore/objc/Podfile @@ -1,5 +1,5 @@ platform :ios, '6.0' -xcodeproj 'swaggerClient/swaggerClient.xcodeproj' +xcodeproj 'swaggerClient/PetstoreClient.xcodeproj' pod 'AFNetworking', '~> 2.1' pod 'JSONModel', '~> 1.0' pod 'ISO8601'