diff --git a/.DS_Store b/.DS_Store index 97d4391..e31373d 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/Config/Info.plist b/Config/Info.plist index 9bcb244..c0701c6 100644 --- a/Config/Info.plist +++ b/Config/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 1.0 + $(MARKETING_VERSION) CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/ImageViewer.swift.xcodeproj/project.pbxproj b/ImageViewer.swift.xcodeproj/project.pbxproj index 12e40fd..be2784b 100644 --- a/ImageViewer.swift.xcodeproj/project.pbxproj +++ b/ImageViewer.swift.xcodeproj/project.pbxproj @@ -359,6 +359,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); + MARKETING_VERSION = 3.2.0; PRODUCT_BUNDLE_IDENTIFIER = "com.michaelhenry.ImageViewer-swift"; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; @@ -386,6 +387,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); + MARKETING_VERSION = 3.2.0; PRODUCT_BUNDLE_IDENTIFIER = "com.michaelhenry.ImageViewer-swift"; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; diff --git a/ImageViewer.swift.xcodeproj/project.xcworkspace/xcuserdata/oscardemoya.xcuserdatad/UserInterfaceState.xcuserstate b/ImageViewer.swift.xcodeproj/project.xcworkspace/xcuserdata/oscardemoya.xcuserdatad/UserInterfaceState.xcuserstate index 130de0a..258f5e1 100644 Binary files a/ImageViewer.swift.xcodeproj/project.xcworkspace/xcuserdata/oscardemoya.xcuserdatad/UserInterfaceState.xcuserstate and b/ImageViewer.swift.xcodeproj/project.xcworkspace/xcuserdata/oscardemoya.xcuserdatad/UserInterfaceState.xcuserstate differ