Skip to content

Commit

Permalink
Bump build number
Browse files Browse the repository at this point in the history
  • Loading branch information
themissingcow committed Mar 16, 2020
1 parent 08473dc commit aacb8b5
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Trackomatic.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -496,15 +496,15 @@
CODE_SIGN_ENTITLEMENTS = Trackomatic/Trackomatic.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 7;
CURRENT_PROJECT_VERSION = 8;
DEVELOPMENT_TEAM = 2ZD4KMFRRB;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Trackomatic/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.0a;
MARKETING_VERSION = 1.0b1;
PRODUCT_BUNDLE_IDENTIFIER = com.tomcowland.Trackomatic;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Trackomatic/TCAudioKit/Trackomatic-Bridging-Header.h";
Expand All @@ -521,15 +521,15 @@
CODE_SIGN_ENTITLEMENTS = Trackomatic/Trackomatic.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 7;
CURRENT_PROJECT_VERSION = 8;
DEVELOPMENT_TEAM = 2ZD4KMFRRB;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Trackomatic/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.0a;
MARKETING_VERSION = 1.0b1;
PRODUCT_BUNDLE_IDENTIFIER = com.tomcowland.Trackomatic;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Trackomatic/TCAudioKit/Trackomatic-Bridging-Header.h";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,31 @@
uuid = "70610E37-A563-4F15-9F06-E507742D8D04"
type = "1"
version = "2.0">
<Breakpoints>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
uuid = "3A43BE3B-5BBF-4DEB-87BE-283E0E7FFA9A"
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "Yes"
filePath = "Trackomatic/IO/JSON.swift"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "347"
endingLineNumber = "347"
landmarkName = "save(url:)"
landmarkType = "7">
<Actions>
<BreakpointActionProxy
ActionExtensionID = "Xcode.BreakpointAction.Log">
<ActionContent
message = "Saving userComments"
conveyanceType = "0">
</ActionContent>
</BreakpointActionProxy>
</Actions>
</BreakpointContent>
</BreakpointProxy>
</Breakpoints>
</Bucket>

0 comments on commit aacb8b5

Please sign in to comment.