From 30a6825dd82dee4b1e5c1025d1d33d82987ff8dd Mon Sep 17 00:00:00 2001 From: Khoa Pham Date: Fri, 14 Sep 2018 10:02:08 +0200 Subject: [PATCH] Change to com.onmyway133 --- FinderGo.xcodeproj/project.pbxproj | 16 ++++++++-------- README.md | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/FinderGo.xcodeproj/project.pbxproj b/FinderGo.xcodeproj/project.pbxproj index 18074f8..b96d142 100644 --- a/FinderGo.xcodeproj/project.pbxproj +++ b/FinderGo.xcodeproj/project.pbxproj @@ -553,7 +553,7 @@ COMBINE_HIDPI_IMAGES = YES; INFOPLIST_FILE = FinderGo/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.fantageek.FinderGo; + PRODUCT_BUNDLE_IDENTIFIER = com.onmyway133.FinderGo; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 3.0; }; @@ -567,7 +567,7 @@ COMBINE_HIDPI_IMAGES = YES; INFOPLIST_FILE = FinderGo/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.fantageek.FinderGo; + PRODUCT_BUNDLE_IDENTIFIER = com.onmyway133.FinderGo; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 3.0; }; @@ -581,7 +581,7 @@ COMBINE_HIDPI_IMAGES = YES; INFOPLIST_FILE = FinderGoTests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.fantageek.FinderGoTests; + PRODUCT_BUNDLE_IDENTIFIER = com.onmyway133.FinderGoTests; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 3.0; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/FinderGo.app/Contents/MacOS/FinderGo"; @@ -596,7 +596,7 @@ COMBINE_HIDPI_IMAGES = YES; INFOPLIST_FILE = FinderGoTests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.fantageek.FinderGoTests; + PRODUCT_BUNDLE_IDENTIFIER = com.onmyway133.FinderGoTests; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 3.0; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/FinderGo.app/Contents/MacOS/FinderGo"; @@ -610,7 +610,7 @@ COMBINE_HIDPI_IMAGES = YES; INFOPLIST_FILE = FinderGoUITests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.fantageek.FinderGoUITests; + PRODUCT_BUNDLE_IDENTIFIER = com.onmyway133.FinderGoUITests; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 3.0; TEST_TARGET_NAME = FinderGo; @@ -624,7 +624,7 @@ COMBINE_HIDPI_IMAGES = YES; INFOPLIST_FILE = FinderGoUITests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.fantageek.FinderGoUITests; + PRODUCT_BUNDLE_IDENTIFIER = com.onmyway133.FinderGoUITests; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 3.0; TEST_TARGET_NAME = FinderGo; @@ -638,7 +638,7 @@ COMBINE_HIDPI_IMAGES = YES; INFOPLIST_FILE = FinderSyncExtension/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @executable_path/../../../../Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.fantageek.FinderGo.FinderSyncExtension; + PRODUCT_BUNDLE_IDENTIFIER = com.onmyway133.FinderGo.FinderSyncExtension; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; SWIFT_VERSION = 3.0; @@ -652,7 +652,7 @@ COMBINE_HIDPI_IMAGES = YES; INFOPLIST_FILE = FinderSyncExtension/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @executable_path/../../../../Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.fantageek.FinderGo.FinderSyncExtension; + PRODUCT_BUNDLE_IDENTIFIER = com.onmyway133.FinderGo.FinderSyncExtension; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; SWIFT_VERSION = 3.0; diff --git a/README.md b/README.md index e16f271..97e7718 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ #### How to use -- Because of sandbox, we need to copy scripts from `FinderSyncExtension/Scripts` in project to `/Library/Application Scripts/com.fantageek.FinderGo.FinderSyncExtension` by running +- Because of sandbox, we need to copy scripts from `FinderSyncExtension/Scripts` in project to `/Library/Application Scripts/com.onmyway133.FinderGo.FinderSyncExtension` by running ```sh curl -fsSL https://raw.githubusercontent.com/onmyway133/FinderGo/master/install.sh | sh