File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1153
1153
FRAMEWORK_VERSION = A;
1154
1154
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1155
1155
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
1156
- MACOSX_DEPLOYMENT_TARGET = 10.10 ;
1156
+ MACOSX_DEPLOYMENT_TARGET = 10.9 ;
1157
1157
SDKROOT = macosx;
1158
1158
SKIP_INSTALL = YES;
1159
1159
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
1173
1173
FRAMEWORK_VERSION = A;
1174
1174
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1175
1175
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
1176
- MACOSX_DEPLOYMENT_TARGET = 10.10 ;
1176
+ MACOSX_DEPLOYMENT_TARGET = 10.9 ;
1177
1177
SDKROOT = macosx;
1178
1178
SKIP_INSTALL = YES;
1179
1179
};
1271
1271
FRAMEWORK_VERSION = A;
1272
1272
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1273
1273
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
1274
- MACOSX_DEPLOYMENT_TARGET = 10.11 ;
1274
+ MACOSX_DEPLOYMENT_TARGET = 10.9 ;
1275
1275
SDKROOT = macosx;
1276
1276
SKIP_INSTALL = YES;
1277
1277
};
1289
1289
FRAMEWORK_VERSION = A;
1290
1290
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1291
1291
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
1292
- MACOSX_DEPLOYMENT_TARGET = 10.11 ;
1292
+ MACOSX_DEPLOYMENT_TARGET = 10.9 ;
1293
1293
SDKROOT = macosx;
1294
1294
SKIP_INSTALL = YES;
1295
1295
};
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ public final class Connection {
91
91
}
92
92
93
93
deinit {
94
- sqlite3_close_v2 ( handle)
94
+ sqlite3_close ( handle)
95
95
}
96
96
97
97
// MARK: -
You can’t perform that action at this time.
0 commit comments