Skip to content

Commit 42d4ee5

Browse files
committed
dc
1 parent 57a76a5 commit 42d4ee5

File tree

2 files changed

+39
-49
lines changed

2 files changed

+39
-49
lines changed

Demo/Demo/Demo.xcodeproj/project.pbxproj

Lines changed: 34 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
A9EC229727AD3D3500933DF1 /* KeyboardUnicode.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = A9EC229027AD3D3500933DF1 /* KeyboardUnicode.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
6868
A9EC229E27AD3E1000933DF1 /* DemoInputSetProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9EC229D27AD3E1000933DF1 /* DemoInputSetProvider.swift */; };
6969
A9EC22A227AD4D9100933DF1 /* KeyboardView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A921157525D5906A003510D9 /* KeyboardView.swift */; };
70+
D8F822F229194D86004040A3 /* KeyboardKit in Frameworks */ = {isa = PBXBuildFile; productRef = D8F822F129194D86004040A3 /* KeyboardKit */; };
7071
/* End PBXBuildFile section */
7172

7273
/* Begin PBXContainerItemProxy section */
@@ -171,6 +172,7 @@
171172
buildActionMask = 2147483647;
172173
files = (
173174
A9EAA6C927B1526500BC9376 /* KeyboardKit in Frameworks */,
175+
D8F822F229194D86004040A3 /* KeyboardKit in Frameworks */,
174176
A9C2EB7F28F3ECD5009450D2 /* SwiftUIKit in Frameworks */,
175177
);
176178
runOnlyForDeploymentPostprocessing = 0;
@@ -388,6 +390,7 @@
388390
packageProductDependencies = (
389391
A9EAA6C827B1526500BC9376 /* KeyboardKit */,
390392
A9C2EB7E28F3ECD5009450D2 /* SwiftUIKit */,
393+
D8F822F129194D86004040A3 /* KeyboardKit */,
391394
);
392395
productName = Demo;
393396
productReference = A921152225D58A94003510D9 /* Demo.app */;
@@ -488,6 +491,7 @@
488491
mainGroup = A921151925D58A94003510D9;
489492
packageReferences = (
490493
A9C2EB7D28F3ECD5009450D2 /* XCRemoteSwiftPackageReference "SwiftUIKit" */,
494+
D8F822F029194D86004040A3 /* XCRemoteSwiftPackageReference "KeyboardKit" */,
491495
);
492496
productRefGroup = A921152325D58A94003510D9 /* Products */;
493497
projectDirPath = "";
@@ -756,8 +760,9 @@
756760
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
757761
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
758762
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
763+
CODE_SIGN_IDENTITY = "Apple Development";
759764
CODE_SIGN_STYLE = Automatic;
760-
DEVELOPMENT_TEAM = PMEDFW438U;
765+
DEVELOPMENT_TEAM = 8G5UXN52XS;
761766
ENABLE_PREVIEWS = YES;
762767
INFOPLIST_FILE = Demo/Info.plist;
763768
LD_RUNPATH_SEARCH_PATHS = (
@@ -767,6 +772,7 @@
767772
MARKETING_VERSION = 4.0;
768773
PRODUCT_BUNDLE_IDENTIFIER = com.keyboardkit.demo;
769774
PRODUCT_NAME = "$(TARGET_NAME)";
775+
PROVISIONING_PROFILE_SPECIFIER = "";
770776
SWIFT_VERSION = 5.0;
771777
TARGETED_DEVICE_FAMILY = "1,2";
772778
};
@@ -778,8 +784,9 @@
778784
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
779785
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
780786
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
781-
CODE_SIGN_STYLE = Manual;
782-
DEVELOPMENT_TEAM = "";
787+
CODE_SIGN_IDENTITY = "Apple Development";
788+
CODE_SIGN_STYLE = Automatic;
789+
DEVELOPMENT_TEAM = 8G5UXN52XS;
783790
ENABLE_PREVIEWS = YES;
784791
INFOPLIST_FILE = Demo/Info.plist;
785792
LD_RUNPATH_SEARCH_PATHS = (
@@ -798,8 +805,9 @@
798805
A921154225D58AC7003510D9 /* Debug */ = {
799806
isa = XCBuildConfiguration;
800807
buildSettings = {
808+
CODE_SIGN_IDENTITY = "Apple Development";
801809
CODE_SIGN_STYLE = Automatic;
802-
DEVELOPMENT_TEAM = PMEDFW438U;
810+
DEVELOPMENT_TEAM = "";
803811
INFOPLIST_FILE = Keyboard/Info.plist;
804812
INFOPLIST_KEY_CFBundleDisplayName = English;
805813
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
@@ -811,6 +819,7 @@
811819
MARKETING_VERSION = 4.0;
812820
PRODUCT_BUNDLE_IDENTIFIER = com.keyboardkit.demo.keyboard;
813821
PRODUCT_NAME = "$(TARGET_NAME)";
822+
PROVISIONING_PROFILE_SPECIFIER = "";
814823
SKIP_INSTALL = YES;
815824
SWIFT_VERSION = 5.0;
816825
TARGETED_DEVICE_FAMILY = "1,2";
@@ -820,8 +829,9 @@
820829
A921154325D58AC7003510D9 /* Release */ = {
821830
isa = XCBuildConfiguration;
822831
buildSettings = {
832+
CODE_SIGN_IDENTITY = "Apple Development";
823833
CODE_SIGN_STYLE = Automatic;
824-
DEVELOPMENT_TEAM = PMEDFW438U;
834+
DEVELOPMENT_TEAM = "";
825835
INFOPLIST_FILE = Keyboard/Info.plist;
826836
INFOPLIST_KEY_CFBundleDisplayName = English;
827837
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
@@ -833,6 +843,7 @@
833843
MARKETING_VERSION = 4.0;
834844
PRODUCT_BUNDLE_IDENTIFIER = com.keyboardkit.demo.keyboard;
835845
PRODUCT_NAME = "$(TARGET_NAME)";
846+
PROVISIONING_PROFILE_SPECIFIER = "";
836847
SKIP_INSTALL = YES;
837848
SWIFT_VERSION = 5.0;
838849
TARGETED_DEVICE_FAMILY = "1,2";
@@ -843,9 +854,10 @@
843854
isa = XCBuildConfiguration;
844855
buildSettings = {
845856
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
857+
CODE_SIGN_IDENTITY = "Apple Development";
846858
CODE_SIGN_STYLE = Automatic;
847859
CURRENT_PROJECT_VERSION = 1;
848-
DEVELOPMENT_TEAM = PMEDFW438U;
860+
DEVELOPMENT_TEAM = 8G5UXN52XS;
849861
GENERATE_INFOPLIST_FILE = YES;
850862
INFOPLIST_FILE = KeyboardCustom/Info.plist;
851863
INFOPLIST_KEY_CFBundleDisplayName = Custom;
@@ -859,6 +871,7 @@
859871
MARKETING_VERSION = 4.0;
860872
PRODUCT_BUNDLE_IDENTIFIER = com.keyboardkit.demo.KeyboardCustom;
861873
PRODUCT_NAME = "$(TARGET_NAME)";
874+
PROVISIONING_PROFILE_SPECIFIER = "";
862875
SKIP_INSTALL = YES;
863876
SWIFT_EMIT_LOC_STRINGS = YES;
864877
SWIFT_VERSION = 5.0;
@@ -872,7 +885,7 @@
872885
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
873886
CODE_SIGN_STYLE = Automatic;
874887
CURRENT_PROJECT_VERSION = 1;
875-
DEVELOPMENT_TEAM = "";
888+
DEVELOPMENT_TEAM = 8G5UXN52XS;
876889
GENERATE_INFOPLIST_FILE = YES;
877890
INFOPLIST_FILE = KeyboardCustom/Info.plist;
878891
INFOPLIST_KEY_CFBundleDisplayName = Custom;
@@ -899,7 +912,7 @@
899912
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
900913
CODE_SIGN_STYLE = Automatic;
901914
CURRENT_PROJECT_VERSION = 1;
902-
DEVELOPMENT_TEAM = PMEDFW438U;
915+
DEVELOPMENT_TEAM = 8G5UXN52XS;
903916
GENERATE_INFOPLIST_FILE = YES;
904917
INFOPLIST_FILE = KeyboardUnicode/Info.plist;
905918
INFOPLIST_KEY_CFBundleDisplayName = Unicode;
@@ -1006,6 +1019,14 @@
10061019
minimumVersion = 2.9.3;
10071020
};
10081021
};
1022+
D8F822F029194D86004040A3 /* XCRemoteSwiftPackageReference "KeyboardKit" */ = {
1023+
isa = XCRemoteSwiftPackageReference;
1024+
repositoryURL = /Users/giovannisimonicca/Documents/swipekeyboard/KeyboardKit;
1025+
requirement = {
1026+
branch = master;
1027+
kind = branch;
1028+
};
1029+
};
10091030
/* End XCRemoteSwiftPackageReference section */
10101031

10111032
/* Begin XCSwiftPackageProductDependency section */
@@ -1030,6 +1051,11 @@
10301051
isa = XCSwiftPackageProductDependency;
10311052
productName = KeyboardKit;
10321053
};
1054+
D8F822F129194D86004040A3 /* KeyboardKit */ = {
1055+
isa = XCSwiftPackageProductDependency;
1056+
package = D8F822F029194D86004040A3 /* XCRemoteSwiftPackageReference "KeyboardKit" */;
1057+
productName = KeyboardKit;
1058+
};
10331059
/* End XCSwiftPackageProductDependency section */
10341060
};
10351061
rootObject = A921151A25D58A94003510D9 /* Project object */;

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

Lines changed: 5 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,12 @@
11
{
22
"pins" : [
33
{
4-
"identity" : "cwlcatchexception",
5-
"kind" : "remoteSourceControl",
6-
"location" : "https://github.com/mattgallagher/CwlCatchException.git",
7-
"state" : {
8-
"revision" : "35f9e770f54ce62dd8526470f14c6e137cef3eea",
9-
"version" : "2.1.1"
10-
}
11-
},
12-
{
13-
"identity" : "cwlpreconditiontesting",
14-
"kind" : "remoteSourceControl",
15-
"location" : "https://github.com/mattgallagher/CwlPreconditionTesting.git",
16-
"state" : {
17-
"revision" : "c21f7bab5ca8eee0a9998bbd17ca1d0eb45d4688",
18-
"version" : "2.1.0"
19-
}
20-
},
21-
{
22-
"identity" : "mockingkit",
23-
"kind" : "remoteSourceControl",
24-
"location" : "https://github.com/danielsaidi/MockingKit.git",
25-
"state" : {
26-
"revision" : "9ac1637a2252b04232bde6d0da8a64b9c76e25ee",
27-
"version" : "1.2.0"
28-
}
29-
},
30-
{
31-
"identity" : "nimble",
32-
"kind" : "remoteSourceControl",
33-
"location" : "https://github.com/danielsaidi/Nimble.git",
34-
"state" : {
35-
"branch" : "main",
36-
"revision" : "f76b83c051fb3e6c120a33ebac200efba883065a"
37-
}
38-
},
39-
{
40-
"identity" : "quick",
41-
"kind" : "remoteSourceControl",
42-
"location" : "https://github.com/danielsaidi/Quick.git",
4+
"identity" : "keyboardkit",
5+
"kind" : "localSourceControl",
6+
"location" : "/Users/giovannisimonicca/Documents/swipekeyboard/KeyboardKit",
437
"state" : {
44-
"branch" : "main",
45-
"revision" : "1efe9551db0ad6a6e979f33366969750123d14d9"
8+
"branch" : "master",
9+
"revision" : "57a76a518c673f153ed7bccee8ba6db4a4dd1ef1"
4610
}
4711
},
4812
{

0 commit comments

Comments
 (0)