|
@@ -52,6 +52,7 @@
|
|
|
56FCBF7D24C3668E007B0332 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C0B63B9F1781FAB1008D3B64 /* UIKit.framework */; };
|
|
|
5E01D9D1D5DAED537E5F3846 /* Pods_DemoSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ECCAA37FCDF6347632377497 /* Pods_DemoSwift.framework */; };
|
|
|
74EEE75B8742B346576A7E78 /* Pods_DemoObjC.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55CF83944ADEC65E0AF10B2E /* Pods_DemoObjC.framework */; };
|
|
|
+ 911CB12B36B5FE643ED05549 /* Pods_DemoExtension.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 44FAE15A8E85986DABA193CC /* Pods_DemoExtension.framework */; };
|
|
|
C0017B791BAD943400BD1D70 /* CustomViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0017B781BAD943400BD1D70 /* CustomViewController.swift */; };
|
|
|
C03C87F51B8DCBF100295DFA /* SettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C03C87F41B8DCBF100295DFA /* SettingsViewController.swift */; };
|
|
|
C03C87F71B8DCC1400295DFA /* OptionsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C03C87F61B8DCC1400295DFA /* OptionsViewController.swift */; };
|
|
@@ -59,6 +60,10 @@
|
|
|
C03C87FB1B8DCED400295DFA /* OptionTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C03C87FA1B8DCED400295DFA /* OptionTableViewCell.swift */; };
|
|
|
C03C87FD1B8DCEE700295DFA /* StepperTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C03C87FC1B8DCEE700295DFA /* StepperTableViewCell.swift */; };
|
|
|
C03C87FF1B8DCEF400295DFA /* SwitchTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C03C87FE1B8DCEF400295DFA /* SwitchTableViewCell.swift */; };
|
|
|
+ C03C9470273CF3FF00AF66B5 /* Media.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C03C946F273CF3FF00AF66B5 /* Media.xcassets */; };
|
|
|
+ C03C9472273CF3FF00AF66B5 /* ActionViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C03C9471273CF3FF00AF66B5 /* ActionViewController.swift */; };
|
|
|
+ C03C9475273CF3FF00AF66B5 /* MainInterface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C03C9473273CF3FF00AF66B5 /* MainInterface.storyboard */; };
|
|
|
+ C03C9479273CF3FF00AF66B5 /* DemoExtension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = C03C946D273CF3FF00AF66B5 /* DemoExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
|
|
|
C0B63BA01781FAB1008D3B64 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C0B63B9F1781FAB1008D3B64 /* UIKit.framework */; };
|
|
|
C0B63BA21781FAB1008D3B64 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C0B63BA11781FAB1008D3B64 /* Foundation.framework */; };
|
|
|
C0B63BA41781FAB1008D3B64 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C0B63BA31781FAB1008D3B64 /* CoreGraphics.framework */; };
|
|
@@ -106,7 +111,33 @@
|
|
|
C0CB62751B8856B300C33368 /* IQKeyboardManagerScreenshot.png in Resources */ = {isa = PBXBuildFile; fileRef = C0CB62731B8856B300C33368 /* IQKeyboardManagerScreenshot.png */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
+/* Begin PBXContainerItemProxy section */
|
|
|
+ C03C9477273CF3FF00AF66B5 /* PBXContainerItemProxy */ = {
|
|
|
+ isa = PBXContainerItemProxy;
|
|
|
+ containerPortal = C0B63B921781FAB0008D3B64 /* Project object */;
|
|
|
+ proxyType = 1;
|
|
|
+ remoteGlobalIDString = C03C946C273CF3FF00AF66B5;
|
|
|
+ remoteInfo = DemoExtension;
|
|
|
+ };
|
|
|
+/* End PBXContainerItemProxy section */
|
|
|
+
|
|
|
+/* Begin PBXCopyFilesBuildPhase section */
|
|
|
+ C03C947B273CF3FF00AF66B5 /* Embed App Extensions */ = {
|
|
|
+ isa = PBXCopyFilesBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ dstPath = "";
|
|
|
+ dstSubfolderSpec = 13;
|
|
|
+ files = (
|
|
|
+ C03C9479273CF3FF00AF66B5 /* DemoExtension.appex in Embed App Extensions */,
|
|
|
+ );
|
|
|
+ name = "Embed App Extensions";
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
+/* End PBXCopyFilesBuildPhase section */
|
|
|
+
|
|
|
/* Begin PBXFileReference section */
|
|
|
+ 1773BFD7C5897161B100384B /* Pods-DemoExtension.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DemoExtension.debug.xcconfig"; path = "Pods/Target Support Files/Pods-DemoExtension/Pods-DemoExtension.debug.xcconfig"; sourceTree = "<group>"; };
|
|
|
+ 44FAE15A8E85986DABA193CC /* Pods_DemoExtension.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_DemoExtension.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
4C0EFE1E1CF2F9F500C908D3 /* ColorTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ColorTableViewCell.swift; sourceTree = "<group>"; };
|
|
|
4C0EFE201CF2FA0600C908D3 /* TextFieldTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TextFieldTableViewCell.swift; sourceTree = "<group>"; };
|
|
|
4C0EFE221CF2FA1200C908D3 /* ImageSwitchTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageSwitchTableViewCell.swift; sourceTree = "<group>"; };
|
|
@@ -170,6 +201,7 @@
|
|
|
55CF83944ADEC65E0AF10B2E /* Pods_DemoObjC.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_DemoObjC.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
56FCBF7824C36672007B0332 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; };
|
|
|
5FC4E5EE6D1D6932EE354185 /* Pods-DemoSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DemoSwift.release.xcconfig"; path = "Pods/Target Support Files/Pods-DemoSwift/Pods-DemoSwift.release.xcconfig"; sourceTree = "<group>"; };
|
|
|
+ 6764ACCBEB414E8440C98AF7 /* Pods-DemoExtension.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DemoExtension.release.xcconfig"; path = "Pods/Target Support Files/Pods-DemoExtension/Pods-DemoExtension.release.xcconfig"; sourceTree = "<group>"; };
|
|
|
9D0BB82F18BB1AE100667349 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
|
|
9D0BB83018BB1AE100667349 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
|
|
|
9D0BB83118BB1AE100667349 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
|
|
@@ -183,6 +215,12 @@
|
|
|
C03C87FA1B8DCED400295DFA /* OptionTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OptionTableViewCell.swift; sourceTree = "<group>"; };
|
|
|
C03C87FC1B8DCEE700295DFA /* StepperTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StepperTableViewCell.swift; sourceTree = "<group>"; };
|
|
|
C03C87FE1B8DCEF400295DFA /* SwitchTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwitchTableViewCell.swift; sourceTree = "<group>"; };
|
|
|
+ C03C946D273CF3FF00AF66B5 /* DemoExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = DemoExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
+ C03C946F273CF3FF00AF66B5 /* Media.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Media.xcassets; sourceTree = "<group>"; };
|
|
|
+ C03C9471273CF3FF00AF66B5 /* ActionViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionViewController.swift; sourceTree = "<group>"; };
|
|
|
+ C03C9474273CF3FF00AF66B5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/MainInterface.storyboard; sourceTree = "<group>"; };
|
|
|
+ C03C9476273CF3FF00AF66B5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
+ C03C947A273CF3FF00AF66B5 /* DemoExtension.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = DemoExtension.entitlements; sourceTree = "<group>"; };
|
|
|
C0949D9B2735545700D7405E /* DemoSwift.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = DemoSwift.entitlements; sourceTree = "<group>"; };
|
|
|
C0ACB0F519CF104B0057B571 /* DemoSwift.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DemoSwift.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
C0B63B9B1781FAB1008D3B64 /* IQKeyboardManagerDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = IQKeyboardManagerDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
@@ -263,6 +301,14 @@
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
+ C03C946A273CF3FF00AF66B5 /* Frameworks */ = {
|
|
|
+ isa = PBXFrameworksBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ 911CB12B36B5FE643ED05549 /* Pods_DemoExtension.framework in Frameworks */,
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
C0ACB0F219CF104B0057B571 /* Frameworks */ = {
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
@@ -343,6 +389,18 @@
|
|
|
name = Settings;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ C03C946E273CF3FF00AF66B5 /* DemoExtension */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ C03C947A273CF3FF00AF66B5 /* DemoExtension.entitlements */,
|
|
|
+ C03C946F273CF3FF00AF66B5 /* Media.xcassets */,
|
|
|
+ C03C9471273CF3FF00AF66B5 /* ActionViewController.swift */,
|
|
|
+ C03C9473273CF3FF00AF66B5 /* MainInterface.storyboard */,
|
|
|
+ C03C9476273CF3FF00AF66B5 /* Info.plist */,
|
|
|
+ );
|
|
|
+ path = DemoExtension;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
C0B63B901781FAB0008D3B64 = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
@@ -350,6 +408,7 @@
|
|
|
C0CB618F1B884D4100C33368 /* Objective_C_Demo */,
|
|
|
C0CB61D01B884D4100C33368 /* Swift_Demo */,
|
|
|
C0CB61CB1B884D4100C33368 /* Resources */,
|
|
|
+ C03C946E273CF3FF00AF66B5 /* DemoExtension */,
|
|
|
C0B63B9E1781FAB1008D3B64 /* Frameworks */,
|
|
|
C0B63B9C1781FAB1008D3B64 /* Products */,
|
|
|
EFA5AFEC00910B83E6A41257 /* Pods */,
|
|
@@ -362,6 +421,7 @@
|
|
|
C0B63B9B1781FAB1008D3B64 /* IQKeyboardManagerDemo.app */,
|
|
|
C0ACB0F519CF104B0057B571 /* DemoSwift.app */,
|
|
|
4CE6119D1B98B7250020591A /* DemoObjCUITests.xctest */,
|
|
|
+ C03C946D273CF3FF00AF66B5 /* DemoExtension.appex */,
|
|
|
);
|
|
|
name = Products;
|
|
|
sourceTree = "<group>";
|
|
@@ -378,6 +438,7 @@
|
|
|
9D0BB82E18BB1AE100667349 /* Other Frameworks */,
|
|
|
ECCAA37FCDF6347632377497 /* Pods_DemoSwift.framework */,
|
|
|
55CF83944ADEC65E0AF10B2E /* Pods_DemoObjC.framework */,
|
|
|
+ 44FAE15A8E85986DABA193CC /* Pods_DemoExtension.framework */,
|
|
|
);
|
|
|
name = Frameworks;
|
|
|
sourceTree = "<group>";
|
|
@@ -605,6 +666,8 @@
|
|
|
F4E9B15DB5990F895CB4EB7B /* Pods-DemoObjC.release.xcconfig */,
|
|
|
F7C7D2D527E621CDFB9FC681 /* Pods-DemoSwift.debug.xcconfig */,
|
|
|
5FC4E5EE6D1D6932EE354185 /* Pods-DemoSwift.release.xcconfig */,
|
|
|
+ 1773BFD7C5897161B100384B /* Pods-DemoExtension.debug.xcconfig */,
|
|
|
+ 6764ACCBEB414E8440C98AF7 /* Pods-DemoExtension.release.xcconfig */,
|
|
|
);
|
|
|
name = Pods;
|
|
|
sourceTree = "<group>";
|
|
@@ -629,6 +692,24 @@
|
|
|
productReference = 4CE6119D1B98B7250020591A /* DemoObjCUITests.xctest */;
|
|
|
productType = "com.apple.product-type.bundle.ui-testing";
|
|
|
};
|
|
|
+ C03C946C273CF3FF00AF66B5 /* DemoExtension */ = {
|
|
|
+ isa = PBXNativeTarget;
|
|
|
+ buildConfigurationList = C03C947E273CF3FF00AF66B5 /* Build configuration list for PBXNativeTarget "DemoExtension" */;
|
|
|
+ buildPhases = (
|
|
|
+ 9816A24439D687A85397D33B /* [CP] Check Pods Manifest.lock */,
|
|
|
+ C03C9469273CF3FF00AF66B5 /* Sources */,
|
|
|
+ C03C946A273CF3FF00AF66B5 /* Frameworks */,
|
|
|
+ C03C946B273CF3FF00AF66B5 /* Resources */,
|
|
|
+ );
|
|
|
+ buildRules = (
|
|
|
+ );
|
|
|
+ dependencies = (
|
|
|
+ );
|
|
|
+ name = DemoExtension;
|
|
|
+ productName = DemoExtension;
|
|
|
+ productReference = C03C946D273CF3FF00AF66B5 /* DemoExtension.appex */;
|
|
|
+ productType = "com.apple.product-type.app-extension";
|
|
|
+ };
|
|
|
C0ACB0F419CF104B0057B571 /* DemoSwift */ = {
|
|
|
isa = PBXNativeTarget;
|
|
|
buildConfigurationList = C0ACB11119CF10510057B571 /* Build configuration list for PBXNativeTarget "DemoSwift" */;
|
|
@@ -639,10 +720,12 @@
|
|
|
C0ACB0F319CF104B0057B571 /* Resources */,
|
|
|
C0B6F1C124F668D6009A24B2 /* ShellScript */,
|
|
|
17B2CF02857B50C3053DFA79 /* [CP] Embed Pods Frameworks */,
|
|
|
+ C03C947B273CF3FF00AF66B5 /* Embed App Extensions */,
|
|
|
);
|
|
|
buildRules = (
|
|
|
);
|
|
|
dependencies = (
|
|
|
+ C03C9478273CF3FF00AF66B5 /* PBXTargetDependency */,
|
|
|
);
|
|
|
name = DemoSwift;
|
|
|
productName = "IQKeyboardManager Swift";
|
|
@@ -674,8 +757,9 @@
|
|
|
C0B63B921781FAB0008D3B64 /* Project object */ = {
|
|
|
isa = PBXProject;
|
|
|
attributes = {
|
|
|
+ DefaultBuildSystemTypeForWorkspace = Latest;
|
|
|
LastSwiftMigration = 0700;
|
|
|
- LastSwiftUpdateCheck = 0700;
|
|
|
+ LastSwiftUpdateCheck = 1250;
|
|
|
LastUpgradeCheck = 1220;
|
|
|
ORGANIZATIONNAME = Iftekhar;
|
|
|
TargetAttributes = {
|
|
@@ -683,6 +767,10 @@
|
|
|
CreatedOnToolsVersion = 7.0;
|
|
|
TestTargetID = C0B63B9A1781FAB1008D3B64;
|
|
|
};
|
|
|
+ C03C946C273CF3FF00AF66B5 = {
|
|
|
+ CreatedOnToolsVersion = 12.5;
|
|
|
+ ProvisioningStyle = Automatic;
|
|
|
+ };
|
|
|
C0ACB0F419CF104B0057B571 = {
|
|
|
CreatedOnToolsVersion = 6.0.1;
|
|
|
DevelopmentTeam = 7UUTF6T5P9;
|
|
@@ -712,6 +800,7 @@
|
|
|
C0B63B9A1781FAB1008D3B64 /* DemoObjC */,
|
|
|
C0ACB0F419CF104B0057B571 /* DemoSwift */,
|
|
|
4CE6119C1B98B7250020591A /* DemoObjCUITests */,
|
|
|
+ C03C946C273CF3FF00AF66B5 /* DemoExtension */,
|
|
|
);
|
|
|
};
|
|
|
/* End PBXProject section */
|
|
@@ -724,6 +813,15 @@
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
+ C03C946B273CF3FF00AF66B5 /* Resources */ = {
|
|
|
+ isa = PBXResourcesBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ C03C9470273CF3FF00AF66B5 /* Media.xcassets in Resources */,
|
|
|
+ C03C9475273CF3FF00AF66B5 /* MainInterface.storyboard in Resources */,
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
C0ACB0F319CF104B0057B571 /* Resources */ = {
|
|
|
isa = PBXResourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
@@ -821,6 +919,28 @@
|
|
|
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
|
|
|
showEnvVarsInLog = 0;
|
|
|
};
|
|
|
+ 9816A24439D687A85397D33B /* [CP] Check Pods Manifest.lock */ = {
|
|
|
+ isa = PBXShellScriptBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ );
|
|
|
+ inputFileListPaths = (
|
|
|
+ );
|
|
|
+ inputPaths = (
|
|
|
+ "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
|
|
+ "${PODS_ROOT}/Manifest.lock",
|
|
|
+ );
|
|
|
+ name = "[CP] Check Pods Manifest.lock";
|
|
|
+ outputFileListPaths = (
|
|
|
+ );
|
|
|
+ outputPaths = (
|
|
|
+ "$(DERIVED_FILE_DIR)/Pods-DemoExtension-checkManifestLockResult.txt",
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ shellPath = /bin/sh;
|
|
|
+ shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
|
|
|
+ showEnvVarsInLog = 0;
|
|
|
+ };
|
|
|
C0B6F1C124F668D6009A24B2 /* ShellScript */ = {
|
|
|
isa = PBXShellScriptBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
@@ -867,6 +987,14 @@
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
+ C03C9469273CF3FF00AF66B5 /* Sources */ = {
|
|
|
+ isa = PBXSourcesBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ C03C9472273CF3FF00AF66B5 /* ActionViewController.swift in Sources */,
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
C0ACB0F119CF104B0057B571 /* Sources */ = {
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
@@ -946,6 +1074,14 @@
|
|
|
};
|
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
|
|
+/* Begin PBXTargetDependency section */
|
|
|
+ C03C9478273CF3FF00AF66B5 /* PBXTargetDependency */ = {
|
|
|
+ isa = PBXTargetDependency;
|
|
|
+ target = C03C946C273CF3FF00AF66B5 /* DemoExtension */;
|
|
|
+ targetProxy = C03C9477273CF3FF00AF66B5 /* PBXContainerItemProxy */;
|
|
|
+ };
|
|
|
+/* End PBXTargetDependency section */
|
|
|
+
|
|
|
/* Begin PBXVariantGroup section */
|
|
|
4C794CDE20D593E100502C9B /* Main.storyboard */ = {
|
|
|
isa = PBXVariantGroup;
|
|
@@ -1073,6 +1209,14 @@
|
|
|
name = Launch.storyboard;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ C03C9473273CF3FF00AF66B5 /* MainInterface.storyboard */ = {
|
|
|
+ isa = PBXVariantGroup;
|
|
|
+ children = (
|
|
|
+ C03C9474273CF3FF00AF66B5 /* Base */,
|
|
|
+ );
|
|
|
+ name = MainInterface.storyboard;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
/* End PBXVariantGroup section */
|
|
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
@@ -1123,6 +1267,80 @@
|
|
|
};
|
|
|
name = Release;
|
|
|
};
|
|
|
+ C03C947C273CF3FF00AF66B5 /* Debug */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ baseConfigurationReference = 1773BFD7C5897161B100384B /* Pods-DemoExtension.debug.xcconfig */;
|
|
|
+ buildSettings = {
|
|
|
+ CLANG_ANALYZER_NONNULL = YES;
|
|
|
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
|
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
|
+ CLANG_CXX_LIBRARY = "libc++";
|
|
|
+ CLANG_ENABLE_MODULES = YES;
|
|
|
+ CLANG_ENABLE_OBJC_WEAK = YES;
|
|
|
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
|
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
|
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
|
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
|
+ CODE_SIGN_ENTITLEMENTS = DemoExtension/DemoExtension.entitlements;
|
|
|
+ CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
|
+ CODE_SIGN_STYLE = Automatic;
|
|
|
+ DEBUG_INFORMATION_FORMAT = dwarf;
|
|
|
+ GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
|
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
|
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
|
+ INFOPLIST_FILE = DemoExtension/Info.plist;
|
|
|
+ IPHONEOS_DEPLOYMENT_TARGET = 14.5;
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
|
|
|
+ MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
|
+ MTL_FAST_MATH = YES;
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = com.iftekhar.IQKeyboardManagerSwift.DemoExtension;
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
+ SKIP_INSTALL = YES;
|
|
|
+ SUPPORTS_MACCATALYST = YES;
|
|
|
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
|
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
|
+ SWIFT_VERSION = 5.0;
|
|
|
+ TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
+ };
|
|
|
+ name = Debug;
|
|
|
+ };
|
|
|
+ C03C947D273CF3FF00AF66B5 /* Release */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ baseConfigurationReference = 6764ACCBEB414E8440C98AF7 /* Pods-DemoExtension.release.xcconfig */;
|
|
|
+ buildSettings = {
|
|
|
+ CLANG_ANALYZER_NONNULL = YES;
|
|
|
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
|
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
|
+ CLANG_CXX_LIBRARY = "libc++";
|
|
|
+ CLANG_ENABLE_MODULES = YES;
|
|
|
+ CLANG_ENABLE_OBJC_WEAK = YES;
|
|
|
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
|
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
|
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
|
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
|
+ CODE_SIGN_ENTITLEMENTS = DemoExtension/DemoExtension.entitlements;
|
|
|
+ CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
|
+ CODE_SIGN_STYLE = Automatic;
|
|
|
+ COPY_PHASE_STRIP = NO;
|
|
|
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
|
+ ENABLE_NS_ASSERTIONS = NO;
|
|
|
+ GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
|
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
|
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
|
+ INFOPLIST_FILE = DemoExtension/Info.plist;
|
|
|
+ IPHONEOS_DEPLOYMENT_TARGET = 14.5;
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
|
|
|
+ MTL_ENABLE_DEBUG_INFO = NO;
|
|
|
+ MTL_FAST_MATH = YES;
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = com.iftekhar.IQKeyboardManagerSwift.DemoExtension;
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
+ SKIP_INSTALL = YES;
|
|
|
+ SUPPORTS_MACCATALYST = YES;
|
|
|
+ SWIFT_VERSION = 5.0;
|
|
|
+ TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
+ };
|
|
|
+ name = Release;
|
|
|
+ };
|
|
|
C0ACB11219CF10510057B571 /* Debug */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
baseConfigurationReference = F7C7D2D527E621CDFB9FC681 /* Pods-DemoSwift.debug.xcconfig */;
|
|
@@ -1432,6 +1650,15 @@
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
defaultConfigurationName = Release;
|
|
|
};
|
|
|
+ C03C947E273CF3FF00AF66B5 /* Build configuration list for PBXNativeTarget "DemoExtension" */ = {
|
|
|
+ isa = XCConfigurationList;
|
|
|
+ buildConfigurations = (
|
|
|
+ C03C947C273CF3FF00AF66B5 /* Debug */,
|
|
|
+ C03C947D273CF3FF00AF66B5 /* Release */,
|
|
|
+ );
|
|
|
+ defaultConfigurationIsVisible = 0;
|
|
|
+ defaultConfigurationName = Release;
|
|
|
+ };
|
|
|
C0ACB11119CF10510057B571 /* Build configuration list for PBXNativeTarget "DemoSwift" */ = {
|
|
|
isa = XCConfigurationList;
|
|
|
buildConfigurations = (
|