Skip to content

Commit

Permalink
Fix minor issus for release
Browse files Browse the repository at this point in the history
  • Loading branch information
yutailang0119 committed Nov 4, 2017
1 parent 8555174 commit 2af0367
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions PyConJP.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1723,7 +1723,7 @@
INFOPLIST_FILE = "$(SRCROOT)/PyConJP/Support Files/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = jp.pyconjp.pyconjp;
PRODUCT_BUNDLE_IDENTIFIER = jp.pycon.pyconjp;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
Expand All @@ -1748,7 +1748,7 @@
INFOPLIST_FILE = "$(SRCROOT)/PyConJP/Support Files/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = jp.pyconjp.pyconjp;
PRODUCT_BUNDLE_IDENTIFIER = jp.pycon.pyconjp;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion PyConJP/Assets.xcassets/AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@
"scale" : "3x"
},
{
"idiom" : "ios-marketing",
"size" : "1024x1024",
"idiom" : "ios-marketing",
"filename" : "1024x1024.jpg",
"scale" : "1x"
}
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Result, nameSpecified: , owner: antitypical, version: 3.2.3
name: Result, nameSpecified: , owner: antitypical, version: 3.2.4

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

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

name: Kingfisher, nameSpecified: , owner: onevcat, version: 3.13.0
name: Kingfisher, nameSpecified: , owner: onevcat, version: 3.13.1

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

add-version-numbers: false

LicensePlist Version: 1.4.5
LicensePlist Version: 1.7.0
4 changes: 2 additions & 2 deletions PyConJP/Support Files/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>2.0.1</string>
<string>2.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>3</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>twitter</string>
Expand Down

0 comments on commit 2af0367

Please sign in to comment.