Skip to content

Commit

Permalink
Version up to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
knutigro committed Dec 1, 2017
1 parent be94878 commit bc6d380
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion COBezierTableView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Pod::Spec.new do |s|
s.name = "COBezierTableView"
s.version = "1.0.0"
s.version = "1.1.0"
s.summary = "UITableView modification written in Swift where cells are scrolling in an arc defined by a BezierPath"
s.description = <<-DESC
UITableView modification written in Swift where cells are scrolling in an arc defined by a BezierPath.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,10 @@
TargetAttributes = {
49FEF0F51ABC127A00E75579 = {
CreatedOnToolsVersion = 6.2;
DevelopmentTeam = 2PRW676NCQ;
LastSwiftMigration = 0910;
};
49FEF10A1ABC127B00E75579 = {
CreatedOnToolsVersion = 6.2;
DevelopmentTeam = 2PRW676NCQ;
LastSwiftMigration = 0910;
TestTargetID = 49FEF0F51ABC127A00E75579;
};
Expand Down Expand Up @@ -398,7 +396,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = 2PRW676NCQ;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = COBezierTableViewDemo/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand All @@ -413,7 +411,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = 2PRW676NCQ;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = COBezierTableViewDemo/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand All @@ -428,7 +426,7 @@
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
DEVELOPMENT_TEAM = 2PRW676NCQ;
DEVELOPMENT_TEAM = "";
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
Expand All @@ -448,7 +446,7 @@
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
DEVELOPMENT_TEAM = 2PRW676NCQ;
DEVELOPMENT_TEAM = "";
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = COBezierTableViewDemoTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
Expand Down
4 changes: 2 additions & 2 deletions COBezierTableViewDemo/COBezierTableViewDemo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<string>1.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2</string>
<string>3</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down

0 comments on commit bc6d380

Please sign in to comment.