Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release/4.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0c committed Aug 7, 2015
2 parents 24b540a + 3336333 commit a01262b
Show file tree
Hide file tree
Showing 102 changed files with 1,283 additions and 99 deletions.
3 changes: 3 additions & 0 deletions Konashi.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Konashi/Konashi.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@
E91E54B219C8F2750071D7C9 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "iPhone Developer";
DSTROOT = /tmp/Konashi.dst;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Konashi/Konashi-Prefix.pch";
Expand All @@ -538,6 +539,7 @@
E91E54B319C8F2750071D7C9 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "iPhone Distribution";
DSTROOT = /tmp/Konashi.dst;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Konashi/Konashi-Prefix.pch";
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright 2015 Yukai Engineering Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions konashi-ios-sdk.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'konashi-ios-sdk'
s.version = '4.0.0'
s.version = '4.0.1'
s.summary = 'iOS SDK for konashi, a wireless physical computing toolkit for iPhone, iPod touch and iPad.'
s.homepage = 'http://konashi.ux-xu.com'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.author = { 'monakaz' => '[email protected]' }
s.source = { :git => 'https://github.com/YUKAI/konashi-ios-sdk.git', :tag => 'v4.0.0' }
s.source = { :git => 'https://github.com/YUKAI/konashi-ios-sdk.git', :tag => 'v4.0.1' }
s.platform = :ios, '7.1'
s.source_files = 'Konashi/Konashi/*.{h,m}','Konashi/Konashi/**/*.{h,m}'
s.requires_arc = true
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
32CC972E1802D8340038AB97 /* MainStoryboard.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 32CC972C1802D8340038AB97 /* MainStoryboard.storyboard */; };
32CC97311802D8340038AB97 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 32CC97301802D8340038AB97 /* ViewController.m */; };
32CC97401802D85A0038AB97 /* CoreBluetooth.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32CC973F1802D85A0038AB97 /* CoreBluetooth.framework */; };
9E61550A1B71149C009EF270 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9E6155091B71149C009EF270 /* Images.xcassets */; };
E91B712E19C8F2F100BC88A4 /* libKonashi.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E91B712D19C8F2F100BC88A4 /* libKonashi.a */; };
E98BA8121A10C4200075F9B9 /* JavaScriptCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E98BA8111A10C4200075F9B9 /* JavaScriptCore.framework */; };
/* End PBXBuildFile section */
Expand All @@ -41,6 +42,7 @@
32CC972F1802D8340038AB97 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
32CC97301802D8340038AB97 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
32CC973F1802D85A0038AB97 /* CoreBluetooth.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreBluetooth.framework; path = System/Library/Frameworks/CoreBluetooth.framework; sourceTree = SDKROOT; };
9E6155091B71149C009EF270 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
E91B712D19C8F2F100BC88A4 /* libKonashi.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libKonashi.a; path = "../../../../../../Library/Developer/Xcode/DerivedData/Konashi-dhofczlcrxxgidezchdszsmucwex/Build/Products/Debug-iphoneos/libKonashi.a"; sourceTree = "<group>"; };
E98BA8111A10C4200075F9B9 /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
/* End PBXFileReference section */
Expand Down Expand Up @@ -100,6 +102,7 @@
32CC972C1802D8340038AB97 /* MainStoryboard.storyboard */,
32CC972F1802D8340038AB97 /* ViewController.h */,
32CC97301802D8340038AB97 /* ViewController.m */,
9E6155091B71149C009EF270 /* Images.xcassets */,
32CC971B1802D8340038AB97 /* Supporting Files */,
);
path = ACDriveExtension;
Expand Down Expand Up @@ -173,6 +176,7 @@
32CC971F1802D8340038AB97 /* InfoPlist.strings in Resources */,
32CC97271802D8340038AB97 /* Default.png in Resources */,
32CC97291802D8340038AB97 /* [email protected] in Resources */,
9E61550A1B71149C009EF270 /* Images.xcassets in Resources */,
32CC972B1802D8340038AB97 /* [email protected] in Resources */,
32CC972E1802D8340038AB97 /* MainStoryboard.storyboard in Resources */,
);
Expand Down Expand Up @@ -272,6 +276,9 @@
32CC97351802D8340038AB97 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CODE_SIGN_IDENTITY = "iPhone Developer";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "ACDriveExtension/ACDriveExtension-Prefix.pch";
INFOPLIST_FILE = "ACDriveExtension/ACDriveExtension-Info.plist";
Expand All @@ -290,6 +297,9 @@
32CC97361802D8340038AB97 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CODE_SIGN_IDENTITY = "iPhone Distribution";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "ACDriveExtension/ACDriveExtension-Prefix.pch";
INFOPLIST_FILE = "ACDriveExtension/ACDriveExtension-Info.plist";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
<string>${PRODUCT_NAME}</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIcons</key>
<dict/>
<key>CFBundleIcons~ipad</key>
<dict/>
<key>CFBundleIdentifier</key>
<string>com.ux-xu.konashi.$(PRODUCT_NAME:rfc1034identifier)</string>
<key>CFBundleInfoDictionaryVersion</key>
Expand All @@ -21,7 +25,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIMainStoryboardFile</key>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"images" : [
{
"idiom" : "iphone",
"size" : "29x29",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "40x40",
"scale" : "2x"
},
{
"size" : "60x60",
"idiom" : "iphone",
"filename" : "icon_sample_120.png",
"scale" : "2x"
},
{
"size" : "60x60",
"idiom" : "iphone",
"filename" : "icon_sample_180.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"orientation" : "portrait",
"idiom" : "iphone",
"filename" : "[email protected]",
"minimum-system-version" : "7.0",
"subtype" : "retina4",
"scale" : "2x"
},
{
"orientation" : "portrait",
"idiom" : "iphone",
"filename" : "[email protected]",
"minimum-system-version" : "7.0",
"scale" : "2x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions samples/ADCExtension/ADCExtension.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
32CAD20A180421690082729D /* MainStoryboard.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 32CAD208180421690082729D /* MainStoryboard.storyboard */; };
32CAD20D180421690082729D /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 32CAD20C180421690082729D /* ViewController.m */; };
32CAD214180421940082729D /* CoreBluetooth.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32CAD213180421940082729D /* CoreBluetooth.framework */; };
9E61550C1B7114AB009EF270 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9E61550B1B7114AB009EF270 /* Images.xcassets */; };
E91B713019C8F36F00BC88A4 /* libKonashi.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E91B712F19C8F36F00BC88A4 /* libKonashi.a */; };
E98BA8141A10C4370075F9B9 /* JavaScriptCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E98BA8131A10C4370075F9B9 /* JavaScriptCore.framework */; };
/* End PBXBuildFile section */
Expand All @@ -41,6 +42,7 @@
32CAD20B180421690082729D /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
32CAD20C180421690082729D /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
32CAD213180421940082729D /* CoreBluetooth.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreBluetooth.framework; path = System/Library/Frameworks/CoreBluetooth.framework; sourceTree = SDKROOT; };
9E61550B1B7114AB009EF270 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
E91B712F19C8F36F00BC88A4 /* libKonashi.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libKonashi.a; path = "../../../../../../Library/Developer/Xcode/DerivedData/Konashi-dhofczlcrxxgidezchdszsmucwex/Build/Products/Debug-iphoneos/libKonashi.a"; sourceTree = "<group>"; };
E98BA8131A10C4370075F9B9 /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
/* End PBXFileReference section */
Expand Down Expand Up @@ -100,6 +102,7 @@
32CAD208180421690082729D /* MainStoryboard.storyboard */,
32CAD20B180421690082729D /* ViewController.h */,
32CAD20C180421690082729D /* ViewController.m */,
9E61550B1B7114AB009EF270 /* Images.xcassets */,
32CAD1F7180421690082729D /* Supporting Files */,
);
path = ADCExtension;
Expand Down Expand Up @@ -173,6 +176,7 @@
32CAD1FB180421690082729D /* InfoPlist.strings in Resources */,
32CAD203180421690082729D /* Default.png in Resources */,
32CAD205180421690082729D /* [email protected] in Resources */,
9E61550C1B7114AB009EF270 /* Images.xcassets in Resources */,
32CAD207180421690082729D /* [email protected] in Resources */,
32CAD20A180421690082729D /* MainStoryboard.storyboard in Resources */,
);
Expand Down Expand Up @@ -273,6 +277,9 @@
32CAD211180421690082729D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CODE_SIGN_IDENTITY = "iPhone Developer";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "ADCExtension/ADCExtension-Prefix.pch";
INFOPLIST_FILE = "ADCExtension/ADCExtension-Info.plist";
Expand All @@ -292,6 +299,9 @@
32CAD212180421690082729D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CODE_SIGN_IDENTITY = "iPhone Distribution";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "ADCExtension/ADCExtension-Prefix.pch";
INFOPLIST_FILE = "ADCExtension/ADCExtension-Info.plist";
Expand Down
6 changes: 5 additions & 1 deletion samples/ADCExtension/ADCExtension/ADCExtension-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
<string>${PRODUCT_NAME}</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIcons</key>
<dict/>
<key>CFBundleIcons~ipad</key>
<dict/>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
Expand All @@ -21,7 +25,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIMainStoryboardFile</key>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"images" : [
{
"idiom" : "iphone",
"size" : "29x29",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "40x40",
"scale" : "2x"
},
{
"size" : "60x60",
"idiom" : "iphone",
"filename" : "icon_sample_120.png",
"scale" : "2x"
},
{
"size" : "60x60",
"idiom" : "iphone",
"filename" : "icon_sample_180.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"orientation" : "portrait",
"idiom" : "iphone",
"filename" : "[email protected]",
"minimum-system-version" : "7.0",
"subtype" : "retina4",
"scale" : "2x"
},
{
"orientation" : "portrait",
"idiom" : "iphone",
"filename" : "[email protected]",
"minimum-system-version" : "7.0",
"scale" : "2x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions samples/AioSample/AioSample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
085A31C8168A809700A75E66 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 085A31C5168A809700A75E66 /* [email protected] */; };
085A31CE168A80D900A75E66 /* CoreBluetooth.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 085A31CD168A80D900A75E66 /* CoreBluetooth.framework */; };
0891AC0416CEB70A00506544 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0891AC0316CEB70A00506544 /* ViewController.m */; };
9E61550E1B7114B9009EF270 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9E61550D1B7114B9009EF270 /* Images.xcassets */; };
E91B713A19C8F39900BC88A4 /* libKonashi.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E91B713919C8F39900BC88A4 /* libKonashi.a */; };
E98BA8161A10C46A0075F9B9 /* JavaScriptCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E98BA8151A10C46A0075F9B9 /* JavaScriptCore.framework */; };
/* End PBXBuildFile section */
Expand All @@ -47,6 +48,7 @@
085A31C5168A809700A75E66 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
085A31CD168A80D900A75E66 /* CoreBluetooth.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreBluetooth.framework; path = System/Library/Frameworks/CoreBluetooth.framework; sourceTree = SDKROOT; };
0891AC0316CEB70A00506544 /* ViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
9E61550D1B7114B9009EF270 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
E91B713919C8F39900BC88A4 /* libKonashi.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libKonashi.a; path = "../../../../../../Library/Developer/Xcode/DerivedData/Konashi-dhofczlcrxxgidezchdszsmucwex/Build/Products/Debug-iphoneos/libKonashi.a"; sourceTree = "<group>"; };
E98BA8151A10C46A0075F9B9 /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
/* End PBXFileReference section */
Expand Down Expand Up @@ -106,6 +108,7 @@
085A31B8168A806700A75E66 /* MainStoryboard.storyboard */,
085A31BB168A806700A75E66 /* ViewController.h */,
0891AC0316CEB70A00506544 /* ViewController.m */,
9E61550D1B7114B9009EF270 /* Images.xcassets */,
085A31A7168A806700A75E66 /* Supporting Files */,
);
path = AioSample;
Expand Down Expand Up @@ -179,6 +182,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
9E61550E1B7114B9009EF270 /* Images.xcassets in Resources */,
085A31AB168A806700A75E66 /* InfoPlist.strings in Resources */,
085A31B3168A806700A75E66 /* Default.png in Resources */,
085A31B5168A806700A75E66 /* [email protected] in Resources */,
Expand Down Expand Up @@ -279,6 +283,9 @@
085A31C1168A806700A75E66 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CODE_SIGN_IDENTITY = "iPhone Developer";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "AioSample/AioSample-Prefix.pch";
INFOPLIST_FILE = "AioSample/AioSample-Info.plist";
Expand All @@ -298,6 +305,9 @@
085A31C2168A806700A75E66 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CODE_SIGN_IDENTITY = "iPhone Distribution";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "AioSample/AioSample-Prefix.pch";
INFOPLIST_FILE = "AioSample/AioSample-Info.plist";
Expand Down
17 changes: 4 additions & 13 deletions samples/AioSample/AioSample/AioSample-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,9 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIcons</key>
<dict>
<key>CFBundlePrimaryIcon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>icon.png</string>
<string>[email protected]</string>
</array>
<key>UIPrerenderedIcon</key>
<true/>
</dict>
</dict>
<dict/>
<key>CFBundleIcons~ipad</key>
<dict/>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
Expand All @@ -34,7 +25,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIMainStoryboardFile</key>
Expand Down
Loading

0 comments on commit a01262b

Please sign in to comment.