Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinakg committed May 22, 2021
1 parent f3feea1 commit 6c7352d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions USBToolBox.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -312,14 +312,14 @@
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.0.0;
CURRENT_PROJECT_VERSION = 1.0.1;
INFOPLIST_FILE = USBToolBox/Info.plist;
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/MacKernelSDK/Library/x86_64",
);
MODULE_NAME = com.dhinakg.USBToolBox.kext;
MODULE_VERSION = 1.0.0;
MODULE_VERSION = 1.0.1;
PRODUCT_BUNDLE_IDENTIFIER = com.dhinakg.USBToolBox.kext;
PRODUCT_NAME = "$(TARGET_NAME)";
RUN_CLANG_STATIC_ANALYZER = YES;
Expand All @@ -334,14 +334,14 @@
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.0.0;
CURRENT_PROJECT_VERSION = 1.0.1;
INFOPLIST_FILE = USBToolBox/Info.plist;
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/MacKernelSDK/Library/x86_64",
);
MODULE_NAME = com.dhinakg.USBToolBox.kext;
MODULE_VERSION = 1.0.0;
MODULE_VERSION = 1.0.1;
PRODUCT_BUNDLE_IDENTIFIER = com.dhinakg.USBToolBox.kext;
PRODUCT_NAME = "$(TARGET_NAME)";
RUN_CLANG_STATIC_ANALYZER = YES;
Expand Down
2 changes: 1 addition & 1 deletion USBToolBox/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>${MARKETING_VERSION}</string>
<key>CFBundleVersion</key>
<string>${CURRENT_PROJECT_VERSION}</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>IOKitPersonalities</key>
<dict/>
<key>NSHumanReadableCopyright</key>
Expand Down

0 comments on commit 6c7352d

Please sign in to comment.