File tree Expand file tree Collapse file tree 6 files changed +15
-6
lines changed
MachineLearningSample-ObjC.xcodeproj
MachineLearningSample-ObjC
Assets.xcassets/AppIcon.appiconset Expand file tree Collapse file tree 6 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 289289isa = XCBuildConfiguration;
290290buildSettings = {
291291ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
292+ DEVELOPMENT_TEAM = CS6JVEV4V2;
292293INFOPLIST_FILE = "MachineLearningSample-ObjC/Info.plist";
294+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
293295LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
294296PRODUCT_BUNDLE_IDENTIFIER = "com.atif.MachineLearningSample-ObjC";
295297PRODUCT_NAME = "$(TARGET_NAME)";
301303isa = XCBuildConfiguration;
302304buildSettings = {
303305ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
306+ DEVELOPMENT_TEAM = CS6JVEV4V2;
304307INFOPLIST_FILE = "MachineLearningSample-ObjC/Info.plist";
308+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
305309LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
306310PRODUCT_BUNDLE_IDENTIFIER = "com.atif.MachineLearningSample-ObjC";
307311PRODUCT_NAME = "$(TARGET_NAME)";
Original file line number Diff line number Diff line change 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 {
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" : {
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments