Skip to content

Commit 1981985

Browse files
committed
3.0.1
1 parent 210a771 commit 1981985

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LaunchAtLogin.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@
382382
"@executable_path/../Frameworks",
383383
"@loader_path/Frameworks",
384384
);
385-
MARKETING_VERSION = 3.0.0;
385+
MARKETING_VERSION = 3.0.1;
386386
PRODUCT_BUNDLE_IDENTIFIER = com.sindresorhus.LaunchAtLogin;
387387
PRODUCT_NAME = "$(TARGET_NAME)";
388388
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -412,7 +412,7 @@
412412
"@executable_path/../Frameworks",
413413
"@loader_path/Frameworks",
414414
);
415-
MARKETING_VERSION = 3.0.0;
415+
MARKETING_VERSION = 3.0.1;
416416
PRODUCT_BUNDLE_IDENTIFIER = com.sindresorhus.LaunchAtLogin;
417417
PRODUCT_NAME = "$(TARGET_NAME)";
418418
PROVISIONING_PROFILE_SPECIFIER = "";

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ github "sindresorhus/LaunchAtLogin"
2222

2323
## Usage
2424

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:
2626

2727
```sh
2828
"${PROJECT_DIR}/Carthage/Build/Mac/LaunchAtLogin.framework/Resources/copy-helper.sh"

0 commit comments

Comments
 (0)