Skip to content

Commit 3854112

Browse files
author
Jishnu Raj T
committed
Added open method for filter action
1 parent 1ffcfd3 commit 3854112

File tree

4 files changed

+252
-250
lines changed

4 files changed

+252
-250
lines changed

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 15 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/iOSDropDown.xcodeproj/project.pbxproj

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
isa = PBXProject;
215215
attributes = {
216216
LastSwiftUpdateCheck = 0830;
217-
LastUpgradeCheck = 0930;
217+
LastUpgradeCheck = 1320;
218218
ORGANIZATIONNAME = CocoaPods;
219219
TargetAttributes = {
220220
607FACCF1AFB9204008FA782 = {
@@ -232,10 +232,9 @@
232232
};
233233
buildConfigurationList = 607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "iOSDropDown" */;
234234
compatibilityVersion = "Xcode 3.2";
235-
developmentRegion = English;
235+
developmentRegion = en;
236236
hasScannedForEncodings = 0;
237237
knownRegions = (
238-
English,
239238
en,
240239
Base,
241240
);
@@ -361,6 +360,7 @@
361360
isa = XCBuildConfiguration;
362361
buildSettings = {
363362
ALWAYS_SEARCH_USER_PATHS = NO;
363+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
364364
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
365365
CLANG_CXX_LIBRARY = "libc++";
366366
CLANG_ENABLE_MODULES = YES;
@@ -379,6 +379,7 @@
379379
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
380380
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
381381
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
382+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
382383
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
383384
CLANG_WARN_STRICT_PROTOTYPES = YES;
384385
CLANG_WARN_SUSPICIOUS_MOVE = YES;
@@ -404,7 +405,7 @@
404405
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
405406
GCC_WARN_UNUSED_FUNCTION = YES;
406407
GCC_WARN_UNUSED_VARIABLE = YES;
407-
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
408+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
408409
MTL_ENABLE_DEBUG_INFO = YES;
409410
ONLY_ACTIVE_ARCH = YES;
410411
SDKROOT = iphoneos;
@@ -416,6 +417,7 @@
416417
isa = XCBuildConfiguration;
417418
buildSettings = {
418419
ALWAYS_SEARCH_USER_PATHS = NO;
420+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
419421
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
420422
CLANG_CXX_LIBRARY = "libc++";
421423
CLANG_ENABLE_MODULES = YES;
@@ -434,6 +436,7 @@
434436
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
435437
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
436438
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
439+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
437440
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
438441
CLANG_WARN_STRICT_PROTOTYPES = YES;
439442
CLANG_WARN_SUSPICIOUS_MOVE = YES;
@@ -452,7 +455,7 @@
452455
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
453456
GCC_WARN_UNUSED_FUNCTION = YES;
454457
GCC_WARN_UNUSED_VARIABLE = YES;
455-
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
458+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
456459
MTL_ENABLE_DEBUG_INFO = NO;
457460
SDKROOT = iphoneos;
458461
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";

Example/iOSDropDown.xcodeproj/xcshareddata/xcschemes/iOSDropDown-Example.xcscheme

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0930"
3+
LastUpgradeVersion = "1320"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -41,6 +41,15 @@
4141
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4242
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
4343
shouldUseLaunchSchemeArgsEnv = "YES">
44+
<MacroExpansion>
45+
<BuildableReference
46+
BuildableIdentifier = "primary"
47+
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
48+
BuildableName = "iOSDropDown_Example.app"
49+
BlueprintName = "iOSDropDown_Example"
50+
ReferencedContainer = "container:iOSDropDown.xcodeproj">
51+
</BuildableReference>
52+
</MacroExpansion>
4453
<Testables>
4554
<TestableReference
4655
skipped = "NO">
@@ -53,17 +62,6 @@
5362
</BuildableReference>
5463
</TestableReference>
5564
</Testables>
56-
<MacroExpansion>
57-
<BuildableReference
58-
BuildableIdentifier = "primary"
59-
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
60-
BuildableName = "iOSDropDown_Example.app"
61-
BlueprintName = "iOSDropDown_Example"
62-
ReferencedContainer = "container:iOSDropDown.xcodeproj">
63-
</BuildableReference>
64-
</MacroExpansion>
65-
<AdditionalOptions>
66-
</AdditionalOptions>
6765
</TestAction>
6866
<LaunchAction
6967
buildConfiguration = "Debug"
@@ -85,8 +83,6 @@
8583
ReferencedContainer = "container:iOSDropDown.xcodeproj">
8684
</BuildableReference>
8785
</BuildableProductRunnable>
88-
<AdditionalOptions>
89-
</AdditionalOptions>
9086
</LaunchAction>
9187
<ProfileAction
9288
buildConfiguration = "Release"

0 commit comments

Comments
 (0)