Skip to content

Commit

Permalink
versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Benj committed Feb 24, 2017
1 parent cbda126 commit afe9ff8
Show file tree
Hide file tree
Showing 6 changed files with 100 additions and 6 deletions.
4 changes: 2 additions & 2 deletions mdimporter/rsrc/Info.plist
Expand Up @@ -29,13 +29,13 @@
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>io.whine.mdmoviepreview</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundleShortVersionString</key>
<string>1.1.1</string>
<string>1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 4 additions & 0 deletions qlMoviePreview.xcodeproj/project.pbxproj
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand All @@ -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;
Expand Down
@@ -0,0 +1,80 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0820"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "43180E501E60520800CE2869"
BuildableName = "qlMoviePreview copy.qlgenerator"
BlueprintName = "qlMoviePreview copy"
ReferencedContainer = "container:qlMoviePreview.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "43180E501E60520800CE2869"
BuildableName = "qlMoviePreview copy.qlgenerator"
BlueprintName = "qlMoviePreview copy"
ReferencedContainer = "container:qlMoviePreview.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "43180E501E60520800CE2869"
BuildableName = "qlMoviePreview copy.qlgenerator"
BlueprintName = "qlMoviePreview copy"
ReferencedContainer = "container:qlMoviePreview.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Expand Up @@ -9,6 +9,11 @@
<key>orderHint</key>
<integer>1</integer>
</dict>
<key>qlMoviePreview copy.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>2</integer>
</dict>
<key>qlMoviePreview.xcscheme</key>
<dict>
<key>orderHint</key>
Expand All @@ -27,6 +32,11 @@
<key>primary</key>
<true/>
</dict>
<key>43180E501E60520800CE2869</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>
6 changes: 3 additions & 3 deletions qlgenerator/rsrc/Info.plist
Expand Up @@ -31,15 +31,15 @@
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>io.whine.qlmoviepreview</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleShortVersionString</key>
<string>1</string>
<string>1.5</string>
<key>CFBundleVersion</key>
<string>1.4.1</string>
<string>1</string>
<key>CFPlugInDynamicRegisterFunction</key>
<string></string>
<key>CFPlugInDynamicRegistration</key>
Expand Down
2 changes: 1 addition & 1 deletion qlgenerator/src/main.m
Expand Up @@ -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];
Expand Down

0 comments on commit afe9ff8

Please sign in to comment.