Skip to content

Commit fa70f5f

Browse files
Merge pull request #1311 from kambala-decapitator/bump-1.18.1
1.18.1 hotfix for iOS 12
2 parents 762864f + c9fa255 commit fa70f5f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Kodi Remote.xcodeproj/project.pbxproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
0FEA79FC165FBBED00BB281F /* XBMCVirtualKeyboard.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FEA79FB165FBBEC00BB281F /* XBMCVirtualKeyboard.m */; };
5757
0FEAE76816EA632800387DED /* ActorCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FEAE76716EA632800387DED /* ActorCell.m */; };
5858
0FEE08161704819A00EC9BC7 /* FloatingHeaderFlowLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FEE08151704819A00EC9BC7 /* FloatingHeaderFlowLayout.m */; };
59+
AC2B34B22E52504E007BFD9D /* SwiftUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AC2B34B12E52504E007BFD9D /* SwiftUI.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
5960
C7106D792D33C25400A96C93 /* BroadcastProgressView.m in Sources */ = {isa = PBXBuildFile; fileRef = C7106D782D33C25400A96C93 /* BroadcastProgressView.m */; };
6061
C7106D7B2D33EEE000A96C93 /* ProgressBarView.m in Sources */ = {isa = PBXBuildFile; fileRef = C7106D7A2D33EEE000A96C93 /* ProgressBarView.m */; };
6162
C7106D842D33FBCE00A96C93 /* PlaylistProgressView.m in Sources */ = {isa = PBXBuildFile; fileRef = C7106D832D33FBCE00A96C93 /* PlaylistProgressView.m */; };
@@ -264,6 +265,7 @@
264265
1A9786C31683D8E900B4F3F8 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = "<group>"; };
265266
8ED18E7A16B572D700CA03F4 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/InfoPlist.strings; sourceTree = "<group>"; };
266267
8ED18E7B16B572D700CA03F4 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; };
268+
AC2B34B12E52504E007BFD9D /* SwiftUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SwiftUI.framework; path = System/Library/Frameworks/SwiftUI.framework; sourceTree = SDKROOT; };
267269
B1FF37DE1709D1EB005473FF /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/InfoPlist.strings"; sourceTree = "<group>"; };
268270
B1FF37DF1709D1ED005473FF /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; };
269271
C703692827148CEF0049F9BF /* StoreKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = StoreKit.framework; path = System/Library/Frameworks/StoreKit.framework; sourceTree = SDKROOT; };
@@ -349,6 +351,7 @@
349351
isa = PBXFrameworksBuildPhase;
350352
buildActionMask = 2147483647;
351353
files = (
354+
AC2B34B22E52504E007BFD9D /* SwiftUI.framework in Frameworks */,
352355
C795123F2DC95A7E00A8CEE5 /* LinkPresentation.framework in Frameworks */,
353356
0F5548FB151D1187007E633F /* UIKit.framework in Frameworks */,
354357
);
@@ -532,6 +535,7 @@
532535
0F5548F9151D1187007E633F /* Frameworks */ = {
533536
isa = PBXGroup;
534537
children = (
538+
AC2B34B12E52504E007BFD9D /* SwiftUI.framework */,
535539
C795123E2DC95A7E00A8CEE5 /* LinkPresentation.framework */,
536540
C7432A6D2B12195600100E83 /* WebKit.framework */,
537541
C703692827148CEF0049F9BF /* StoreKit.framework */,
@@ -1048,7 +1052,7 @@
10481052
GCC_WARN_UNUSED_FUNCTION = YES;
10491053
GCC_WARN_UNUSED_VARIABLE = YES;
10501054
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
1051-
MARKETING_VERSION = 1.18;
1055+
MARKETING_VERSION = 1.18.1;
10521056
ONLY_ACTIVE_ARCH = YES;
10531057
SDKROOT = iphoneos;
10541058
};
@@ -1095,7 +1099,7 @@
10951099
GCC_WARN_UNUSED_FUNCTION = YES;
10961100
GCC_WARN_UNUSED_VARIABLE = YES;
10971101
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
1098-
MARKETING_VERSION = 1.18;
1102+
MARKETING_VERSION = 1.18.1;
10991103
ONLY_ACTIVE_ARCH = NO;
11001104
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
11011105
SDKROOT = iphoneos;

fastlane/metadata/en-US/release_notes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Features:
22
- Share URL of items (e.g. for playback with other apps)
33

44
Bugfixes:
5+
- 1.18.1: restore app functionality on iOS 12
56
- NowPlaying wrong sized after entering from library view
67

78
Improvements:

0 commit comments

Comments
 (0)