Skip to content

Commit 2af0367

Browse files
committed
Fix minor issus for release
1 parent 8555174 commit 2af0367

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

PyConJP.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1723,7 +1723,7 @@
17231723
INFOPLIST_FILE = "$(SRCROOT)/PyConJP/Support Files/Info.plist";
17241724
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
17251725
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
1726-
PRODUCT_BUNDLE_IDENTIFIER = jp.pyconjp.pyconjp;
1726+
PRODUCT_BUNDLE_IDENTIFIER = jp.pycon.pyconjp;
17271727
PRODUCT_NAME = "$(TARGET_NAME)";
17281728
PROVISIONING_PROFILE = "";
17291729
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
@@ -1748,7 +1748,7 @@
17481748
INFOPLIST_FILE = "$(SRCROOT)/PyConJP/Support Files/Info.plist";
17491749
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
17501750
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
1751-
PRODUCT_BUNDLE_IDENTIFIER = jp.pyconjp.pyconjp;
1751+
PRODUCT_BUNDLE_IDENTIFIER = jp.pycon.pyconjp;
17521752
PRODUCT_NAME = "$(TARGET_NAME)";
17531753
PROVISIONING_PROFILE = "";
17541754
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
181 KB
Loading

PyConJP/Assets.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@
4545
"scale" : "3x"
4646
},
4747
{
48-
"idiom" : "ios-marketing",
4948
"size" : "1024x1024",
49+
"idiom" : "ios-marketing",
50+
"filename" : "1024x1024.jpg",
5051
"scale" : "1x"
5152
}
5253
],
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
name: Result, nameSpecified: , owner: antitypical, version: 3.2.3
1+
name: Result, nameSpecified: , owner: antitypical, version: 3.2.4
22

33
name: APIKit, nameSpecified: , owner: ishkawa, version: 3.1.2
44

55
name: SpreadsheetView, nameSpecified: , owner: kishikawakatsumi, version: v0.8.4
66

7-
name: Kingfisher, nameSpecified: , owner: onevcat, version: 3.13.0
7+
name: Kingfisher, nameSpecified: , owner: onevcat, version: 3.13.1
88

9-
name: realm-cocoa, nameSpecified: , owner: realm, version: v2.10.0
9+
name: realm-cocoa, nameSpecified: , owner: realm, version: v2.10.2
1010

1111
add-version-numbers: false
1212

13-
LicensePlist Version: 1.4.5
13+
LicensePlist Version: 1.7.0

PyConJP/Support Files/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.1</string>
18+
<string>2.0.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1</string>
22+
<string>3</string>
2323
<key>LSApplicationQueriesSchemes</key>
2424
<array>
2525
<string>twitter</string>

0 commit comments

Comments
 (0)