Skip to content

Commit

Permalink
v4.3.1 & CocoaPods
Browse files Browse the repository at this point in the history
  • Loading branch information
Revolucent committed Apr 26, 2016
1 parent 0ebae00 commit 2571629
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CoreDataQueryInterface.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Pod::Spec.new do |s|
s.source = { :git => "#{s.homepage}.git", :tag => "v#{s.version}" }
s.ios.deployment_target = '8.1'
s.osx.deployment_target = '10.9'
s.watchos.deployment_target = '9.0'
s.tvos.deployment_target = '2.0'
s.source_files = 'CoreDataQueryInterface/*.swift'
s.requires_arc = true
end
5 changes: 3 additions & 2 deletions CoreDataQueryInterface.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@
SDKROOT = appletvos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 9.2;
TVOS_DEPLOYMENT_TARGET = 9.0;
};
name = Debug;
};
Expand All @@ -1121,7 +1121,7 @@
SDKROOT = appletvos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 9.2;
TVOS_DEPLOYMENT_TARGET = 9.0;
};
name = Release;
};
Expand Down Expand Up @@ -1420,6 +1420,7 @@
F3F1BC591CD0020100F9072D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */

Expand Down
2 changes: 1 addition & 1 deletion CoreDataQueryInterface/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.3</string>
<string>4.3.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 2571629

Please sign in to comment.