This repository has been archived by the owner on Apr 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
102 changed files
with
1,283 additions
and
99 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 */ | ||
|
@@ -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 */ | ||
|
@@ -100,6 +102,7 @@ | |
32CC972C1802D8340038AB97 /* MainStoryboard.storyboard */, | ||
32CC972F1802D8340038AB97 /* ViewController.h */, | ||
32CC97301802D8340038AB97 /* ViewController.m */, | ||
9E6155091B71149C009EF270 /* Images.xcassets */, | ||
32CC971B1802D8340038AB97 /* Supporting Files */, | ||
); | ||
path = ACDriveExtension; | ||
|
@@ -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 */, | ||
); | ||
|
@@ -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"; | ||
|
@@ -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"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
samples/ACDriveExtension/ACDriveExtension/Images.xcassets/AppIcon.appiconset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
Binary file added
BIN
+4.13 KB
...tension/ACDriveExtension/Images.xcassets/AppIcon.appiconset/icon_sample_120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+7.84 KB
...tension/ACDriveExtension/Images.xcassets/AppIcon.appiconset/icon_sample_180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions
23
...s/ACDriveExtension/ACDriveExtension/Images.xcassets/LaunchImage.launchimage/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
Binary file added
BIN
+18.2 KB
...on/ACDriveExtension/Images.xcassets/LaunchImage.launchimage/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+15.7 KB
...tension/ACDriveExtension/Images.xcassets/LaunchImage.launchimage/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 */ | ||
|
@@ -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 */ | ||
|
@@ -100,6 +102,7 @@ | |
32CAD208180421690082729D /* MainStoryboard.storyboard */, | ||
32CAD20B180421690082729D /* ViewController.h */, | ||
32CAD20C180421690082729D /* ViewController.m */, | ||
9E61550B1B7114AB009EF270 /* Images.xcassets */, | ||
32CAD1F7180421690082729D /* Supporting Files */, | ||
); | ||
path = ADCExtension; | ||
|
@@ -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 */, | ||
); | ||
|
@@ -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"; | ||
|
@@ -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"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
samples/ADCExtension/ADCExtension/Images.xcassets/AppIcon.appiconset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
Binary file added
BIN
+4.13 KB
...DCExtension/ADCExtension/Images.xcassets/AppIcon.appiconset/icon_sample_120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+7.84 KB
...DCExtension/ADCExtension/Images.xcassets/AppIcon.appiconset/icon_sample_180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions
23
samples/ADCExtension/ADCExtension/Images.xcassets/LaunchImage.launchimage/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
Binary file added
BIN
+18.2 KB
...ension/ADCExtension/Images.xcassets/LaunchImage.launchimage/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+15.7 KB
...DCExtension/ADCExtension/Images.xcassets/LaunchImage.launchimage/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 */ | ||
|
@@ -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 */ | ||
|
@@ -106,6 +108,7 @@ | |
085A31B8168A806700A75E66 /* MainStoryboard.storyboard */, | ||
085A31BB168A806700A75E66 /* ViewController.h */, | ||
0891AC0316CEB70A00506544 /* ViewController.m */, | ||
9E61550D1B7114B9009EF270 /* Images.xcassets */, | ||
085A31A7168A806700A75E66 /* Supporting Files */, | ||
); | ||
path = AioSample; | ||
|
@@ -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 */, | ||
|
@@ -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"; | ||
|
@@ -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"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|
Oops, something went wrong.