Skip to content

Commit 39c3f32

Browse files
set version 1.0.0
1 parent 6f04dd4 commit 39c3f32

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

GitHub Notifications.xcodeproj/project.pbxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@
297297
MACOSX_DEPLOYMENT_TARGET = 10.15;
298298
MTL_ENABLE_DEBUG_INFO = NO;
299299
MTL_FAST_MATH = YES;
300+
ONLY_ACTIVE_ARCH = NO;
300301
SDKROOT = macosx;
301302
SWIFT_COMPILATION_MODE = wholemodule;
302303
SWIFT_OPTIMIZATION_LEVEL = "-O";
@@ -308,6 +309,7 @@
308309
buildSettings = {
309310
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
310311
CODE_SIGN_ENTITLEMENTS = "GitHub Notifications/GitHub_Notifications.entitlements";
312+
CODE_SIGN_IDENTITY = "Apple Development";
311313
CODE_SIGN_STYLE = Automatic;
312314
COMBINE_HIDPI_IMAGES = YES;
313315
DEVELOPMENT_ASSET_PATHS = "\"GitHub Notifications/Preview Content\"";
@@ -331,6 +333,7 @@
331333
buildSettings = {
332334
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
333335
CODE_SIGN_ENTITLEMENTS = "GitHub Notifications/GitHub_Notifications.entitlements";
336+
CODE_SIGN_IDENTITY = "Apple Development";
334337
CODE_SIGN_STYLE = Automatic;
335338
COMBINE_HIDPI_IMAGES = YES;
336339
DEVELOPMENT_ASSET_PATHS = "\"GitHub Notifications/Preview Content\"";

GitHub Notifications/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.0</string>
20+
<string>1.0.0</string>
2121
<key>CFBundleVersion</key>
2222
<string>1</string>
2323
<key>LSApplicationCategoryType</key>

0 commit comments

Comments
 (0)