diff --git a/commandLine/Project.xcconfig b/commandLine/Project.xcconfig
index f25a08d3..93387808 100644
--- a/commandLine/Project.xcconfig
+++ b/commandLine/Project.xcconfig
@@ -14,11 +14,19 @@ PRODUCT_NAME = $(TARGET_NAME)
PRODUCT_NAME[config=Debug] = $(TARGET_NAME)Debug
PRODUCT_BUNDLE_IDENTIFIER = cc.openFrameworks.$(TARGET_NAME)
//PRODUCT_BUNDLE_IDENTIFIER[config=Debug] = cc.openFrameworks.$(TARGET_NAME)Debug
-VERSION = 1.0
DEVELOPMENT_LANGUAGE = English
CODE_SIGN_IDENTITY = -
INFOPLIST_FILE = openFrameworks-Info.plist
+// Versioning, uncomment to override settings in Xcode UI
+// this is "Version" in the Xcode target Identity UI
+// suggested to use semantic versioning format ala #.#.#
+//MARKETING_VERSION = 0.1.0
+// this is "Build" in the Xcode target Identity UI, an incremental build number
+// important for the App Store as new build submissions need a diff number even
+// if version is the same
+//CURRENT_PRODUCT_VERSION = 1
+
//ICONS - NEW IN 0072
//ICON_NAME = icon.icns
//ICON_NAME[config=Debug] = icon-debug.icns
diff --git a/commandLine/openFrameworks-Info.plist b/commandLine/openFrameworks-Info.plist
index b8291907..3495623e 100644
--- a/commandLine/openFrameworks-Info.plist
+++ b/commandLine/openFrameworks-Info.plist
@@ -19,9 +19,9 @@
CFBundleSignature
????
CFBundleShortVersionString
- $(VERSION)
+ $(MARKETING_VERSION)
CFBundleVersion
- $(VERSION)
+ $(CURRENT_PRODUCT_VERSION)
LSApplicationCategoryType
public.app-category.graphics-design
NSCameraUsageDescription