Skip to content

Commit 90a9dd1

Browse files
Merge pull request #36 from MirrorFly/release/5.17.4
UIKIT Release SDK 5.17.4 Integrated
2 parents a10a6e6 + bb05ff7 commit 90a9dd1

File tree

20 files changed

+180
-1372
lines changed

20 files changed

+180
-1372
lines changed

MirrorflyShareKit/ShareKitViewModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import Social
1313
import CoreServices
1414
import Contacts
1515

16-
let LICENSE_KEY = "****************"
16+
let LICENSE_KEY = "*************************"
1717
let CONTAINER_ID = "group.com.mirrorfly.qa"
1818
let IS_LIVE = false
1919
let APP_NAME = "UiKitQa"

MirrorflyUIkit.xcodeproj/project.pbxproj

Lines changed: 127 additions & 1320 deletions
Large diffs are not rendered by default.

MirrorflyUIkit.xcodeproj/xcshareddata/xcschemes/UiKitQa.xcscheme

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1240"
4-
version = "1.3">
3+
LastUpgradeVersion = "1500"
4+
version = "1.7">
55
<BuildAction
66
parallelizeBuildables = "YES"
77
buildImplicitDependencies = "YES">
@@ -26,9 +26,8 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29-
shouldUseLaunchSchemeArgsEnv = "YES">
30-
<Testables>
31-
</Testables>
29+
shouldUseLaunchSchemeArgsEnv = "YES"
30+
shouldAutocreateTestPlan = "YES">
3231
</TestAction>
3332
<LaunchAction
3433
buildConfiguration = "Debug"
@@ -50,12 +49,6 @@
5049
ReferencedContainer = "container:MirrorflyUIkit.xcodeproj">
5150
</BuildableReference>
5251
</BuildableProductRunnable>
53-
<CommandLineArguments>
54-
<CommandLineArgument
55-
argument = "-FIRDebugEnabled"
56-
isEnabled = "YES">
57-
</CommandLineArgument>
58-
</CommandLineArguments>
5952
</LaunchAction>
6053
<ProfileAction
6154
buildConfiguration = "Release"

MirrorflyUIkit.xcodeproj/xcuserdata/john.xcuserdatad/xcschemes/xcschememanagement.plist renamed to MirrorflyUIkit.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,27 @@
66
<dict>
77
<key>UiKitQa.xcscheme_^#shared#^_</key>
88
<dict>
9-
<key>isShown</key>
10-
<true/>
119
<key>orderHint</key>
12-
<integer>3</integer>
10+
<integer>89</integer>
1311
</dict>
1412
<key>UiKitQaNotificationExtention.xcscheme_^#shared#^_</key>
1513
<dict>
1614
<key>orderHint</key>
17-
<integer>5</integer>
15+
<integer>0</integer>
1816
</dict>
1917
<key>UikitQaShareKit.xcscheme_^#shared#^_</key>
2018
<dict>
2119
<key>orderHint</key>
22-
<integer>6</integer>
20+
<integer>1</integer>
2321
</dict>
2422
</dict>
2523
<key>SuppressBuildableAutocreation</key>
2624
<dict>
25+
<key>CEA2F92426569C590013F5E8</key>
26+
<dict>
27+
<key>primary</key>
28+
<true/>
29+
</dict>
2730
<key>CEC08A9C27E23B0D005E48C5</key>
2831
<dict>
2932
<key>primary</key>
Binary file not shown.

MirrorflyUIkit.xcworkspace/xcuserdata/john.xcuserdatad/IDEFindNavigatorScopes.plist renamed to MirrorflyUIkit.xcworkspace/xcuserdata/user.xcuserdatad/IDEFindNavigatorScopes.plist

File renamed without changes.
Binary file not shown.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
<key>BuildLocationStyle</key>
6+
<string>UseAppPreferences</string>
7+
<key>CustomBuildLocationType</key>
8+
<string>RelativeToDerivedData</string>
9+
<key>DerivedDataLocationStyle</key>
10+
<string>Default</string>
11+
<key>ShowSharedSchemesAutomaticallyEnabled</key>
12+
<true/>
13+
</dict>
14+
</plist>

MirrorflyUIkit.xcworkspace/xcuserdata/john.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist renamed to MirrorflyUIkit.xcworkspace/xcuserdata/user.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Bucket
3-
uuid = "ECF3DDAC-E845-40CF-8512-1284FAA226B6"
3+
uuid = "4604A8F8-224D-41B4-86C8-942DDBB45E20"
44
type = "0"
55
version = "2.0">
66
</Bucket>

MirrorflyUIkit/Calls/CallLogViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ extension CallLogViewController : UITableViewDataSource, UITableViewDelegate {
776776

777777
func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
778778
seletedCallLog = callLogArray[indexPath.row]
779-
779+
780780
if isGroupOrUserBlocked(callLog: seletedCallLog) {
781781
return
782782
}

0 commit comments

Comments
 (0)