Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion committed Apr 13, 2020
1 parent 13be70a commit 41ab1ba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Speculid.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5983,7 +5983,7 @@
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = "$(DEFAULT_BUNDLE_VERSION)";
DEBUG_INFORMATION_FORMAT = dwarf;
DEFAULT_BUNDLE_VERSION = 9;
DEFAULT_BUNDLE_VERSION = 10;
DEFAULT_SEMVER_VERSION = 2.0.0;
DYLIB_COMPATIBILITY_VERSION = "$(DEFAULT_BUNDLE_VERSION)";
DYLIB_CURRENT_VERSION = "$(DEFAULT_BUNDLE_VERSION)";
Expand Down Expand Up @@ -6048,7 +6048,7 @@
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = "$(DEFAULT_BUNDLE_VERSION)";
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFAULT_BUNDLE_VERSION = 9;
DEFAULT_BUNDLE_VERSION = 10;
DEFAULT_SEMVER_VERSION = 2.0.0;
DYLIB_COMPATIBILITY_VERSION = "$(DEFAULT_BUNDLE_VERSION)";
DYLIB_CURRENT_VERSION = "$(DEFAULT_BUNDLE_VERSION)";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
buildConfiguration = "Release"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
Expand Down Expand Up @@ -154,15 +154,15 @@
</CommandLineArgument>
<CommandLineArgument
argument = "--version"
isEnabled = "NO">
isEnabled = "YES">
</CommandLineArgument>
<CommandLineArgument
argument = "--process &quot;${SRCROOT}/svg-appicon.speculid&quot;"
isEnabled = "NO">
</CommandLineArgument>
<CommandLineArgument
argument = "--initialize &quot;${SRCROOT}/svg-appicon.speculid&quot; &quot;${SRCROOT}/applications/mac/assets/layers.svg&quot; &quot;${SRCROOT}/applications/mac/assets/Assets.xcassets/TrayIcon.imageset&quot;"
isEnabled = "YES">
isEnabled = "NO">
</CommandLineArgument>
<CommandLineArgument
argument = "--install"
Expand Down
1 change: 1 addition & 0 deletions frameworks/speculid/build.list
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
7
8
9
10

0 comments on commit 41ab1ba

Please sign in to comment.