Skip to content

Commit d58134b

Browse files
authored
Merge pull request #390 from ilyaUdovenko/Delete_deprecated_UISearchViewController
Deleted legacy component
2 parents fbacd6a + 76ca706 commit d58134b

File tree

7 files changed

+149
-168
lines changed

7 files changed

+149
-168
lines changed

ExampleApp/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.17</string>
18+
<string>2.0.18</string>
1919
<key>CFBundleURLTypes</key>
2020
<array>
2121
<dict>
@@ -28,7 +28,7 @@
2828
</dict>
2929
</array>
3030
<key>CFBundleVersion</key>
31-
<string>2.0.17</string>
31+
<string>2.0.18</string>
3232
<key>LSRequiresIPhoneOS</key>
3333
<true/>
3434
<key>NSAppTransportSecurity</key>

ExampleAppObjC/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.17</string>
18+
<string>2.0.18</string>
1919
<key>CFBundleURLTypes</key>
2020
<array>
2121
<dict>
@@ -28,7 +28,7 @@
2828
</dict>
2929
</array>
3030
<key>CFBundleVersion</key>
31-
<string>2.0.17</string>
31+
<string>2.0.18</string>
3232
<key>LSRequiresIPhoneOS</key>
3333
<true/>
3434
<key>UILaunchStoryboardName</key>

ExampleAppUITests/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.17</string>
18+
<string>2.0.18</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>2.0.17</string>
22+
<string>2.0.18</string>
2323
</dict>
2424
</plist>

TradeItIosTicketSDK2.xcodeproj/project.pbxproj

+7-6
Original file line numberDiff line numberDiff line change
@@ -2530,6 +2530,7 @@
25302530
developmentRegion = English;
25312531
hasScannedForEncodings = 0;
25322532
knownRegions = (
2533+
English,
25332534
en,
25342535
Base,
25352536
);
@@ -3599,7 +3600,7 @@
35993600
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
36003601
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
36013602
COPY_PHASE_STRIP = NO;
3602-
CURRENT_PROJECT_VERSION = 2.0.17;
3603+
CURRENT_PROJECT_VERSION = 2.0.18;
36033604
DEBUG_INFORMATION_FORMAT = dwarf;
36043605
DEFINES_MODULE = NO;
36053606
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -3665,7 +3666,7 @@
36653666
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
36663667
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
36673668
COPY_PHASE_STRIP = NO;
3668-
CURRENT_PROJECT_VERSION = 2.0.17;
3669+
CURRENT_PROJECT_VERSION = 2.0.18;
36693670
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
36703671
DEFINES_MODULE = NO;
36713672
ENABLE_NS_ASSERTIONS = NO;
@@ -3702,7 +3703,7 @@
37023703
DEFINES_MODULE = YES;
37033704
DEVELOPMENT_TEAM = "";
37043705
DYLIB_COMPATIBILITY_VERSION = 1;
3705-
DYLIB_CURRENT_VERSION = 2.0.17;
3706+
DYLIB_CURRENT_VERSION = 2.0.18;
37063707
DYLIB_INSTALL_NAME_BASE = "@rpath";
37073708
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
37083709
INFOPLIST_FILE = TradeItIosTicketSDK2/Info.plist;
@@ -3729,7 +3730,7 @@
37293730
DEFINES_MODULE = YES;
37303731
DEVELOPMENT_TEAM = "";
37313732
DYLIB_COMPATIBILITY_VERSION = 1;
3732-
DYLIB_CURRENT_VERSION = 2.0.17;
3733+
DYLIB_CURRENT_VERSION = 2.0.18;
37333734
DYLIB_INSTALL_NAME_BASE = "@rpath";
37343735
ENABLE_TESTABILITY = YES;
37353736
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
@@ -3818,7 +3819,7 @@
38183819
DEFINES_MODULE = YES;
38193820
DEVELOPMENT_TEAM = "";
38203821
DYLIB_COMPATIBILITY_VERSION = 1;
3821-
DYLIB_CURRENT_VERSION = 2.0.17;
3822+
DYLIB_CURRENT_VERSION = 2.0.18;
38223823
DYLIB_INSTALL_NAME_BASE = "@rpath";
38233824
FRAMEWORK_SEARCH_PATHS = (
38243825
"$(inherited)",
@@ -3852,7 +3853,7 @@
38523853
DEFINES_MODULE = YES;
38533854
DEVELOPMENT_TEAM = "";
38543855
DYLIB_COMPATIBILITY_VERSION = 1;
3855-
DYLIB_CURRENT_VERSION = 2.0.17;
3856+
DYLIB_CURRENT_VERSION = 2.0.18;
38563857
DYLIB_INSTALL_NAME_BASE = "@rpath";
38573858
FRAMEWORK_SEARCH_PATHS = (
38583859
"$(inherited)",

TradeItIosTicketSDK2/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.17</string>
18+
<string>2.0.18</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>2.0.17</string>
22+
<string>2.0.18</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

0 commit comments

Comments
 (0)