Skip to content

Commit

Permalink
Update project files
Browse files Browse the repository at this point in the history
  • Loading branch information
YuigaWada committed Mar 9, 2020
1 parent e37708b commit 70964aa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Example/Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = yuwd.Example;
PRODUCT_BUNDLE_IDENTIFIER = yuwd.poliopager.example;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -483,7 +483,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = yuwd.Example;
PRODUCT_BUNDLE_IDENTIFIER = yuwd.poliopager.example;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down
2 changes: 1 addition & 1 deletion PolioPager.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PolioPager"
s.version = "2.1"
s.version = "2.2"
s.summary = "PolioPager enables us to use PagerTabStrip like SNKRS."
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.homepage = "https://github.com/yuigawada/PolioPager"
Expand Down
10 changes: 8 additions & 2 deletions PolioPager.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
8D579649230EEBA600C63268 /* TabCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D579647230EEBA500C63268 /* TabCell.swift */; };
8D57964A230EEBA600C63268 /* TabCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 8D579648230EEBA600C63268 /* TabCell.xib */; };
8D579650230EF6F300C63268 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8D57964F230EF6F200C63268 /* Assets.xcassets */; };
8D84061B238F67A500EED595 /* UIView+PolioPager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D84061A238F67A500EED595 /* UIView+PolioPager.swift */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand All @@ -41,6 +42,7 @@
8D579647230EEBA500C63268 /* TabCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TabCell.swift; sourceTree = "<group>"; };
8D579648230EEBA600C63268 /* TabCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = TabCell.xib; sourceTree = "<group>"; };
8D57964F230EF6F200C63268 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
8D84061A238F67A500EED595 /* UIView+PolioPager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIView+PolioPager.swift"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -91,6 +93,7 @@
8D5795EC230EDD8800C63268 /* Info.plist */,
8D57963D230EDE9300C63268 /* PolioPagerViewController.swift */,
8D57963E230EDE9400C63268 /* PolioPagerViewController.xib */,
8D84061A238F67A500EED595 /* UIView+PolioPager.swift */,
);
path = PolioPager;
sourceTree = "<group>";
Expand Down Expand Up @@ -216,6 +219,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
8D84061B238F67A500EED595 /* UIView+PolioPager.swift in Sources */,
8D57963F230EDE9400C63268 /* PolioPagerViewController.swift in Sources */,
8D579646230EEB4F00C63268 /* PageViewController.swift in Sources */,
8D579649230EEBA600C63268 /* TabCell.swift in Sources */,
Expand Down Expand Up @@ -367,9 +371,10 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 4LMTSU8RLS;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand All @@ -394,9 +399,10 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 4LMTSU8RLS;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand Down

0 comments on commit 70964aa

Please sign in to comment.