diff --git a/bin/objc-petstore.sh b/bin/objc-petstore.sh index 0e4da6eb4b3b..7d478719d197 100755 --- a/bin/objc-petstore.sh +++ b/bin/objc-petstore.sh @@ -33,4 +33,4 @@ fi export JAVA_OPTS="${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties" ags="$@ -i modules/swagger-codegen/src/test/resources/2_0/petstore.json -l objc -o samples/client/petstore/objc" -java $JAVA_OPTS -jar $executable $ags +java -DappName=PetstoreClient $JAVA_OPTS -jar $executable $ags