File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
CocoaAsyncSocket.xcodeproj Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 509
509
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
510
510
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
511
511
MACOSX_DEPLOYMENT_TARGET = 10.10;
512
+ PRODUCT_BUNDLE_IDENTIFIER = com.robbiehanson.CocoaAsyncSocket;
512
513
PRODUCT_NAME = "$(PROJECT_NAME)";
513
514
SDKROOT = macosx;
514
515
SKIP_INSTALL = YES;
530
531
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
531
532
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
532
533
MACOSX_DEPLOYMENT_TARGET = 10.10;
534
+ PRODUCT_BUNDLE_IDENTIFIER = com.robbiehanson.CocoaAsyncSocket;
533
535
PRODUCT_NAME = "$(PROJECT_NAME)";
534
536
SDKROOT = macosx;
535
537
SKIP_INSTALL = YES;
You can’t perform that action at this time.
0 commit comments