File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 285285 CODE_SIGN_IDENTITY = "Apple Development";
286286 CODE_SIGN_STYLE = Automatic;
287287 COMBINE_HIDPI_IMAGES = YES;
288+ CURRENT_PROJECT_VERSION = 2;
288289 DEVELOPMENT_TEAM = JP866VWWSD;
289290 ENABLE_HARDENED_RUNTIME = YES;
290291 INFOPLIST_FILE = SBMeter/Info.plist;
293294 "@executable_path/../Frameworks",
294295 );
295296 MACOSX_DEPLOYMENT_TARGET = 12.0;
297+ MARKETING_VERSION = 1.0.1;
296298 PRODUCT_BUNDLE_IDENTIFIER = com.sonson.SBMeter;
297299 PRODUCT_NAME = "$(TARGET_NAME)";
298300 SWIFT_VERSION = 5.0;
308310 CODE_SIGN_IDENTITY = "Apple Development";
309311 CODE_SIGN_STYLE = Automatic;
310312 COMBINE_HIDPI_IMAGES = YES;
313+ CURRENT_PROJECT_VERSION = 2;
311314 DEVELOPMENT_TEAM = JP866VWWSD;
312315 ENABLE_HARDENED_RUNTIME = YES;
313316 INFOPLIST_FILE = SBMeter/Info.plist;
316319 "@executable_path/../Frameworks",
317320 );
318321 MACOSX_DEPLOYMENT_TARGET = 12.0;
322+ MARKETING_VERSION = 1.0.1;
319323 PRODUCT_BUNDLE_IDENTIFIER = com.sonson.SBMeter;
320324 PRODUCT_NAME = "$(TARGET_NAME)";
321325 SWIFT_VERSION = 5.0;
Original file line number Diff line number Diff line change 1717 <key >CFBundlePackageType </key >
1818 <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >1.0 </string >
20+ <string >$(MARKETING_VERSION) </string >
2121 <key >CFBundleVersion </key >
22- <string >1 </string >
22+ <string >$(CURRENT_PROJECT_VERSION) </string >
2323 <key >LSApplicationCategoryType </key >
2424 <string >public.app-category.utilities </string >
2525 <key >LSMinimumSystemVersion </key >
You can’t perform that action at this time.
0 commit comments