Skip to content

Commit

Permalink
manual mode sample build error 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
miya authored and miya committed Nov 7, 2018
1 parent cfa7605 commit e2cfd18
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
Binary file added .DS_Store
Binary file not shown.
15 changes: 15 additions & 0 deletions ManualModeSample/Assets.xcassets/AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"images" : [
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "29x29",
Expand Down Expand Up @@ -29,6 +39,11 @@
"idiom" : "iphone",
"size" : "60x60",
"scale" : "3x"
},
{
"idiom" : "ios-marketing",
"size" : "1024x1024",
"scale" : "1x"
}
],
"info" : {
Expand Down
2 changes: 0 additions & 2 deletions NaverSpeechSampleApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
6DEBD5271DCB5C3000705FA8 /* Common.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 6DEBD5131DCB2A2D00705FA8 /* Common.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
6DEBD5281DCB5DDA00705FA8 /* Common.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6DEBD5131DCB2A2D00705FA8 /* Common.framework */; };
6DEBD5291DCB5DDA00705FA8 /* Common.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 6DEBD5131DCB2A2D00705FA8 /* Common.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
6DEBD53A1DD1BB1500705FA8 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 6DEBD5381DD1BB1500705FA8 /* Info.plist */; };
6DEBD53B1DD1BB1500705FA8 /* Languages.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DEBD5391DD1BB1500705FA8 /* Languages.swift */; };
6DEBD53C1DD1C50100705FA8 /* Languages.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DEBD5391DD1BB1500705FA8 /* Languages.swift */; };
6DEBD53D1DD1CD8A00705FA8 /* Languages.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DEBD5391DD1BB1500705FA8 /* Languages.swift */; };
Expand Down Expand Up @@ -394,7 +393,6 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
6DEBD53A1DD1BB1500705FA8 /* Info.plist in Resources */,
6DEBD4771DC9E80E00705FA8 /* LaunchScreen.storyboard in Resources */,
6DEBD4741DC9E80E00705FA8 /* Assets.xcassets in Resources */,
6DEBD4721DC9E80E00705FA8 /* Main.storyboard in Resources */,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>

0 comments on commit e2cfd18

Please sign in to comment.