Skip to content

Commit

Permalink
Release 1.0.0 (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
martindsq authored Dec 17, 2020
1 parent a3961c2 commit a796074
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 15 deletions.
25 changes: 23 additions & 2 deletions Planetary.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
0A1CA4C524E5D714006CAC43 /* FollowOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A1CA4C424E5D714006CAC43 /* FollowOperation.swift */; };
0A1CA4C724EB097B006CAC43 /* PubArray+Constellation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A1CA4C624EB097B006CAC43 /* PubArray+Constellation.swift */; };
0A1CA4CA24EB2353006CAC43 /* SendMissionOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A1CA4C924EB2353006CAC43 /* SendMissionOperation.swift */; };
0A30F86F2589253E002B281D /* Generated.strings in Resources */ = {isa = PBXBuildFile; fileRef = 0A30F86D2589253E002B281D /* Generated.strings */; };
0A387FF42474E09200777843 /* Analytics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A387FF32474E09200777843 /* Analytics.swift */; };
0A387FF52474E10400777843 /* NullAnalytics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53C2B12E2295A95A0018D0A8 /* NullAnalytics.swift */; };
0A387FF72474E45A00777843 /* CrashReporting.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A387FF62474E45A00777843 /* CrashReporting.swift */; };
Expand Down Expand Up @@ -772,6 +773,7 @@
0A1CA4C424E5D714006CAC43 /* FollowOperation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FollowOperation.swift; sourceTree = "<group>"; };
0A1CA4C624EB097B006CAC43 /* PubArray+Constellation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "PubArray+Constellation.swift"; sourceTree = "<group>"; };
0A1CA4C924EB2353006CAC43 /* SendMissionOperation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendMissionOperation.swift; sourceTree = "<group>"; };
0A30F86E2589253E002B281D /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = Generated.strings; sourceTree = "<group>"; };
0A387FF32474E09200777843 /* Analytics.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Analytics.swift; sourceTree = "<group>"; };
0A387FF62474E45A00777843 /* CrashReporting.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CrashReporting.swift; sourceTree = "<group>"; };
0A387FF92474E65300777843 /* PhoneVerificationAPI.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PhoneVerificationAPI.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1345,6 +1347,14 @@
path = Operations;
sourceTree = "<group>";
};
0A30F86C2589253E002B281D /* pl.lproj */ = {
isa = PBXGroup;
children = (
0A30F86D2589253E002B281D /* Generated.strings */,
);
path = pl.lproj;
sourceTree = "<group>";
};
0A3880192475BB4500777843 /* UITests */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -2161,6 +2171,7 @@
8D9143EA230C5BF60075BC8A /* Localization */ = {
isa = PBXGroup;
children = (
0A30F86C2589253E002B281D /* pl.lproj */,
0A04D8B9247723C100DD37B7 /* es-ar.lproj */,
0A04D8B5247721EE00DD37B7 /* es-uy.lproj */,
0AC10DD8246C436800CCA22A /* es.lproj */,
Expand Down Expand Up @@ -2326,6 +2337,7 @@
"es-uy",
"es-ar",
"es-AR",
pl,
);
mainGroup = 5344D82221C4649700704A34;
productRefGroup = 5344D82C21C4649700704A34 /* Products */;
Expand Down Expand Up @@ -2405,6 +2417,7 @@
0A04D8B82477220F00DD37B7 /* Generated.strings in Resources */,
5344D83921C4649A00704A34 /* LaunchScreen.storyboard in Resources */,
0AC10DDB246C43DC00CCA22A /* Generated.strings in Resources */,
0A30F86F2589253E002B281D /* Generated.strings in Resources */,
5344D83621C4649A00704A34 /* Assets.xcassets in Resources */,
0A04D8BC2477260F00DD37B7 /* Generated.strings in Resources */,
);
Expand Down Expand Up @@ -3389,6 +3402,14 @@
name = Generated.strings;
sourceTree = "<group>";
};
0A30F86D2589253E002B281D /* Generated.strings */ = {
isa = PBXVariantGroup;
children = (
0A30F86E2589253E002B281D /* pl */,
);
name = Generated.strings;
sourceTree = "<group>";
};
0AC10DD9246C43DC00CCA22A /* Generated.strings */ = {
isa = PBXVariantGroup;
children = (
Expand Down Expand Up @@ -3733,7 +3754,7 @@
"@executable_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 0.9.35;
MARKETING_VERSION = 1.0.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-framework",
Expand Down Expand Up @@ -3777,7 +3798,7 @@
"@executable_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 0.9.35;
MARKETING_VERSION = 1.0.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-framework",
Expand Down
2 changes: 1 addition & 1 deletion Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>244</string>
<string>250</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion Source/Controller/DiscoverViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class DiscoverViewController: ContentViewController {
// MARK: Load and refresh

func load(animated: Bool = false) {
Bots.current.recent() { [weak self] proxy, error in
Bots.current.everyone() { [weak self] proxy, error in
Log.optional(error)
CrashReporting.shared.reportIfNeeded(error: error)
self?.refreshControl.endRefreshing()
Expand Down
4 changes: 2 additions & 2 deletions Source/Localization/Text.swift
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ enum Text: String, Localizable, CaseIterable {

case channels = "Hashtags"
case select = "Select"
case home = "Your Feed"
case explore = "Explore"
case home = "For You"
case explore = "Discover"
case messages = "Messages"
case notifications = "Notifications"
case thread = "Thread"
Expand Down
4 changes: 2 additions & 2 deletions Source/Localization/en.lproj/Generated.strings
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
"Text.lastSynced" = "SYNCED: {{ when }}";
"Text.channels" = "Hashtags";
"Text.select" = "Select";
"Text.home" = "Your Feed";
"Text.explore" = "Explore";
"Text.home" = "For You";
"Text.explore" = "Discover";
"Text.messages" = "Messages";
"Text.notifications" = "Notifications";
"Text.thread" = "Thread";
Expand Down
4 changes: 2 additions & 2 deletions Source/Localization/es-ar.lproj/Generated.strings
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
"Text.lastSynced" = "ULTIMA: {{ when }}";
"Text.channels" = "Hashtags";
"Text.select" = "Seleccionar";
"Text.home" = "Inicio";
"Text.explore" = "Explorar";
"Text.home" = "Para vos";
"Text.explore" = "Descubrí";
"Text.messages" = "Mensajes";
"Text.notifications" = "Notificaciones";
"Text.thread" = "Hilo";
Expand Down
4 changes: 2 additions & 2 deletions Source/Localization/es-uy.lproj/Generated.strings
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
"Text.lastSynced" = "ULTIMA: {{ when }}";
"Text.channels" = "Hashtags";
"Text.select" = "Seleccionar";
"Text.home" = "Inicio";
"Text.explore" = "Explorar";
"Text.home" = "Para vos";
"Text.explore" = "Descubrí";
"Text.messages" = "Mensajes";
"Text.notifications" = "Notificaciones";
"Text.thread" = "Hilo";
Expand Down
4 changes: 2 additions & 2 deletions Source/Localization/es.lproj/Generated.strings
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
"Text.lastSynced" = "ULTIMA: {{ when }}";
"Text.channels" = "Etiquetas";
"Text.select" = "Seleccionar";
"Text.home" = "Inicio";
"Text.explore" = "Explorar";
"Text.home" = "Para tí";
"Text.explore" = "Descubre";
"Text.messages" = "Mensajes";
"Text.notifications" = "Notificaciones";
"Text.thread" = "Hilo";
Expand Down
2 changes: 1 addition & 1 deletion Source/UI/TitledToggle.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class TitledToggle: UIView {
let view = UILabel.forAutoLayout()
view.font = UIFont.systemFont(ofSize: 14, weight: .regular)
view.lineBreakMode = .byWordWrapping
view.numberOfLines = 2
view.numberOfLines = 3
view.textColor = UIColor.text.detail
return view
}()
Expand Down

0 comments on commit a796074

Please sign in to comment.