File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1257
1257
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1258
1258
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
1259
1259
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1260
+ MARKETING_VERSION = 0.12.3;
1260
1261
PRODUCT_BUNDLE_IDENTIFIER = com.stephencelis.SQLite;
1261
1262
PRODUCT_NAME = SQLite;
1262
1263
SKIP_INSTALL = YES;
1278
1279
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1279
1280
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
1280
1281
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1282
+ MARKETING_VERSION = 0.12.3;
1281
1283
PRODUCT_BUNDLE_IDENTIFIER = com.stephencelis.SQLite;
1282
1284
PRODUCT_NAME = SQLite;
1283
1285
SKIP_INSTALL = YES;
Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ public protocol FailableIterator : IteratorProtocol {
208
208
209
209
extension FailableIterator {
210
210
public func next( ) -> Element ? {
211
- return try ! failableNext ( )
211
+ return try ? failableNext ( )
212
212
}
213
213
}
214
214
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.12.2 </string >
18
+ <string >$(MARKETING_VERSION) </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments