Skip to content

Commit 83aa1e2

Browse files
committed
removed mlmodel file.
1 parent 58bca46 commit 83aa1e2

File tree

6 files changed

+15
-6
lines changed

6 files changed

+15
-6
lines changed

MachineLearningSample-ObjC.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,9 @@
289289
isa = XCBuildConfiguration;
290290
buildSettings = {
291291
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
292+
DEVELOPMENT_TEAM = CS6JVEV4V2;
292293
INFOPLIST_FILE = "MachineLearningSample-ObjC/Info.plist";
294+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
293295
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
294296
PRODUCT_BUNDLE_IDENTIFIER = "com.atif.MachineLearningSample-ObjC";
295297
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -301,7 +303,9 @@
301303
isa = XCBuildConfiguration;
302304
buildSettings = {
303305
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
306+
DEVELOPMENT_TEAM = CS6JVEV4V2;
304307
INFOPLIST_FILE = "MachineLearningSample-ObjC/Info.plist";
308+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
305309
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
306310
PRODUCT_BUNDLE_IDENTIFIER = "com.atif.MachineLearningSample-ObjC";
307311
PRODUCT_NAME = "$(TARGET_NAME)";
8.59 KB
Loading
18.8 KB
Loading

MachineLearningSample-ObjC/Assets.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@
1111
"scale" : "3x"
1212
},
1313
{
14-
"idiom" : "iphone",
1514
"size" : "29x29",
15+
"idiom" : "iphone",
16+
"filename" : "58.png",
1617
"scale" : "2x"
1718
},
1819
{
19-
"idiom" : "iphone",
2020
"size" : "29x29",
21+
"idiom" : "iphone",
22+
"filename" : "87.png",
2123
"scale" : "3x"
2224
},
2325
{
@@ -84,6 +86,11 @@
8486
"idiom" : "ipad",
8587
"size" : "83.5x83.5",
8688
"scale" : "2x"
89+
},
90+
{
91+
"idiom" : "ios-marketing",
92+
"size" : "1024x1024",
93+
"scale" : "1x"
8794
}
8895
],
8996
"info" : {

MachineLearningSample-ObjC/Info.plist

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,19 @@
2020
<string>1</string>
2121
<key>LSRequiresIPhoneOS</key>
2222
<true/>
23+
<key>NSCameraUsageDescription</key>
24+
<string>capture image for processing</string>
2325
<key>UILaunchStoryboardName</key>
2426
<string>LaunchScreen</string>
2527
<key>UIMainStoryboardFile</key>
2628
<string>Main</string>
27-
<key>NSCameraUsageDescription</key>
28-
<string>capture image for processing</string>
2929
<key>UIRequiredDeviceCapabilities</key>
3030
<array>
3131
<string>armv7</string>
3232
</array>
3333
<key>UISupportedInterfaceOrientations</key>
3434
<array>
3535
<string>UIInterfaceOrientationPortrait</string>
36-
<string>UIInterfaceOrientationLandscapeLeft</string>
37-
<string>UIInterfaceOrientationLandscapeRight</string>
3836
</array>
3937
<key>UISupportedInterfaceOrientations~ipad</key>
4038
<array>
-90.3 MB
Binary file not shown.

0 commit comments

Comments
 (0)