Skip to content

Commit

Permalink
最新版の祝祭日判定ロジックライブラリにアップデート対応
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiyasac committed Dec 29, 2016
1 parent e618215 commit 832a186
Show file tree
Hide file tree
Showing 4 changed files with 247 additions and 193 deletions.
17 changes: 9 additions & 8 deletions handmadeCalenderSampleOfSwift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
CreatedOnToolsVersion = 6.1;
DevelopmentTeam = S5BF5553KY;
LastSwiftMigration = 0800;
ProvisioningStyle = Manual;
ProvisioningStyle = Automatic;
};
DEA538B11A2A0AE40092DCBA = {
CreatedOnToolsVersion = 6.1;
Expand Down Expand Up @@ -362,13 +362,14 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = S5BF5553KY;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = handmadeCalenderSampleOfSwift/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "net.just1factory.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "52d389ea-cad8-42bd-9d46-047338c5d9f4";
PROVISIONING_PROFILE_SPECIFIER = fumiyasac_ios_development;
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 3.0;
};
name = Debug;
Expand All @@ -377,14 +378,14 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
DEVELOPMENT_TEAM = S5BF5553KY;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = handmadeCalenderSampleOfSwift/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "net.just1factory.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "11dff38f-1378-4e00-98ff-c59ed5f0447f";
PROVISIONING_PROFILE_SPECIFIER = "XC: net.just1factory.*";
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 3.0;
};
name = Release;
Expand Down
Binary file not shown.
Loading

0 comments on commit 832a186

Please sign in to comment.