瀏覽代碼

Now signed

Thomas Buck 10 年之前
父節點
當前提交
a7aa9ec26e
共有 2 個檔案被更改,包括 4 行新增1 行删除
  1. 3
    0
      RedditBar.xcodeproj/project.pbxproj
  2. 1
    1
      RedditBar/RedditBar-Info.plist

+ 3
- 0
RedditBar.xcodeproj/project.pbxproj 查看文件

@@ -245,6 +245,7 @@
245 245
 				ORGANIZATIONNAME = xythobuz;
246 246
 				TargetAttributes = {
247 247
 					E9CF1F1C184961010004AE02 = {
248
+						DevelopmentTeam = 2YRH3A6P3C;
248 249
 						SystemCapabilities = {
249 250
 							com.apple.Sandbox = {
250 251
 								enabled = 1;
@@ -495,6 +496,7 @@
495 496
 			buildSettings = {
496 497
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
497 498
 				CODE_SIGN_ENTITLEMENTS = RedditBar/RedditBar.entitlements;
499
+				CODE_SIGN_IDENTITY = "Mac Developer";
498 500
 				COMBINE_HIDPI_IMAGES = YES;
499 501
 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
500 502
 				GCC_PREFIX_HEADER = "RedditBar/RedditBar-Prefix.pch";
@@ -510,6 +512,7 @@
510 512
 			buildSettings = {
511 513
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
512 514
 				CODE_SIGN_ENTITLEMENTS = RedditBar/RedditBar.entitlements;
515
+				CODE_SIGN_IDENTITY = "Mac Developer";
513 516
 				COMBINE_HIDPI_IMAGES = YES;
514 517
 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
515 518
 				GCC_PREFIX_HEADER = "RedditBar/RedditBar-Prefix.pch";

+ 1
- 1
RedditBar/RedditBar-Info.plist 查看文件

@@ -21,7 +21,7 @@
21 21
 	<key>CFBundleSignature</key>
22 22
 	<string>????</string>
23 23
 	<key>CFBundleVersion</key>
24
-	<string>259</string>
24
+	<string>262</string>
25 25
 	<key>LSApplicationCategoryType</key>
26 26
 	<string>public.app-category.utilities</string>
27 27
 	<key>LSMinimumSystemVersion</key>

Loading…
取消
儲存