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'