Skip to content

Commit aa17bf9

Browse files
committed
1.1.8
1 parent 590a177 commit aa17bf9

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,14 @@
22
A [Lobsters](https://lobste.rs) Reader
33

44
Read trending tech, science, programming, and startup news from Lobsters (lobste.rs) with the only Lobsters Reader written in SwiftUI. Lobsters is a computing-focused community centered around link aggregation and discussion.
5+
6+
7+
## Development
8+
9+
### Local Development
10+
11+
#### Docker
12+
1. Setup https://github.com/utensils/docker-lobsters
13+
* You may need to ensure you have rvm installed
14+
* You may need to update the reference to lobsters `cd lobsters; git pull`
15+
2. Login with test:test

claw.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@
818818
"@executable_path/Frameworks",
819819
"@executable_path/../../Frameworks",
820820
);
821-
MARKETING_VERSION = 1.1.7;
821+
MARKETING_VERSION = 1.1.8;
822822
PRODUCT_BUNDLE_IDENTIFIER = "com.twodayslate.claw.hottest-widget";
823823
PRODUCT_NAME = "$(TARGET_NAME)";
824824
SKIP_INSTALL = YES;
@@ -842,7 +842,7 @@
842842
"@executable_path/Frameworks",
843843
"@executable_path/../../Frameworks",
844844
);
845-
MARKETING_VERSION = 1.1.7;
845+
MARKETING_VERSION = 1.1.8;
846846
PRODUCT_BUNDLE_IDENTIFIER = "com.twodayslate.claw.hottest-widget";
847847
PRODUCT_NAME = "$(TARGET_NAME)";
848848
SKIP_INSTALL = YES;
@@ -985,7 +985,7 @@
985985
"$(inherited)",
986986
"@executable_path/Frameworks",
987987
);
988-
MARKETING_VERSION = 1.1.7;
988+
MARKETING_VERSION = 1.1.8;
989989
PRODUCT_BUNDLE_IDENTIFIER = com.twodayslate.claw;
990990
PRODUCT_NAME = "$(TARGET_NAME)";
991991
SUPPORTS_MACCATALYST = NO;
@@ -1013,7 +1013,7 @@
10131013
"$(inherited)",
10141014
"@executable_path/Frameworks",
10151015
);
1016-
MARKETING_VERSION = 1.1.7;
1016+
MARKETING_VERSION = 1.1.8;
10171017
PRODUCT_BUNDLE_IDENTIFIER = com.twodayslate.claw;
10181018
PRODUCT_NAME = "$(TARGET_NAME)";
10191019
SUPPORTS_MACCATALYST = NO;
@@ -1122,7 +1122,7 @@
11221122
"@executable_path/Frameworks",
11231123
"@executable_path/../../Frameworks",
11241124
);
1125-
MARKETING_VERSION = 1.1.7;
1125+
MARKETING_VERSION = 1.1.8;
11261126
PRODUCT_BUNDLE_IDENTIFIER = "com.twodayslate.claw.opener-action";
11271127
PRODUCT_NAME = "$(TARGET_NAME)";
11281128
SKIP_INSTALL = YES;
@@ -1146,7 +1146,7 @@
11461146
"@executable_path/Frameworks",
11471147
"@executable_path/../../Frameworks",
11481148
);
1149-
MARKETING_VERSION = 1.1.7;
1149+
MARKETING_VERSION = 1.1.8;
11501150
PRODUCT_BUNDLE_IDENTIFIER = "com.twodayslate.claw.opener-action";
11511151
PRODUCT_NAME = "$(TARGET_NAME)";
11521152
SKIP_INSTALL = YES;

0 commit comments

Comments
 (0)