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

Commit 69a0a4a

Browse files
ravronafh
authored andcommitted
ios: Update LinkKit to 1.1.10 (#22)
1 parent 0fe4e5c commit 69a0a4a

File tree

63 files changed

+22
-8
lines changed

Some content is hidden

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

63 files changed

+22
-8
lines changed

LinkKit.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@
1919
"1.1.6": "https://github.com/plaid/link/releases/download/ios/1.1.6/LinkKit.framework.zip",
2020
"1.1.7": "https://github.com/plaid/link/releases/download/ios/1.1.7/LinkKit.framework.zip",
2121
"1.1.8": "https://github.com/plaid/link/releases/download/ios/1.1.8/LinkKit.framework.zip",
22-
"1.1.9": "https://github.com/plaid/link/releases/download/ios/1.1.9/LinkKit.framework.zip"
22+
"1.1.9": "https://github.com/plaid/link/releases/download/ios/1.1.9/LinkKit.framework.zip",
23+
"1.1.10": "https://github.com/plaid/link/releases/download/ios/1.1.10/LinkKit.framework.zip"
2324
}

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.9'
4+
s.version = '1.1.10'
55

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

ios/CHANGELOG.md

Lines changed: 11 additions & 0 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-Swift4/LinkDemo-Swift4.xcodeproj/project.pbxproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
TargetAttributes = {
118118
91035E4E1E3CA7C000A97B26 = {
119119
CreatedOnToolsVersion = 8.2.1;
120+
DevelopmentTeam = Z2P2MSMY87;
120121
ProvisioningStyle = Automatic;
121122
};
122123
};
@@ -312,7 +313,7 @@
312313
buildSettings = {
313314
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
314315
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
315-
DEVELOPMENT_TEAM = "";
316+
DEVELOPMENT_TEAM = Z2P2MSMY87;
316317
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/../";
317318
INFOPLIST_FILE = "LinkDemo-Swift4/Info.plist";
318319
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
@@ -330,7 +331,7 @@
330331
buildSettings = {
331332
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
332333
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
333-
DEVELOPMENT_TEAM = "";
334+
DEVELOPMENT_TEAM = Z2P2MSMY87;
334335
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/../";
335336
INFOPLIST_FILE = "LinkDemo-Swift4/Info.plist";
336337
IPHONEOS_DEPLOYMENT_TARGET = 8.0;

ios/LinkDemo-Swift4/LinkDemo-Swift4/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
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>5cbfbd8ca018fb3f318df84d5ab6fe</string>
3131
<key>product</key>
3232
<string>auth</string>
3333
<key>selectAccount</key>

ios/LinkKit.framework/Assets.car

93.7 KB
Binary file not shown.

ios/LinkKit.framework/Info.plist

1 Byte
Binary file not shown.

ios/LinkKit.framework/LinkKit

2.8 MB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)