Skip to content

Commit 63f8032

Browse files
committed
updated xcodes; increased version
1 parent 1d32cc2 commit 63f8032

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

XcodeUpdates.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,7 @@
548548
CODE_SIGN_IDENTITY = "Apple Development";
549549
CODE_SIGN_STYLE = Automatic;
550550
COMBINE_HIDPI_IMAGES = YES;
551+
CURRENT_PROJECT_VERSION = 2;
551552
DEVELOPMENT_TEAM = 33V5K4Z5BG;
552553
ENABLE_HARDENED_RUNTIME = YES;
553554
INFOPLIST_FILE = XcodeUpdates/Info.plist;
@@ -559,6 +560,7 @@
559560
PRODUCT_BUNDLE_IDENTIFIER = com.xcodeupdates.app.XcodeUpdates;
560561
PRODUCT_NAME = "$(TARGET_NAME)";
561562
SWIFT_VERSION = 5.0;
563+
VERSIONING_SYSTEM = "apple-generic";
562564
};
563565
name = Debug;
564566
};
@@ -571,6 +573,7 @@
571573
CODE_SIGN_IDENTITY = "Apple Development";
572574
CODE_SIGN_STYLE = Automatic;
573575
COMBINE_HIDPI_IMAGES = YES;
576+
CURRENT_PROJECT_VERSION = 2;
574577
DEVELOPMENT_TEAM = 33V5K4Z5BG;
575578
ENABLE_HARDENED_RUNTIME = YES;
576579
INFOPLIST_FILE = XcodeUpdates/Info.plist;
@@ -582,6 +585,7 @@
582585
PRODUCT_BUNDLE_IDENTIFIER = com.xcodeupdates.app.XcodeUpdates;
583586
PRODUCT_NAME = "$(TARGET_NAME)";
584587
SWIFT_VERSION = 5.0;
588+
VERSIONING_SYSTEM = "apple-generic";
585589
};
586590
name = Release;
587591
};

XcodeUpdates/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.0</string>
20+
<string>1.0.1</string>
2121
<key>CFBundleVersion</key>
22-
<string>1</string>
22+
<string>2</string>
2323
<key>LSMinimumSystemVersion</key>
2424
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
2525
<key>NSPrincipalClass</key>
0 Bytes
Binary file not shown.

XcodeUpdatesWidget/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.0</string>
20+
<string>1.0.1</string>
2121
<key>CFBundleVersion</key>
22-
<string>1</string>
22+
<string>2</string>
2323
<key>NSExtension</key>
2424
<dict>
2525
<key>NSExtensionPointIdentifier</key>

0 commit comments

Comments
 (0)