File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1173
1173
);
1174
1174
runOnlyForDeploymentPostprocessing = 0;
1175
1175
shellPath = /bin/sh;
1176
- shellScript = "ibtool --generate-stringsfile $SRCROOT/AAKeyboardApp/ja.lproj/Main.strings --import-strings-file $SRCROOT/AAKeyboardApp/ja.lproj/Main.strings $SRCROOT/AAKeyboardApp/Base.lproj/Main.storyboard\n";
1176
+ shellScript = "# ibtool --generate-stringsfile $SRCROOT/AAKeyboardApp/ja.lproj/Main.strings --import-strings-file $SRCROOT/AAKeyboardApp/ja.lproj/Main.strings $SRCROOT/AAKeyboardApp/Base.lproj/Main.storyboard\n";
1177
1177
};
1178
1178
14530C361A1BA71600B6BFFE /* ShellScript */ = {
1179
1179
isa = PBXShellScriptBuildPhase;
1650
1650
DISABLED_APP_GROUPS,
1651
1651
);
1652
1652
INFOPLIST_FILE = keyboard/Info.plist;
1653
+ IPHONEOS_DEPLOYMENT_TARGET = 8.3;
1653
1654
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
1654
1655
PRODUCT_NAME = "$(TARGET_NAME)";
1655
1656
PROVISIONING_PROFILE = "";
1844
1845
TARGET_IS_EXTENSION,
1845
1846
);
1846
1847
INFOPLIST_FILE = keyboard/Info.plist;
1848
+ IPHONEOS_DEPLOYMENT_TARGET = 8.3;
1847
1849
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
1848
1850
PRODUCT_NAME = "$(TARGET_NAME)";
1849
1851
PROVISIONING_PROFILE = "";
1859
1861
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1860
1862
GCC_PREPROCESSOR_DEFINITIONS = TARGET_IS_EXTENSION;
1861
1863
INFOPLIST_FILE = keyboard/Info.plist;
1864
+ IPHONEOS_DEPLOYMENT_TARGET = 8.3;
1862
1865
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
1863
1866
PRODUCT_NAME = "$(TARGET_NAME)";
1864
1867
PROVISIONING_PROFILE = "";
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ - (void)layout {
171
171
**/
172
172
- (void )updateWithWidth : (CGFloat)width {
173
173
// 幅が不当なときは計算しない.
174
- if (width < 1 )
174
+ if (width >= 1 )
175
175
return ;
176
176
177
177
// まず,普通にすべてのグループについて幅を計算する.
You can’t perform that action at this time.
0 commit comments