Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cholonam committed Apr 15, 2020
1 parent 29b37b8 commit d00271e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions Sinetek-rtsx.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -377,10 +377,11 @@
buildSettings = {
CODE_SIGN_IDENTITY = "-";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.0.0d1;
CURRENT_PROJECT_VERSION = 2;
INFOPLIST_FILE = "Sinetek-rtsx/Info.plist";
MARKETING_VERSION = 2.0;
MODULE_NAME = com.sinet3k.Sinetek_rtsx;
MODULE_VERSION = 1.0.0d1;
MODULE_VERSION = 2.0.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.sinet3k.Sinetek-rtsx";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = kext;
Expand All @@ -392,10 +393,11 @@
buildSettings = {
CODE_SIGN_IDENTITY = "-";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.0.0d1;
CURRENT_PROJECT_VERSION = 2;
INFOPLIST_FILE = "Sinetek-rtsx/Info.plist";
MARKETING_VERSION = 2.0;
MODULE_NAME = com.sinet3k.Sinetek_rtsx;
MODULE_VERSION = 1.0.0d1;
MODULE_VERSION = 2.0.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.sinet3k.Sinetek-rtsx";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = kext;
Expand Down
4 changes: 2 additions & 2 deletions Sinetek-rtsx/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>IOKitPersonalities</key>
<dict>
<key>Sinetek_rtsx</key>
Expand Down

0 comments on commit d00271e

Please sign in to comment.