Skip to content

Commit 5ff6996

Browse files
committed
Add Bundle Identifier for Mac CocoaAsyncSocket target, fix MacAppStore check issue.
1 parent d0adf58 commit 5ff6996

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CocoaAsyncSocket.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,7 @@
509509
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
510510
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
511511
MACOSX_DEPLOYMENT_TARGET = 10.10;
512+
PRODUCT_BUNDLE_IDENTIFIER = com.robbiehanson.CocoaAsyncSocket;
512513
PRODUCT_NAME = "$(PROJECT_NAME)";
513514
SDKROOT = macosx;
514515
SKIP_INSTALL = YES;
@@ -530,6 +531,7 @@
530531
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
531532
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
532533
MACOSX_DEPLOYMENT_TARGET = 10.10;
534+
PRODUCT_BUNDLE_IDENTIFIER = com.robbiehanson.CocoaAsyncSocket;
533535
PRODUCT_NAME = "$(PROJECT_NAME)";
534536
SDKROOT = macosx;
535537
SKIP_INSTALL = YES;

0 commit comments

Comments
 (0)