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 1256
1256
INFOPLIST_FILE = "$(SRCROOT)/Sources/SQLite/Info.plist";
1257
1257
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1258
1258
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1259
+ MARKETING_VERSION = 0.12.3;
1259
1260
PRODUCT_BUNDLE_IDENTIFIER = com.stephencelis.SQLite;
1260
1261
PRODUCT_NAME = SQLite;
1261
1262
SKIP_INSTALL = YES;
1276
1277
INFOPLIST_FILE = "$(SRCROOT)/Sources/SQLite/Info.plist";
1277
1278
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1278
1279
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1280
+ MARKETING_VERSION = 0.12.3;
1279
1281
PRODUCT_BUNDLE_IDENTIFIER = com.stephencelis.SQLite;
1280
1282
PRODUCT_NAME = SQLite;
1281
1283
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