Skip to content

Commit 73d6420

Browse files
author
Andrey Isaev
committed
Example project fixes
1 parent 6404525 commit 73d6420

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

ESPullToRefreshExample/ESPullToRefresh/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.6</string>
18+
<string>2.7</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

ESPullToRefreshExample/ESPullToRefreshExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,7 @@
551551
ONLY_ACTIVE_ARCH = YES;
552552
SDKROOT = iphoneos;
553553
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
554+
SWIFT_VERSION = 4.0;
554555
TARGETED_DEVICE_FAMILY = "1,2";
555556
};
556557
name = Debug;
@@ -593,6 +594,7 @@
593594
MTL_ENABLE_DEBUG_INFO = NO;
594595
SDKROOT = iphoneos;
595596
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
597+
SWIFT_VERSION = 4.0;
596598
TARGETED_DEVICE_FAMILY = "1,2";
597599
VALIDATE_PRODUCT = YES;
598600
};

ESPullToRefreshExample/ESPullToRefreshExample/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.6</string>
18+
<string>2.7</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>8</string>
22+
<string>9</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>UILaunchStoryboardName</key>

0 commit comments

Comments
 (0)