Skip to content

Commit

Permalink
updated xcodes; increased version
Browse files Browse the repository at this point in the history
  • Loading branch information
art-divin committed Dec 23, 2020
1 parent 1d32cc2 commit 63f8032
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions XcodeUpdates.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = 33V5K4Z5BG;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = XcodeUpdates/Info.plist;
Expand All @@ -559,6 +560,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.xcodeupdates.app.XcodeUpdates;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
};
name = Debug;
};
Expand All @@ -571,6 +573,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = 33V5K4Z5BG;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = XcodeUpdates/Info.plist;
Expand All @@ -582,6 +585,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.xcodeupdates.app.XcodeUpdates;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
};
name = Release;
};
Expand Down
4 changes: 2 additions & 2 deletions XcodeUpdates/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.0.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>2</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSPrincipalClass</key>
Expand Down
Binary file modified XcodeUpdatesInternal/XcodeUpdatesInternal/External/xcodes
Binary file not shown.
4 changes: 2 additions & 2 deletions XcodeUpdatesWidget/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.0.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>2</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
Expand Down

0 comments on commit 63f8032

Please sign in to comment.