File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
CoreDataQueryInterface.xcodeproj Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ Pod::Spec.new do |s|
99 s . source = { :git => "#{ s . homepage } .git" , :tag => "v#{ s . version } " }
1010 s . ios . deployment_target = '8.1'
1111 s . osx . deployment_target = '10.9'
12+ s . watchos . deployment_target = '9.0'
13+ s . tvos . deployment_target = '2.0'
1214 s . source_files = 'CoreDataQueryInterface/*.swift'
1315 s . requires_arc = true
1416end
Original file line number Diff line number Diff line change 11011101 SDKROOT = appletvos;
11021102 SKIP_INSTALL = YES;
11031103 TARGETED_DEVICE_FAMILY = 3;
1104- TVOS_DEPLOYMENT_TARGET = 9.2 ;
1104+ TVOS_DEPLOYMENT_TARGET = 9.0 ;
11051105 };
11061106 name = Debug;
11071107 };
11211121 SDKROOT = appletvos;
11221122 SKIP_INSTALL = YES;
11231123 TARGETED_DEVICE_FAMILY = 3;
1124- TVOS_DEPLOYMENT_TARGET = 9.2 ;
1124+ TVOS_DEPLOYMENT_TARGET = 9.0 ;
11251125 };
11261126 name = Release;
11271127 };
14201420 F3F1BC591CD0020100F9072D /* Release */,
14211421 );
14221422 defaultConfigurationIsVisible = 0;
1423+ defaultConfigurationName = Release;
14231424 };
14241425/* End XCConfigurationList section */
14251426
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >4.3 </string >
18+ <string >4.3.1 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments