Skip to content

Commit 2571629

Browse files
committed
v4.3.1 & CocoaPods
1 parent 0ebae00 commit 2571629

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CoreDataQueryInterface.podspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
1416
end

CoreDataQueryInterface.xcodeproj/project.pbxproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,7 @@
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
};
@@ -1121,7 +1121,7 @@
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
};
@@ -1420,6 +1420,7 @@
14201420
F3F1BC591CD0020100F9072D /* Release */,
14211421
);
14221422
defaultConfigurationIsVisible = 0;
1423+
defaultConfigurationName = Release;
14231424
};
14241425
/* End XCConfigurationList section */
14251426

CoreDataQueryInterface/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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>

0 commit comments

Comments
 (0)