From afe9ff84c319254d416e037c331613e729a21015 Mon Sep 17 00:00:00 2001 From: Benj Date: Fri, 24 Feb 2017 12:36:53 +0100 Subject: [PATCH] versions --- mdimporter/rsrc/Info.plist | 4 +- qlMoviePreview.xcodeproj/project.pbxproj | 4 + .../xcschemes/qlMoviePreview copy.xcscheme | 80 +++++++++++++++++++ .../xcschemes/xcschememanagement.plist | 10 +++ qlgenerator/rsrc/Info.plist | 6 +- qlgenerator/src/main.m | 2 +- 6 files changed, 100 insertions(+), 6 deletions(-) create mode 100644 qlMoviePreview.xcodeproj/xcuserdata/benjamin.xcuserdatad/xcschemes/qlMoviePreview copy.xcscheme diff --git a/mdimporter/rsrc/Info.plist b/mdimporter/rsrc/Info.plist index e18ed5c..829f253 100644 --- a/mdimporter/rsrc/Info.plist +++ b/mdimporter/rsrc/Info.plist @@ -29,13 +29,13 @@ CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier - io.whine.mdmoviepreview + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundleName $(PRODUCT_NAME) CFBundleShortVersionString - 1.1.1 + 1.2 CFBundleSignature ???? CFBundleVersion diff --git a/qlMoviePreview.xcodeproj/project.pbxproj b/qlMoviePreview.xcodeproj/project.pbxproj index 9799322..034af8f 100755 --- a/qlMoviePreview.xcodeproj/project.pbxproj +++ b/qlMoviePreview.xcodeproj/project.pbxproj @@ -537,6 +537,7 @@ LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/deps"; MACOSX_DEPLOYMENT_TARGET = 10.11; OTHER_LDFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = fr.whine.qlmoviepreview; PRODUCT_NAME = "$(TARGET_NAME)"; RUN_CLANG_STATIC_ANALYZER = YES; SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = YES; @@ -587,6 +588,7 @@ LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/deps"; MACOSX_DEPLOYMENT_TARGET = 10.11; OTHER_LDFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = fr.whine.qlmoviepreview; PRODUCT_NAME = "$(TARGET_NAME)"; RUN_CLANG_STATIC_ANALYZER = YES; SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = YES; @@ -618,6 +620,7 @@ MACOSX_DEPLOYMENT_TARGET = 10.11; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; + PRODUCT_BUNDLE_IDENTIFIER = fr.whine.mdmoviepreview; PRODUCT_NAME = "$(TARGET_NAME)"; SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = YES; SKIP_INSTALL = YES; @@ -644,6 +647,7 @@ LIBRARY_STYLE = BUNDLE; MACOSX_DEPLOYMENT_TARGET = 10.11; MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_BUNDLE_IDENTIFIER = fr.whine.mdmoviepreview; PRODUCT_NAME = "$(TARGET_NAME)"; SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = YES; SKIP_INSTALL = YES; diff --git a/qlMoviePreview.xcodeproj/xcuserdata/benjamin.xcuserdatad/xcschemes/qlMoviePreview copy.xcscheme b/qlMoviePreview.xcodeproj/xcuserdata/benjamin.xcuserdatad/xcschemes/qlMoviePreview copy.xcscheme new file mode 100644 index 0000000..5f6eafd --- /dev/null +++ b/qlMoviePreview.xcodeproj/xcuserdata/benjamin.xcuserdatad/xcschemes/qlMoviePreview copy.xcscheme @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/qlMoviePreview.xcodeproj/xcuserdata/benjamin.xcuserdatad/xcschemes/xcschememanagement.plist b/qlMoviePreview.xcodeproj/xcuserdata/benjamin.xcuserdatad/xcschemes/xcschememanagement.plist index 9a8eaa0..ff43bd5 100644 --- a/qlMoviePreview.xcodeproj/xcuserdata/benjamin.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/qlMoviePreview.xcodeproj/xcuserdata/benjamin.xcuserdatad/xcschemes/xcschememanagement.plist @@ -9,6 +9,11 @@ orderHint 1 + qlMoviePreview copy.xcscheme + + orderHint + 2 + qlMoviePreview.xcscheme orderHint @@ -27,6 +32,11 @@ primary + 43180E501E60520800CE2869 + + primary + + diff --git a/qlgenerator/rsrc/Info.plist b/qlgenerator/rsrc/Info.plist index 5a29350..0017b81 100644 --- a/qlgenerator/rsrc/Info.plist +++ b/qlgenerator/rsrc/Info.plist @@ -31,15 +31,15 @@ CFBundleIconFile CFBundleIdentifier - io.whine.qlmoviepreview + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundleName ${PRODUCT_NAME} CFBundleShortVersionString - 1 + 1.5 CFBundleVersion - 1.4.1 + 1 CFPlugInDynamicRegisterFunction CFPlugInDynamicRegistration diff --git a/qlgenerator/src/main.m b/qlgenerator/src/main.m index dc5c98b..6943804 100644 --- a/qlgenerator/src/main.m +++ b/qlgenerator/src/main.m @@ -97,7 +97,7 @@ avcodec_register_all(); // Get bundle reference - __selfBundle = [NSBundle bundleWithIdentifier:@"io.whine.qlmoviepreview"]; + __selfBundle = [NSBundle bundleWithIdentifier:@"fr.whine.qlmoviepreview"]; // Create a directory to hold generated thumbnails NSFileManager* file_manager = [[NSFileManager alloc] init];