File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 382
382
"@executable_path/../Frameworks",
383
383
"@loader_path/Frameworks",
384
384
);
385
- MARKETING_VERSION = 3.0.0 ;
385
+ MARKETING_VERSION = 3.0.1 ;
386
386
PRODUCT_BUNDLE_IDENTIFIER = com.sindresorhus.LaunchAtLogin;
387
387
PRODUCT_NAME = "$(TARGET_NAME)";
388
388
PROVISIONING_PROFILE_SPECIFIER = "";
412
412
"@executable_path/../Frameworks",
413
413
"@loader_path/Frameworks",
414
414
);
415
- MARKETING_VERSION = 3.0.0 ;
415
+ MARKETING_VERSION = 3.0.1 ;
416
416
PRODUCT_BUNDLE_IDENTIFIER = com.sindresorhus.LaunchAtLogin;
417
417
PRODUCT_NAME = "$(TARGET_NAME)";
418
418
PROVISIONING_PROFILE_SPECIFIER = "";
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ github "sindresorhus/LaunchAtLogin"
22
22
23
23
## Usage
24
24
25
- Add a new [ "Run Script Phase"] ( http://stackoverflow.com/a/39633955/64949 ) below "Embed Frameworks" in "Build Phases" with the following:
25
+ Add a new [ "Run Script Phase"] ( http://stackoverflow.com/a/39633955/64949 ) ** below** "Embed Frameworks" in "Build Phases" with the following:
26
26
27
27
``` sh
28
28
" ${PROJECT_DIR} /Carthage/Build/Mac/LaunchAtLogin.framework/Resources/copy-helper.sh"
You can’t perform that action at this time.
0 commit comments