Skip to content

Commit e10fd7b

Browse files
committed
Version bump to 1.2.0(10)
1 parent 1d5db2f commit e10fd7b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

WeChatTweak.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@
391391
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
392392
CODE_SIGN_IDENTITY = "-";
393393
COPY_PHASE_STRIP = NO;
394-
CURRENT_PROJECT_VERSION = 9;
394+
CURRENT_PROJECT_VERSION = 10;
395395
DEBUG_INFORMATION_FORMAT = dwarf;
396396
ENABLE_STRICT_OBJC_MSGSEND = YES;
397397
ENABLE_TESTABILITY = YES;
@@ -410,11 +410,11 @@
410410
GCC_WARN_UNUSED_FUNCTION = YES;
411411
GCC_WARN_UNUSED_VARIABLE = YES;
412412
MACOSX_DEPLOYMENT_TARGET = 10.11;
413+
MARKETING_VERSION = 1.2.0;
413414
MTL_ENABLE_DEBUG_INFO = YES;
414415
ONLY_ACTIVE_ARCH = YES;
415416
SDKROOT = macosx;
416417
VERSIONING_SYSTEM = "apple-generic";
417-
VERSION_INFO_PREFIX = "";
418418
};
419419
name = Debug;
420420
};
@@ -451,7 +451,7 @@
451451
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
452452
CODE_SIGN_IDENTITY = "-";
453453
COPY_PHASE_STRIP = NO;
454-
CURRENT_PROJECT_VERSION = 9;
454+
CURRENT_PROJECT_VERSION = 10;
455455
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
456456
ENABLE_NS_ASSERTIONS = NO;
457457
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -464,10 +464,10 @@
464464
GCC_WARN_UNUSED_FUNCTION = YES;
465465
GCC_WARN_UNUSED_VARIABLE = YES;
466466
MACOSX_DEPLOYMENT_TARGET = 10.11;
467+
MARKETING_VERSION = 1.2.0;
467468
MTL_ENABLE_DEBUG_INFO = NO;
468469
SDKROOT = macosx;
469470
VERSIONING_SYSTEM = "apple-generic";
470-
VERSION_INFO_PREFIX = "";
471471
};
472472
name = Release;
473473
};

WeChatTweak/Supporting Files/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleVersion</key>
20-
<string>9</string>
20+
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSHumanReadableCopyright</key>
2222
<string>Copyright © 2017年 Sunnyyoung. All rights reserved.</string>
2323
</dict>

0 commit comments

Comments
 (0)