Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AkiyukiOkayasu committed Nov 28, 2017
1 parent 8ca3e7b commit 9181aec
Show file tree
Hide file tree
Showing 6 changed files with 110 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Builds/MacOSX/Info-App.plist
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>0.5.0</string>
<string>0.5.1</string>
<key>CFBundleVersion</key>
<string>0.5.0</string>
<string>0.5.1</string>
<key>NSHumanReadableCopyright</key>
<string></string>
<key>NSHighResolutionCapable</key>
Expand Down
8 changes: 4 additions & 4 deletions Builds/MacOSX/MelodyEstimator.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@
"_DEBUG=1",
"DEBUG=1",
"JUCER_XCODE_MAC_F6D2F4CF=1",
"JUCE_APP_VERSION=0.5.0",
"JUCE_APP_VERSION_HEX=0x500",
"JUCE_APP_VERSION=0.5.1",
"JUCE_APP_VERSION_HEX=0x501",
"JucePlugin_Build_VST=0",
"JucePlugin_Build_VST3=0",
"JucePlugin_Build_AU=0",
Expand Down Expand Up @@ -186,8 +186,8 @@
"_NDEBUG=1",
"NDEBUG=1",
"JUCER_XCODE_MAC_F6D2F4CF=1",
"JUCE_APP_VERSION=0.5.0",
"JUCE_APP_VERSION_HEX=0x500",
"JUCE_APP_VERSION=0.5.1",
"JUCE_APP_VERSION_HEX=0x501",
"JucePlugin_Build_VST=0",
"JucePlugin_Build_VST3=0",
"JucePlugin_Build_AU=0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0910"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "0CB181B58F6ED0426710581E"
BuildableName = "MelodyEstimator.app"
BlueprintName = "MelodyEstimator - App"
ReferencedContainer = "container:MelodyEstimator.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "0CB181B58F6ED0426710581E"
BuildableName = "MelodyEstimator.app"
BlueprintName = "MelodyEstimator - App"
ReferencedContainer = "container:MelodyEstimator.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Release"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "0CB181B58F6ED0426710581E"
BuildableName = "MelodyEstimator.app"
BlueprintName = "MelodyEstimator - App"
ReferencedContainer = "container:MelodyEstimator.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "0CB181B58F6ED0426710581E"
BuildableName = "MelodyEstimator.app"
BlueprintName = "MelodyEstimator - App"
ReferencedContainer = "container:MelodyEstimator.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,13 @@
<integer>0</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>0CB181B58F6ED0426710581E</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>
4 changes: 2 additions & 2 deletions JuceLibraryCode/JuceHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
namespace ProjectInfo
{
const char* const projectName = "MelodyEstimator";
const char* const versionString = "0.5.0";
const int versionNumber = 0x500;
const char* const versionString = "0.5.1";
const int versionNumber = 0x501;
}
#endif
2 changes: 1 addition & 1 deletion MelodyEstimator.jucer
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<JUCERPROJECT id="B5zO5T" name="MelodyEstimator" displaySplashScreen="0" reportAppUsage="0"
splashScreenColour="Dark" projectType="guiapp" version="0.5.0"
splashScreenColour="Dark" projectType="guiapp" version="0.5.1"
bundleIdentifier="net.tkrworks.MelodyEstimator" includeBinaryInAppConfig="1"
cppLanguageStandard="14" jucerVersion="5.2.0" companyCopyright="">
<MAINGROUP id="vzmZaj" name="MelodyEstimator">
Expand Down

0 comments on commit 9181aec

Please sign in to comment.