File tree 3 files changed +14
-8
lines changed
3 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ objc_library(
30
30
31
31
ios_unit_test (
32
32
name = "Tests" ,
33
- minimum_os_version = "9 .0" ,
33
+ minimum_os_version = "8 .0" ,
34
34
deps = [
35
35
":FBLFunctionalTests" ,
36
36
],
Original file line number Diff line number Diff line change 109
109
name = Products;
110
110
sourceTree = BUILT_PRODUCTS_DIR;
111
111
};
112
- OBJ_5 /* */ = {
112
+ OBJ_5 = {
113
113
isa = PBXGroup;
114
114
children = (
115
115
OBJ_7 /* Sources */,
116
116
OBJ_18 /* Tests */,
117
117
OBJ_24 /* Products */,
118
118
);
119
- name = "";
120
119
sourceTree = "<group>";
121
120
};
122
121
OBJ_7 /* Sources */ = {
205
204
knownRegions = (
206
205
en,
207
206
);
208
- mainGroup = OBJ_5 /* */ ;
207
+ mainGroup = OBJ_5;
209
208
productRefGroup = OBJ_24 /* Products */;
210
209
projectDirPath = "";
211
210
projectRoot = "";
258
257
DYLIB_INSTALL_NAME_BASE = "@rpath";
259
258
ENABLE_NS_ASSERTIONS = YES;
260
259
GCC_OPTIMIZATION_LEVEL = 0;
260
+ IPHONEOS_DEPLOYMENT_TARGET = 8.0;
261
+ MACOSX_DEPLOYMENT_TARGET = 10.10;
261
262
ONLY_ACTIVE_ARCH = YES;
262
263
PRODUCT_NAME = "$(TARGET_NAME)";
263
- SDKROOT = macosx;
264
264
SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator";
265
+ TVOS_DEPLOYMENT_TARGET = 9.0;
265
266
USE_HEADERMAP = NO;
267
+ WATCHOS_DEPLOYMENT_TARGET = 2.0;
266
268
};
267
269
name = Debug;
268
270
};
313
315
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
314
316
DYLIB_INSTALL_NAME_BASE = "@rpath";
315
317
GCC_OPTIMIZATION_LEVEL = s;
318
+ IPHONEOS_DEPLOYMENT_TARGET = 8.0;
319
+ MACOSX_DEPLOYMENT_TARGET = 10.10;
316
320
PRODUCT_NAME = "$(TARGET_NAME)";
317
- SDKROOT = macosx;
318
321
SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator";
322
+ TVOS_DEPLOYMENT_TARGET = 9.0;
319
323
USE_HEADERMAP = NO;
324
+ WATCHOS_DEPLOYMENT_TARGET = 2.0;
320
325
};
321
326
name = Release;
322
327
};
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'FunctionalObjC'
3
- s . version = '1.0.1 '
3
+ s . version = '1.0.2 '
4
4
s . authors = 'Google Inc.'
5
5
s . license = { :type => 'Apache' , :file => 'LICENSE' }
6
6
s . homepage = 'https://github.com/google/functional-objc'
@@ -14,9 +14,10 @@ Pod::Spec.new do |s|
14
14
NSDictionary, NSOrderedSet, and NSSet.
15
15
DESC
16
16
17
- s . ios . deployment_target = '9 .0'
17
+ s . ios . deployment_target = '8 .0'
18
18
s . osx . deployment_target = '10.10'
19
19
s . tvos . deployment_target = '9.0'
20
+ s . watchos . deployment_target = '2.0'
20
21
21
22
s . module_name = 'FBLFunctional'
22
23
s . prefix_header_file = false
You can’t perform that action at this time.
0 commit comments