Skip to content

Commit 02eee33

Browse files
committed
Release v0.7.0
2 parents 467cfa4 + 0cdef2f commit 02eee33

File tree

190 files changed

+9663
-1170
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

190 files changed

+9663
-1170
lines changed

App/App.swift

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ struct ForPDAApp: App {
2626
.onOpenURL { url in
2727
appDelegate.store.send(.deeplink(url))
2828
}
29+
.tint(.Theme.primary)
2930
}
3031
}
3132
}
@@ -43,7 +44,11 @@ final class AppDelegate: UIResponder, UIApplicationDelegate {
4344
}
4445

4546
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
46-
store.send(.appDelegate(.didFinishLaunching))
47+
store.send(.appDelegate(.didFinishLaunching(application)))
4748
return true
4849
}
50+
51+
func application(_ application: UIApplication, didRegisterForRemoteNotificationsWithDeviceToken deviceToken: Data) {
52+
store.send(.appDelegate(.didRegisterForRemoteNotifications(deviceToken)))
53+
}
4954
}

App/Fonts/fontello.ttf

27.9 KB
Binary file not shown.

App/Info.plist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
</array>
2323
<key>ITSAppUsesNonExemptEncryption</key>
2424
<false/>
25+
<key>UIAppFonts</key>
26+
<array>
27+
<string>fontello.ttf</string>
28+
</array>
2529
<key>UIApplicationSceneManifest</key>
2630
<dict>
2731
<key>UIApplicationSupportsMultipleScenes</key>

ForPDA.xcodeproj/project.pbxproj

Lines changed: 29 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 56;
6+
objectVersion = 70;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -60,6 +60,20 @@
6060
B8DEB2212BAB81CC00AD97C6 /* App.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = App.swift; sourceTree = "<group>"; };
6161
/* End PBXFileReference section */
6262

63+
/* Begin PBXFileSystemSynchronizedRootGroup section */
64+
13C9F9FA2CADCDFF003280F3 /* Fonts */ = {
65+
isa = PBXFileSystemSynchronizedRootGroup;
66+
exceptions = (
67+
);
68+
explicitFileTypes = {
69+
};
70+
explicitFolders = (
71+
);
72+
path = Fonts;
73+
sourceTree = "<group>";
74+
};
75+
/* End PBXFileSystemSynchronizedRootGroup section */
76+
6377
/* Begin PBXFrameworksBuildPhase section */
6478
B8AB63BA2AA49F6100F2CEFF /* Frameworks */ = {
6579
isa = PBXFrameworksBuildPhase;
@@ -123,6 +137,7 @@
123137
B8D351F7293CABB6008A84EA /* App */ = {
124138
isa = PBXGroup;
125139
children = (
140+
13C9F9FA2CADCDFF003280F3 /* Fonts */,
126141
B8DEB2212BAB81CC00AD97C6 /* App.swift */,
127142
B88BDA872BF6BC0200E17268 /* Assets.xcassets */,
128143
B84BC1E42C77DA4000C38BB2 /* LaunchScreen.storyboard */,
@@ -173,6 +188,9 @@
173188
dependencies = (
174189
B8AB63D42AA49F6100F2CEFF /* PBXTargetDependency */,
175190
);
191+
fileSystemSynchronizedGroups = (
192+
13C9F9FA2CADCDFF003280F3 /* Fonts */,
193+
);
176194
name = ForPDA;
177195
packageProductDependencies = (
178196
B894CE152C7FB54700D0D18B /* AppFeature */,
@@ -299,7 +317,7 @@
299317
buildSettings = {
300318
CODE_SIGN_IDENTITY = "Apple Development";
301319
CODE_SIGN_STYLE = Automatic;
302-
CURRENT_PROJECT_VERSION = 244;
320+
CURRENT_PROJECT_VERSION = 378;
303321
DEVELOPMENT_TEAM = 7353CQCGQC;
304322
GENERATE_INFOPLIST_FILE = YES;
305323
INFOPLIST_FILE = OpenInAppExtension/Info.plist;
@@ -311,7 +329,7 @@
311329
"@executable_path/Frameworks",
312330
"@executable_path/../../Frameworks",
313331
);
314-
MARKETING_VERSION = 0.6.0;
332+
MARKETING_VERSION = 0.7.0;
315333
OTHER_LDFLAGS = (
316334
"-framework",
317335
SafariServices,
@@ -335,7 +353,7 @@
335353
buildSettings = {
336354
CODE_SIGN_IDENTITY = "Apple Development";
337355
CODE_SIGN_STYLE = Automatic;
338-
CURRENT_PROJECT_VERSION = 244;
356+
CURRENT_PROJECT_VERSION = 378;
339357
DEVELOPMENT_TEAM = 7353CQCGQC;
340358
GENERATE_INFOPLIST_FILE = YES;
341359
INFOPLIST_FILE = OpenInAppExtension/Info.plist;
@@ -347,7 +365,7 @@
347365
"@executable_path/Frameworks",
348366
"@executable_path/../../Frameworks",
349367
);
350-
MARKETING_VERSION = 0.6.0;
368+
MARKETING_VERSION = 0.7.0;
351369
OTHER_LDFLAGS = (
352370
"-framework",
353371
SafariServices,
@@ -502,9 +520,10 @@
502520
buildSettings = {
503521
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
504522
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
523+
CODE_SIGN_ENTITLEMENTS = ForPDA/ForPDA.entitlements;
505524
CODE_SIGN_IDENTITY = "Apple Development";
506525
CODE_SIGN_STYLE = Automatic;
507-
CURRENT_PROJECT_VERSION = 244;
526+
CURRENT_PROJECT_VERSION = 378;
508527
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
509528
DEVELOPMENT_TEAM = 7353CQCGQC;
510529
ENABLE_USER_SCRIPT_SANDBOXING = NO;
@@ -521,7 +540,7 @@
521540
"$(inherited)",
522541
"@executable_path/Frameworks",
523542
);
524-
MARKETING_VERSION = 0.6.0;
543+
MARKETING_VERSION = 0.7.0;
525544
OTHER_SWIFT_FLAGS = "";
526545
PRODUCT_BUNDLE_IDENTIFIER = com.subvert.forpda;
527546
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -554,9 +573,10 @@
554573
buildSettings = {
555574
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
556575
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
576+
CODE_SIGN_ENTITLEMENTS = ForPDA/ForPDA.entitlements;
557577
CODE_SIGN_IDENTITY = "Apple Development";
558578
CODE_SIGN_STYLE = Automatic;
559-
CURRENT_PROJECT_VERSION = 244;
579+
CURRENT_PROJECT_VERSION = 378;
560580
DEVELOPMENT_TEAM = 7353CQCGQC;
561581
ENABLE_USER_SCRIPT_SANDBOXING = NO;
562582
GENERATE_INFOPLIST_FILE = YES;
@@ -572,7 +592,7 @@
572592
"$(inherited)",
573593
"@executable_path/Frameworks",
574594
);
575-
MARKETING_VERSION = 0.6.0;
595+
MARKETING_VERSION = 0.7.0;
576596
OTHER_SWIFT_FLAGS = "";
577597
PRODUCT_BUNDLE_IDENTIFIER = com.subvert.forpda;
578598
PRODUCT_NAME = "$(TARGET_NAME)";

ForPDA.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 58 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ForPDA.xcodeproj/xcshareddata/xcschemes/ForPDA.xcscheme

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
buildConfiguration = "Debug"
6464
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
6565
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
66-
language = "ru"
6766
launchStyle = "0"
6867
useCustomWorkingDirectory = "NO"
6968
ignoresPersistentStateOnLaunch = "NO"

ForPDA/ForPDA.entitlements

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict/>
5+
</plist>

0 commit comments

Comments
 (0)