forked from PaddlePaddle/Paddle-Lite
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
ca13737
commit e4cf251
Showing
25 changed files
with
330 additions
and
364 deletions.
There are no files selected for viewing
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
Binary file removed
BIN
-6.89 KB
...proj/project.xcworkspace/xcuserdata/liuruilong.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
34 changes: 0 additions & 34 deletions
34
example/paddle-mobile-demo/paddle-mobile-demo/ViewController.swift
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
platform :ios, ‘9.0’ | ||
use_frameworks! | ||
|
||
workspace 'paddle-mobile.xcworkspace' | ||
|
||
target 'paddle-mobile-demo' do | ||
project 'paddle-mobile-demo/paddle-mobile-demo.xcodeproj' | ||
pod 'SwiftProtobuf', '~> 1.0' | ||
end | ||
|
||
target 'paddle-mobile' do | ||
project 'paddle-mobile/paddle-mobile.xcodeproj' | ||
pod 'SwiftProtobuf', '~> 1.0' | ||
end |
235 changes: 122 additions & 113 deletions
235
...dle-mobile-demo.xcodeproj/project.pbxproj → ...dle-mobile-demo.xcodeproj/project.pbxproj
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
Binary file added
BIN
+5.06 KB
...proj/project.xcworkspace/xcuserdata/liuruilong.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
27 changes: 27 additions & 0 deletions
27
metal/paddle-mobile-demo/paddle-mobile-demo/ViewController.swift
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,27 @@ | ||
// | ||
// ViewController.swift | ||
// paddle-mobile-demo | ||
// | ||
// Created by liuRuiLong on 2018/6/25. | ||
// Copyright © 2018年 orange. All rights reserved. | ||
// | ||
|
||
|
||
import UIKit | ||
import paddle_mobile | ||
|
||
class ViewController: UIViewController { | ||
|
||
override func viewDidLoad() { | ||
super.viewDidLoad() | ||
|
||
} | ||
|
||
override func didReceiveMemoryWarning() { | ||
super.didReceiveMemoryWarning() | ||
// Dispose of any resources that can be recreated. | ||
} | ||
|
||
|
||
} | ||
|
File renamed without changes.
This file was deleted.
Oops, something went wrong.
318 changes: 156 additions & 162 deletions
318
metal/paddle-mobile/paddle-mobile.xcodeproj/project.pbxproj
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
-1.83 KB
(84%)
...proj/project.xcworkspace/xcuserdata/liuruilong.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
13 changes: 0 additions & 13 deletions
13
metal/paddle-mobile/paddle-mobile.xcworkspace/contents.xcworkspacedata
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
metal/paddle-mobile/paddle-mobile.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-116 KB
...addle-mobile.xcworkspace/xcuserdata/liuruilong.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
5 changes: 0 additions & 5 deletions
5
...mobile.xcworkspace/xcuserdata/liuruilong.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
This file was deleted.
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