Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Commit 1923b42

Browse files
afhGitHub Enterprise
authored andcommitted
ios: Update LinkKit to 1.1.13 (#28)
1 parent 9610ac8 commit 1923b42

File tree

61 files changed

+23
-11
lines changed

Some content is hidden

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

61 files changed

+23
-11
lines changed

LinkKit.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@
2222
"1.1.9": "https://github.com/plaid/link/releases/download/ios/1.1.9/LinkKit.framework.zip",
2323
"1.1.10": "https://github.com/plaid/link/releases/download/ios/1.1.10/LinkKit.framework.zip",
2424
"1.1.11": "https://github.com/plaid/link/releases/download/ios/1.1.11/LinkKit.framework.zip",
25-
"1.1.12": "https://github.com/plaid/link/releases/download/ios/1.1.12/LinkKit.framework.zip"
25+
"1.1.12": "https://github.com/plaid/link/releases/download/ios/1.1.12/LinkKit.framework.zip",
26+
"1.1.13": "https://github.com/plaid/link/releases/download/ios/1.1.13/LinkKit.framework.zip"
2627
}

Plaid.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'Plaid'
33
s.module_name = 'LinkKit'
4-
s.version = '1.1.12'
4+
s.version = '1.1.13'
55

66
s.summary = 'The official Plaid Link SDK for iOS.'
77

ios/CHANGELOG.md

Lines changed: 14 additions & 2 deletions

ios/LinkDemo-ObjC/LinkDemo-ObjC.xcodeproj/project.pbxproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131
TargetAttributes = {
132132
910CAE171E3BC35C0089B9CC = {
133133
CreatedOnToolsVersion = 8.2.1;
134+
DevelopmentTeam = Z2P2MSMY87;
134135
ProvisioningStyle = Automatic;
135136
};
136137
};
@@ -323,7 +324,7 @@
323324
isa = XCBuildConfiguration;
324325
buildSettings = {
325326
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
326-
DEVELOPMENT_TEAM = "";
327+
DEVELOPMENT_TEAM = Z2P2MSMY87;
327328
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/../";
328329
INFOPLIST_FILE = "LinkDemo-ObjC/Info.plist";
329330
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
@@ -339,7 +340,7 @@
339340
isa = XCBuildConfiguration;
340341
buildSettings = {
341342
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
342-
DEVELOPMENT_TEAM = "";
343+
DEVELOPMENT_TEAM = Z2P2MSMY87;
343344
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/../";
344345
INFOPLIST_FILE = "LinkDemo-ObjC/Info.plist";
345346
IPHONEOS_DEPLOYMENT_TARGET = 8.0;

ios/LinkDemo-ObjC/LinkDemo-ObjC.xcodeproj/xcshareddata/xcschemes/LinkDemo-ObjC.xcscheme

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29-
language = ""
3029
shouldUseLaunchSchemeArgsEnv = "YES">
3130
<Testables>
3231
</Testables>
@@ -46,7 +45,6 @@
4645
buildConfiguration = "Debug"
4746
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4847
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
49-
language = ""
5048
launchStyle = "0"
5149
useCustomWorkingDirectory = "NO"
5250
ignoresPersistentStateOnLaunch = "NO"

ios/LinkDemo-ObjC/LinkDemo-ObjC/Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
<key>clientName</key>
2626
<string>$(PRODUCT_NAME)</string>
2727
<key>env</key>
28-
<string>$(LINK_ENV)</string>
28+
<string>Sandbox</string>
2929
<key>key</key>
30-
<string>$(LINK_KEY)</string>
30+
<string>e8ff5d870a27323f10b1b0eb09dffe</string>
3131
<key>product</key>
3232
<string>auth</string>
3333
<key>selectAccount</key>
34-
<false/>
34+
<true/>
3535
</dict>
3636
<key>UILaunchStoryboardName</key>
3737
<string>LaunchScreen</string>

ios/LinkKit.framework/Assets.car

0 Bytes
Binary file not shown.

ios/LinkKit.framework/Info.plist

0 Bytes
Binary file not shown.

ios/LinkKit.framework/LinkKit

50.4 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)