Skip to content

Commit

Permalink
Change to com.onmyway133
Browse files Browse the repository at this point in the history
  • Loading branch information
onmyway133 committed Sep 14, 2018
1 parent 4445d4a commit 30a6825
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions FinderGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand All @@ -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;
};
Expand All @@ -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";
Expand All @@ -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";
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30a6825

Please sign in to comment.