提交 24384336 编写于 作者: L liuruilong

adjuct project structure

上级 3d8aad9e
......@@ -76,11 +76,9 @@ Podfile.lock
SwiftProtobuf.framework
metal/paddle-mobile/Pods/
example/paddle-mobile-demo/paddle-mobile-demo/yolo/
metal/Pods/
paddle-mobile.xcworkspace
......
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
pod 'SwiftProtobuf', '~> 1.0'
project 'paddle-mobile/paddle-mobile.xcodeproj'
pod 'SwiftProtobuf', '~> 1.0'
end
......@@ -7,124 +7,102 @@
objects = {
/* Begin PBXBuildFile section */
FC111A6620DD31C700F213F8 /* test.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC111A6520DD31C700F213F8 /* test.pb.swift */; };
FC111BE320DE079E00F213F8 /* params in Resources */ = {isa = PBXBuildFile; fileRef = FC111BE120DE079E00F213F8 /* params */; };
FC111BE420DE079E00F213F8 /* model in Resources */ = {isa = PBXBuildFile; fileRef = FC111BE220DE079E00F213F8 /* model */; };
FC9F52F120DA7F4D00C9F612 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC9F52F020DA7F4D00C9F612 /* AppDelegate.swift */; };
FC9F52F320DA7F4D00C9F612 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC9F52F220DA7F4D00C9F612 /* ViewController.swift */; };
FC9F52F620DA7F4D00C9F612 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FC9F52F420DA7F4D00C9F612 /* Main.storyboard */; };
FC9F52F820DA7F4F00C9F612 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FC9F52F720DA7F4F00C9F612 /* Assets.xcassets */; };
FC9F52FB20DA7F4F00C9F612 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FC9F52F920DA7F4F00C9F612 /* LaunchScreen.storyboard */; };
FCBF210620DC007900B5FDF0 /* paddle_mobile.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FCBF210520DC007900B5FDF0 /* paddle_mobile.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
FCBF210720DC007900B5FDF0 /* paddle_mobile.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = FCBF210520DC007900B5FDF0 /* paddle_mobile.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
FCBF210820DC00A100B5FDF0 /* SwiftProtobuf.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FCBF20FC20DBFF4D00B5FDF0 /* SwiftProtobuf.framework */; };
FCBF210920DC00A100B5FDF0 /* SwiftProtobuf.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = FCBF20FC20DBFF4D00B5FDF0 /* SwiftProtobuf.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
30D0ED21F392CFA3885B1002 /* Pods_paddle_mobile_demo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 18896810981724F8A0FED62A /* Pods_paddle_mobile_demo.framework */; };
FC039B8220E11C550081E9F8 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039B8120E11C550081E9F8 /* AppDelegate.swift */; };
FC039B8420E11C550081E9F8 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039B8320E11C550081E9F8 /* ViewController.swift */; };
FC039B8720E11C550081E9F8 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FC039B8520E11C550081E9F8 /* Main.storyboard */; };
FC039B8920E11C560081E9F8 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FC039B8820E11C560081E9F8 /* Assets.xcassets */; };
FC039B8C20E11C560081E9F8 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FC039B8A20E11C560081E9F8 /* LaunchScreen.storyboard */; };
FC039BC220E11CD00081E9F8 /* test.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039BC120E11CD00081E9F8 /* test.pb.swift */; };
/* End PBXBuildFile section */
/* Begin PBXCopyFilesBuildPhase section */
FCBF210420DC005100B5FDF0 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
FCBF210720DC007900B5FDF0 /* paddle_mobile.framework in Embed Frameworks */,
FCBF210920DC00A100B5FDF0 /* SwiftProtobuf.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
FC111A6520DD31C700F213F8 /* test.pb.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = test.pb.swift; sourceTree = "<group>"; };
FC111BE120DE079E00F213F8 /* params */ = {isa = PBXFileReference; lastKnownFileType = file; path = params; sourceTree = "<group>"; };
FC111BE220DE079E00F213F8 /* model */ = {isa = PBXFileReference; lastKnownFileType = file; path = model; sourceTree = "<group>"; };
FC9F52ED20DA7F4D00C9F612 /* paddle-mobile-demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "paddle-mobile-demo.app"; sourceTree = BUILT_PRODUCTS_DIR; };
FC9F52F020DA7F4D00C9F612 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
FC9F52F220DA7F4D00C9F612 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
FC9F52F520DA7F4D00C9F612 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
FC9F52F720DA7F4F00C9F612 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
FC9F52FA20DA7F4F00C9F612 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
FC9F52FC20DA7F4F00C9F612 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
FCBF20FC20DBFF4D00B5FDF0 /* SwiftProtobuf.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = SwiftProtobuf.framework; sourceTree = "<group>"; };
FCBF210520DC007900B5FDF0 /* paddle_mobile.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = paddle_mobile.framework; sourceTree = BUILT_PRODUCTS_DIR; };
081C9CF10DB06C58B8B6B039 /* Pods-paddle-mobile-demo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-paddle-mobile-demo.release.xcconfig"; path = "../Pods/Target Support Files/Pods-paddle-mobile-demo/Pods-paddle-mobile-demo.release.xcconfig"; sourceTree = "<group>"; };
18896810981724F8A0FED62A /* Pods_paddle_mobile_demo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_paddle_mobile_demo.framework; sourceTree = BUILT_PRODUCTS_DIR; };
878829884E1A14D7044721D5 /* Pods-paddle-mobile-demo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-paddle-mobile-demo.debug.xcconfig"; path = "../Pods/Target Support Files/Pods-paddle-mobile-demo/Pods-paddle-mobile-demo.debug.xcconfig"; sourceTree = "<group>"; };
FC039B7E20E11C550081E9F8 /* paddle-mobile-demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "paddle-mobile-demo.app"; sourceTree = BUILT_PRODUCTS_DIR; };
FC039B8120E11C550081E9F8 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
FC039B8320E11C550081E9F8 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
FC039B8620E11C550081E9F8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
FC039B8820E11C560081E9F8 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
FC039B8B20E11C560081E9F8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
FC039B8D20E11C560081E9F8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
FC039BC120E11CD00081E9F8 /* test.pb.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = test.pb.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
FC9F52EA20DA7F4D00C9F612 /* Frameworks */ = {
FC039B7B20E11C550081E9F8 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
FCBF210620DC007900B5FDF0 /* paddle_mobile.framework in Frameworks */,
FCBF210820DC00A100B5FDF0 /* SwiftProtobuf.framework in Frameworks */,
30D0ED21F392CFA3885B1002 /* Pods_paddle_mobile_demo.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
FC111BE020DE079E00F213F8 /* yolo */ = {
5722B50FEC38F55CA9B6A57B /* Pods */ = {
isa = PBXGroup;
children = (
FC111BE120DE079E00F213F8 /* params */,
FC111BE220DE079E00F213F8 /* model */,
878829884E1A14D7044721D5 /* Pods-paddle-mobile-demo.debug.xcconfig */,
081C9CF10DB06C58B8B6B039 /* Pods-paddle-mobile-demo.release.xcconfig */,
);
path = yolo;
name = Pods;
sourceTree = "<group>";
};
FC9F52E420DA7F4D00C9F612 = {
7B7DED984E9EE7BFB45E24E8 /* Frameworks */ = {
isa = PBXGroup;
children = (
FCBF210520DC007900B5FDF0 /* paddle_mobile.framework */,
FCBF20FC20DBFF4D00B5FDF0 /* SwiftProtobuf.framework */,
FC9F52EF20DA7F4D00C9F612 /* paddle-mobile-demo */,
FC9F52EE20DA7F4D00C9F612 /* Products */,
FCBF20F520DBFE7300B5FDF0 /* Frameworks */,
18896810981724F8A0FED62A /* Pods_paddle_mobile_demo.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
FC9F52EE20DA7F4D00C9F612 /* Products */ = {
FC039B7520E11C550081E9F8 = {
isa = PBXGroup;
children = (
FC9F52ED20DA7F4D00C9F612 /* paddle-mobile-demo.app */,
FC039B8020E11C550081E9F8 /* paddle-mobile-demo */,
FC039B7F20E11C550081E9F8 /* Products */,
5722B50FEC38F55CA9B6A57B /* Pods */,
7B7DED984E9EE7BFB45E24E8 /* Frameworks */,
);
name = Products;
sourceTree = "<group>";
};
FC9F52EF20DA7F4D00C9F612 /* paddle-mobile-demo */ = {
FC039B7F20E11C550081E9F8 /* Products */ = {
isa = PBXGroup;
children = (
FC111BE020DE079E00F213F8 /* yolo */,
FC111A6520DD31C700F213F8 /* test.pb.swift */,
FC9F52F020DA7F4D00C9F612 /* AppDelegate.swift */,
FC9F52F220DA7F4D00C9F612 /* ViewController.swift */,
FC9F52F420DA7F4D00C9F612 /* Main.storyboard */,
FC9F52F720DA7F4F00C9F612 /* Assets.xcassets */,
FC9F52F920DA7F4F00C9F612 /* LaunchScreen.storyboard */,
FC9F52FC20DA7F4F00C9F612 /* Info.plist */,
FC039B7E20E11C550081E9F8 /* paddle-mobile-demo.app */,
);
path = "paddle-mobile-demo";
name = Products;
sourceTree = "<group>";
};
FCBF20F520DBFE7300B5FDF0 /* Frameworks */ = {
FC039B8020E11C550081E9F8 /* paddle-mobile-demo */ = {
isa = PBXGroup;
children = (
FC039BC120E11CD00081E9F8 /* test.pb.swift */,
FC039B8120E11C550081E9F8 /* AppDelegate.swift */,
FC039B8320E11C550081E9F8 /* ViewController.swift */,
FC039B8520E11C550081E9F8 /* Main.storyboard */,
FC039B8820E11C560081E9F8 /* Assets.xcassets */,
FC039B8A20E11C560081E9F8 /* LaunchScreen.storyboard */,
FC039B8D20E11C560081E9F8 /* Info.plist */,
);
name = Frameworks;
path = "paddle-mobile-demo";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
FC9F52EC20DA7F4D00C9F612 /* paddle-mobile-demo */ = {
FC039B7D20E11C550081E9F8 /* paddle-mobile-demo */ = {
isa = PBXNativeTarget;
buildConfigurationList = FC9F52FF20DA7F4F00C9F612 /* Build configuration list for PBXNativeTarget "paddle-mobile-demo" */;
buildConfigurationList = FC039B9020E11C560081E9F8 /* Build configuration list for PBXNativeTarget "paddle-mobile-demo" */;
buildPhases = (
FC9F52E920DA7F4D00C9F612 /* Sources */,
FC9F52EA20DA7F4D00C9F612 /* Frameworks */,
FC9F52EB20DA7F4D00C9F612 /* Resources */,
FCBF210420DC005100B5FDF0 /* Embed Frameworks */,
9E041A9C487A2E44C709327E /* [CP] Check Pods Manifest.lock */,
FC039B7A20E11C550081E9F8 /* Sources */,
FC039B7B20E11C550081E9F8 /* Frameworks */,
FC039B7C20E11C550081E9F8 /* Resources */,
84ED590C0E51ABA9C34F51B5 /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
......@@ -132,25 +110,25 @@
);
name = "paddle-mobile-demo";
productName = "paddle-mobile-demo";
productReference = FC9F52ED20DA7F4D00C9F612 /* paddle-mobile-demo.app */;
productReference = FC039B7E20E11C550081E9F8 /* paddle-mobile-demo.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
FC9F52E520DA7F4D00C9F612 /* Project object */ = {
FC039B7620E11C550081E9F8 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0930;
LastUpgradeCheck = 0930;
ORGANIZATIONNAME = orange;
TargetAttributes = {
FC9F52EC20DA7F4D00C9F612 = {
FC039B7D20E11C550081E9F8 = {
CreatedOnToolsVersion = 9.3.1;
};
};
};
buildConfigurationList = FC9F52E820DA7F4D00C9F612 /* Build configuration list for PBXProject "paddle-mobile-demo" */;
buildConfigurationList = FC039B7920E11C550081E9F8 /* Build configuration list for PBXProject "paddle-mobile-demo" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
......@@ -158,57 +136,94 @@
en,
Base,
);
mainGroup = FC9F52E420DA7F4D00C9F612;
productRefGroup = FC9F52EE20DA7F4D00C9F612 /* Products */;
mainGroup = FC039B7520E11C550081E9F8;
productRefGroup = FC039B7F20E11C550081E9F8 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
FC9F52EC20DA7F4D00C9F612 /* paddle-mobile-demo */,
FC039B7D20E11C550081E9F8 /* paddle-mobile-demo */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
FC9F52EB20DA7F4D00C9F612 /* Resources */ = {
FC039B7C20E11C550081E9F8 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
FC9F52FB20DA7F4F00C9F612 /* LaunchScreen.storyboard in Resources */,
FC111BE420DE079E00F213F8 /* model in Resources */,
FC9F52F820DA7F4F00C9F612 /* Assets.xcassets in Resources */,
FC111BE320DE079E00F213F8 /* params in Resources */,
FC9F52F620DA7F4D00C9F612 /* Main.storyboard in Resources */,
FC039B8C20E11C560081E9F8 /* LaunchScreen.storyboard in Resources */,
FC039B8920E11C560081E9F8 /* Assets.xcassets in Resources */,
FC039B8720E11C550081E9F8 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
84ED590C0E51ABA9C34F51B5 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${SRCROOT}/../Pods/Target Support Files/Pods-paddle-mobile-demo/Pods-paddle-mobile-demo-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/SwiftProtobuf/SwiftProtobuf.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftProtobuf.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/../Pods/Target Support Files/Pods-paddle-mobile-demo/Pods-paddle-mobile-demo-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
9E041A9C487A2E44C709327E /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-paddle-mobile-demo-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
FC9F52E920DA7F4D00C9F612 /* Sources */ = {
FC039B7A20E11C550081E9F8 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
FC9F52F320DA7F4D00C9F612 /* ViewController.swift in Sources */,
FC111A6620DD31C700F213F8 /* test.pb.swift in Sources */,
FC9F52F120DA7F4D00C9F612 /* AppDelegate.swift in Sources */,
FC039B8420E11C550081E9F8 /* ViewController.swift in Sources */,
FC039BC220E11CD00081E9F8 /* test.pb.swift in Sources */,
FC039B8220E11C550081E9F8 /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
FC9F52F420DA7F4D00C9F612 /* Main.storyboard */ = {
FC039B8520E11C550081E9F8 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
FC9F52F520DA7F4D00C9F612 /* Base */,
FC039B8620E11C550081E9F8 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
FC9F52F920DA7F4F00C9F612 /* LaunchScreen.storyboard */ = {
FC039B8A20E11C560081E9F8 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
FC9F52FA20DA7F4F00C9F612 /* Base */,
FC039B8B20E11C560081E9F8 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
......@@ -216,7 +231,7 @@
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
FC9F52FD20DA7F4F00C9F612 /* Debug */ = {
FC039B8E20E11C560081E9F8 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
......@@ -276,7 +291,7 @@
};
name = Debug;
};
FC9F52FE20DA7F4F00C9F612 /* Release */ = {
FC039B8F20E11C560081E9F8 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
......@@ -330,16 +345,13 @@
};
name = Release;
};
FC9F530020DA7F4F00C9F612 /* Debug */ = {
FC039B9120E11C560081E9F8 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 878829884E1A14D7044721D5 /* Pods-paddle-mobile-demo.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = Z5M2UUN5YV;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
);
INFOPLIST_FILE = "paddle-mobile-demo/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
......@@ -352,16 +364,13 @@
};
name = Debug;
};
FC9F530120DA7F4F00C9F612 /* Release */ = {
FC039B9220E11C560081E9F8 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 081C9CF10DB06C58B8B6B039 /* Pods-paddle-mobile-demo.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = Z5M2UUN5YV;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
);
INFOPLIST_FILE = "paddle-mobile-demo/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
......@@ -377,25 +386,25 @@
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
FC9F52E820DA7F4D00C9F612 /* Build configuration list for PBXProject "paddle-mobile-demo" */ = {
FC039B7920E11C550081E9F8 /* Build configuration list for PBXProject "paddle-mobile-demo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
FC9F52FD20DA7F4F00C9F612 /* Debug */,
FC9F52FE20DA7F4F00C9F612 /* Release */,
FC039B8E20E11C560081E9F8 /* Debug */,
FC039B8F20E11C560081E9F8 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
FC9F52FF20DA7F4F00C9F612 /* Build configuration list for PBXNativeTarget "paddle-mobile-demo" */ = {
FC039B9020E11C560081E9F8 /* Build configuration list for PBXNativeTarget "paddle-mobile-demo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
FC9F530020DA7F4F00C9F612 /* Debug */,
FC9F530120DA7F4F00C9F612 /* Release */,
FC039B9120E11C560081E9F8 /* Debug */,
FC039B9220E11C560081E9F8 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = FC9F52E520DA7F4D00C9F612 /* Project object */;
rootObject = FC039B7620E11C550081E9F8 /* Project object */;
}
......@@ -2,7 +2,7 @@
// AppDelegate.swift
// paddle-mobile-demo
//
// Created by liuRuiLong on 2018/6/20.
// Created by liuRuiLong on 2018/6/25.
// Copyright © 2018年 orange. All rights reserved.
//
......
......@@ -2,10 +2,11 @@
// ViewController.swift
// paddle-mobile-demo
//
// Created by liuRuiLong on 2018/6/20.
// Created by liuRuiLong on 2018/6/25.
// Copyright © 2018年 orange. All rights reserved.
//
import UIKit
import paddle_mobile
......@@ -13,15 +14,7 @@ class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
var date = Date.init()
if let modelPath = Bundle.main.path(forResource: "model", ofType: nil), let paraPath = Bundle.main.path(forResource: "params", ofType: nil) {
print(" bundlepath: " + modelPath)
let loader = Loader<Float32>.init()
try! loader.load(modelPath: modelPath, paraPath: paraPath)
}
let els = Date.init().timeIntervalSince(date)
print(els)
}
override func didReceiveMemoryWarning() {
......
......@@ -7,193 +7,193 @@
objects = {
/* Begin PBXBuildFile section */
12F10C488EAE0B360E3ED522 /* Pods_paddle_mobile.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7379EE496BCB959550E49F06 /* Pods_paddle_mobile.framework */; };
FC111A6A20DD4DE200F213F8 /* BlockDesc.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC111A6920DD4DE200F213F8 /* BlockDesc.swift */; };
FC111A6C20DD4DEC00F213F8 /* VarDesc.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC111A6B20DD4DEC00F213F8 /* VarDesc.swift */; };
FC111A6E20DD4DF500F213F8 /* TensorDesc.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC111A6D20DD4DF500F213F8 /* TensorDesc.swift */; };
FC111A7020DD50AB00F213F8 /* OpDesc.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC111A6F20DD50AB00F213F8 /* OpDesc.swift */; };
FC111A7220DDED3D00F213F8 /* Attribute.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC111A7120DDED3D00F213F8 /* Attribute.swift */; };
FC111BE620DE088600F213F8 /* Program.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC111BE520DE088600F213F8 /* Program.swift */; };
FC2712A720DE11FE007BC206 /* Tensor.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC2712A620DE11FE007BC206 /* Tensor.swift */; };
FC2712A920DE1206007BC206 /* Dim.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC2712A820DE1206007BC206 /* Dim.swift */; };
FC2712AB20DE2340007BC206 /* Types.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC2712AA20DE2340007BC206 /* Types.swift */; };
FC2712AD20DE5060007BC206 /* Scope.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC2712AC20DE5060007BC206 /* Scope.swift */; };
FC2712AF20DEA008007BC206 /* Operator.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC2712AE20DEA008007BC206 /* Operator.swift */; };
FC2712B220DEA108007BC206 /* ConvOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC2712B120DEA108007BC206 /* ConvOp.swift */; };
FC88679D20E0F47900A29C00 /* Executor.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC88679C20E0F47900A29C00 /* Executor.swift */; };
FC9F530720DA7FB700C9F612 /* ProgramDesc.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC9F530620DA7FB700C9F612 /* ProgramDesc.swift */; };
FC9F530A20DA835D00C9F612 /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC9F530920DA835D00C9F612 /* Extensions.swift */; };
FC9F530C20DA83A700C9F612 /* Errors.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC9F530B20DA83A700C9F612 /* Errors.swift */; };
FC9F530E20DA861D00C9F612 /* framework.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC9F530D20DA861D00C9F612 /* framework.pb.swift */; };
FCB7C3FA20DF885900156259 /* ReluOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCB7C3F920DF885900156259 /* ReluOp.swift */; };
FCB7C3FC20DF8EEE00156259 /* BatchNormOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCB7C3FB20DF8EEE00156259 /* BatchNormOp.swift */; };
FCB7C3FE20DFE49B00156259 /* ElementwiseAddOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCB7C3FD20DFE49B00156259 /* ElementwiseAddOp.swift */; };
FCBA505920DA7A1100044AA3 /* paddle_mobile.h in Headers */ = {isa = PBXBuildFile; fileRef = FCBA505720DA7A1100044AA3 /* paddle_mobile.h */; settings = {ATTRIBUTES = (Public, ); }; };
FCBA506020DA7CEF00044AA3 /* Loader.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCBA505F20DA7CEF00044AA3 /* Loader.swift */; };
D3831F70E7E0B565B9AC22DA /* Pods_paddle_mobile.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DD2E06330A1E7129C918DB46 /* Pods_paddle_mobile.framework */; };
FC039B6F20E11C3C0081E9F8 /* paddle_mobile.h in Headers */ = {isa = PBXBuildFile; fileRef = FC039B6D20E11C3C0081E9F8 /* paddle_mobile.h */; settings = {ATTRIBUTES = (Public, ); }; };
FC039B9720E11C9A0081E9F8 /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039B9420E11C9A0081E9F8 /* Extensions.swift */; };
FC039B9820E11C9A0081E9F8 /* Errors.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039B9520E11C9A0081E9F8 /* Errors.swift */; };
FC039B9920E11C9A0081E9F8 /* Types.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039B9620E11C9A0081E9F8 /* Types.swift */; };
FC039B9B20E11CA00081E9F8 /* Executor.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039B9A20E11CA00081E9F8 /* Executor.swift */; };
FC039B9F20E11CB20081E9F8 /* Tensor.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039B9D20E11CB20081E9F8 /* Tensor.swift */; };
FC039BA020E11CB20081E9F8 /* Dim.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039B9E20E11CB20081E9F8 /* Dim.swift */; };
FC039BA220E11CB70081E9F8 /* Loader.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039BA120E11CB70081E9F8 /* Loader.swift */; };
FC039BA920E11CBC0081E9F8 /* ConvOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039BA420E11CBC0081E9F8 /* ConvOp.swift */; };
FC039BAA20E11CBC0081E9F8 /* ElementwiseAddOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039BA520E11CBC0081E9F8 /* ElementwiseAddOp.swift */; };
FC039BAB20E11CBC0081E9F8 /* Operator.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039BA620E11CBC0081E9F8 /* Operator.swift */; };
FC039BAC20E11CBC0081E9F8 /* BatchNormOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039BA720E11CBC0081E9F8 /* BatchNormOp.swift */; };
FC039BAD20E11CBC0081E9F8 /* ReluOp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039BA820E11CBC0081E9F8 /* ReluOp.swift */; };
FC039BB820E11CC20081E9F8 /* framework.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039BAF20E11CC20081E9F8 /* framework.pb.swift */; };
FC039BB920E11CC20081E9F8 /* Scope.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039BB020E11CC20081E9F8 /* Scope.swift */; };
FC039BBA20E11CC20081E9F8 /* TensorDesc.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039BB120E11CC20081E9F8 /* TensorDesc.swift */; };
FC039BBB20E11CC20081E9F8 /* ProgramDesc.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039BB220E11CC20081E9F8 /* ProgramDesc.swift */; };
FC039BBC20E11CC20081E9F8 /* VarDesc.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039BB320E11CC20081E9F8 /* VarDesc.swift */; };
FC039BBD20E11CC20081E9F8 /* Program.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039BB420E11CC20081E9F8 /* Program.swift */; };
FC039BBE20E11CC20081E9F8 /* OpDesc.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039BB520E11CC20081E9F8 /* OpDesc.swift */; };
FC039BBF20E11CC20081E9F8 /* Attribute.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039BB620E11CC20081E9F8 /* Attribute.swift */; };
FC039BC020E11CC20081E9F8 /* BlockDesc.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC039BB720E11CC20081E9F8 /* BlockDesc.swift */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
1BA510B509FF05304A0AA5CF /* Pods-paddle-mobile.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-paddle-mobile.release.xcconfig"; path = "Pods/Target Support Files/Pods-paddle-mobile/Pods-paddle-mobile.release.xcconfig"; sourceTree = "<group>"; };
637CE9BBF82421D0FAECA982 /* Pods-paddle-mobile.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-paddle-mobile.debug.xcconfig"; path = "Pods/Target Support Files/Pods-paddle-mobile/Pods-paddle-mobile.debug.xcconfig"; sourceTree = "<group>"; };
7379EE496BCB959550E49F06 /* Pods_paddle_mobile.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_paddle_mobile.framework; sourceTree = BUILT_PRODUCTS_DIR; };
FC111A6920DD4DE200F213F8 /* BlockDesc.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BlockDesc.swift; sourceTree = "<group>"; };
FC111A6B20DD4DEC00F213F8 /* VarDesc.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VarDesc.swift; sourceTree = "<group>"; };
FC111A6D20DD4DF500F213F8 /* TensorDesc.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TensorDesc.swift; sourceTree = "<group>"; };
FC111A6F20DD50AB00F213F8 /* OpDesc.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OpDesc.swift; sourceTree = "<group>"; };
FC111A7120DDED3D00F213F8 /* Attribute.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Attribute.swift; sourceTree = "<group>"; };
FC111BE520DE088600F213F8 /* Program.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Program.swift; sourceTree = "<group>"; };
FC2712A620DE11FE007BC206 /* Tensor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tensor.swift; sourceTree = "<group>"; };
FC2712A820DE1206007BC206 /* Dim.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Dim.swift; sourceTree = "<group>"; };
FC2712AA20DE2340007BC206 /* Types.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Types.swift; sourceTree = "<group>"; };
FC2712AC20DE5060007BC206 /* Scope.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Scope.swift; sourceTree = "<group>"; };
FC2712AE20DEA008007BC206 /* Operator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Operator.swift; sourceTree = "<group>"; };
FC2712B120DEA108007BC206 /* ConvOp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConvOp.swift; sourceTree = "<group>"; };
FC88679C20E0F47900A29C00 /* Executor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Executor.swift; sourceTree = "<group>"; };
FC9F530620DA7FB700C9F612 /* ProgramDesc.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProgramDesc.swift; sourceTree = "<group>"; };
FC9F530920DA835D00C9F612 /* Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Extensions.swift; sourceTree = "<group>"; };
FC9F530B20DA83A700C9F612 /* Errors.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Errors.swift; sourceTree = "<group>"; };
FC9F530D20DA861D00C9F612 /* framework.pb.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = framework.pb.swift; sourceTree = "<group>"; };
FCB7C3F920DF885900156259 /* ReluOp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReluOp.swift; sourceTree = "<group>"; };
FCB7C3FB20DF8EEE00156259 /* BatchNormOp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BatchNormOp.swift; sourceTree = "<group>"; };
FCB7C3FD20DFE49B00156259 /* ElementwiseAddOp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ElementwiseAddOp.swift; sourceTree = "<group>"; };
FCBA505420DA7A1100044AA3 /* paddle_mobile.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = paddle_mobile.framework; sourceTree = BUILT_PRODUCTS_DIR; };
FCBA505720DA7A1100044AA3 /* paddle_mobile.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = paddle_mobile.h; sourceTree = "<group>"; };
FCBA505820DA7A1100044AA3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
FCBA505F20DA7CEF00044AA3 /* Loader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Loader.swift; sourceTree = "<group>"; };
CDF58151D902A1CBAE56A0C2 /* Pods-paddle-mobile.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-paddle-mobile.debug.xcconfig"; path = "../Pods/Target Support Files/Pods-paddle-mobile/Pods-paddle-mobile.debug.xcconfig"; sourceTree = "<group>"; };
DD2E06330A1E7129C918DB46 /* Pods_paddle_mobile.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_paddle_mobile.framework; sourceTree = BUILT_PRODUCTS_DIR; };
E2A7957C92EDA5C3BEC0FFC2 /* Pods-paddle-mobile.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-paddle-mobile.release.xcconfig"; path = "../Pods/Target Support Files/Pods-paddle-mobile/Pods-paddle-mobile.release.xcconfig"; sourceTree = "<group>"; };
FC039B6A20E11C3C0081E9F8 /* paddle_mobile.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = paddle_mobile.framework; sourceTree = BUILT_PRODUCTS_DIR; };
FC039B6D20E11C3C0081E9F8 /* paddle_mobile.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = paddle_mobile.h; sourceTree = "<group>"; };
FC039B6E20E11C3C0081E9F8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
FC039B9420E11C9A0081E9F8 /* Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Extensions.swift; sourceTree = "<group>"; };
FC039B9520E11C9A0081E9F8 /* Errors.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Errors.swift; sourceTree = "<group>"; };
FC039B9620E11C9A0081E9F8 /* Types.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Types.swift; sourceTree = "<group>"; };
FC039B9A20E11CA00081E9F8 /* Executor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Executor.swift; sourceTree = "<group>"; };
FC039B9D20E11CB20081E9F8 /* Tensor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Tensor.swift; sourceTree = "<group>"; };
FC039B9E20E11CB20081E9F8 /* Dim.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Dim.swift; sourceTree = "<group>"; };
FC039BA120E11CB70081E9F8 /* Loader.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Loader.swift; sourceTree = "<group>"; };
FC039BA420E11CBC0081E9F8 /* ConvOp.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConvOp.swift; sourceTree = "<group>"; };
FC039BA520E11CBC0081E9F8 /* ElementwiseAddOp.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ElementwiseAddOp.swift; sourceTree = "<group>"; };
FC039BA620E11CBC0081E9F8 /* Operator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Operator.swift; sourceTree = "<group>"; };
FC039BA720E11CBC0081E9F8 /* BatchNormOp.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BatchNormOp.swift; sourceTree = "<group>"; };
FC039BA820E11CBC0081E9F8 /* ReluOp.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ReluOp.swift; sourceTree = "<group>"; };
FC039BAF20E11CC20081E9F8 /* framework.pb.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = framework.pb.swift; sourceTree = "<group>"; };
FC039BB020E11CC20081E9F8 /* Scope.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Scope.swift; sourceTree = "<group>"; };
FC039BB120E11CC20081E9F8 /* TensorDesc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TensorDesc.swift; sourceTree = "<group>"; };
FC039BB220E11CC20081E9F8 /* ProgramDesc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProgramDesc.swift; sourceTree = "<group>"; };
FC039BB320E11CC20081E9F8 /* VarDesc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VarDesc.swift; sourceTree = "<group>"; };
FC039BB420E11CC20081E9F8 /* Program.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Program.swift; sourceTree = "<group>"; };
FC039BB520E11CC20081E9F8 /* OpDesc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OpDesc.swift; sourceTree = "<group>"; };
FC039BB620E11CC20081E9F8 /* Attribute.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Attribute.swift; sourceTree = "<group>"; };
FC039BB720E11CC20081E9F8 /* BlockDesc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BlockDesc.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
FCBA505020DA7A1100044AA3 /* Frameworks */ = {
FC039B6620E11C3C0081E9F8 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
12F10C488EAE0B360E3ED522 /* Pods_paddle_mobile.framework in Frameworks */,
D3831F70E7E0B565B9AC22DA /* Pods_paddle_mobile.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
C496DE8B9216803C3A836198 /* Pods */ = {
336CBE234BF5DE48658DE65F /* Frameworks */ = {
isa = PBXGroup;
children = (
637CE9BBF82421D0FAECA982 /* Pods-paddle-mobile.debug.xcconfig */,
1BA510B509FF05304A0AA5CF /* Pods-paddle-mobile.release.xcconfig */,
DD2E06330A1E7129C918DB46 /* Pods_paddle_mobile.framework */,
);
name = Pods;
name = Frameworks;
sourceTree = "<group>";
};
E707ADA0AE1047E37B361DCE /* Frameworks */ = {
8EB858F9B68D372C9F1CA263 /* Pods */ = {
isa = PBXGroup;
children = (
7379EE496BCB959550E49F06 /* Pods_paddle_mobile.framework */,
CDF58151D902A1CBAE56A0C2 /* Pods-paddle-mobile.debug.xcconfig */,
E2A7957C92EDA5C3BEC0FFC2 /* Pods-paddle-mobile.release.xcconfig */,
);
name = Frameworks;
name = Pods;
sourceTree = "<group>";
};
FC2712A520DE11F1007BC206 /* framework */ = {
FC039B6020E11C3C0081E9F8 = {
isa = PBXGroup;
children = (
FC2712A620DE11FE007BC206 /* Tensor.swift */,
FC2712A820DE1206007BC206 /* Dim.swift */,
FC039B6C20E11C3C0081E9F8 /* paddle-mobile */,
FC039B6B20E11C3C0081E9F8 /* Products */,
8EB858F9B68D372C9F1CA263 /* Pods */,
336CBE234BF5DE48658DE65F /* Frameworks */,
);
path = framework;
sourceTree = "<group>";
};
FC2712B020DEA0FE007BC206 /* Operators */ = {
FC039B6B20E11C3C0081E9F8 /* Products */ = {
isa = PBXGroup;
children = (
FC2712AE20DEA008007BC206 /* Operator.swift */,
FC2712B120DEA108007BC206 /* ConvOp.swift */,
FCB7C3F920DF885900156259 /* ReluOp.swift */,
FCB7C3FB20DF8EEE00156259 /* BatchNormOp.swift */,
FCB7C3FD20DFE49B00156259 /* ElementwiseAddOp.swift */,
FC039B6A20E11C3C0081E9F8 /* paddle_mobile.framework */,
);
path = Operators;
name = Products;
sourceTree = "<group>";
};
FC9F52E320DA7E7E00C9F612 /* Program */ = {
FC039B6C20E11C3C0081E9F8 /* paddle-mobile */ = {
isa = PBXGroup;
children = (
FC9F530D20DA861D00C9F612 /* framework.pb.swift */,
FC9F530620DA7FB700C9F612 /* ProgramDesc.swift */,
FC111A6920DD4DE200F213F8 /* BlockDesc.swift */,
FC111A6B20DD4DEC00F213F8 /* VarDesc.swift */,
FC111A6D20DD4DF500F213F8 /* TensorDesc.swift */,
FC111A6F20DD50AB00F213F8 /* OpDesc.swift */,
FC111A7120DDED3D00F213F8 /* Attribute.swift */,
FC111BE520DE088600F213F8 /* Program.swift */,
FC2712AC20DE5060007BC206 /* Scope.swift */,
FC039BAE20E11CC20081E9F8 /* Program */,
FC039BA320E11CBC0081E9F8 /* Operators */,
FC039BA120E11CB70081E9F8 /* Loader.swift */,
FC039B9C20E11CB20081E9F8 /* framework */,
FC039B9A20E11CA00081E9F8 /* Executor.swift */,
FC039B9320E11C9A0081E9F8 /* Common */,
FC039B6D20E11C3C0081E9F8 /* paddle_mobile.h */,
FC039B6E20E11C3C0081E9F8 /* Info.plist */,
);
path = Program;
path = "paddle-mobile";
sourceTree = "<group>";
};
FC9F530820DA835700C9F612 /* Common */ = {
FC039B9320E11C9A0081E9F8 /* Common */ = {
isa = PBXGroup;
children = (
FC9F530920DA835D00C9F612 /* Extensions.swift */,
FC9F530B20DA83A700C9F612 /* Errors.swift */,
FC2712AA20DE2340007BC206 /* Types.swift */,
FC039B9420E11C9A0081E9F8 /* Extensions.swift */,
FC039B9520E11C9A0081E9F8 /* Errors.swift */,
FC039B9620E11C9A0081E9F8 /* Types.swift */,
);
path = Common;
sourceTree = "<group>";
};
FCBA504A20DA7A1100044AA3 = {
FC039B9C20E11CB20081E9F8 /* framework */ = {
isa = PBXGroup;
children = (
FCBA505620DA7A1100044AA3 /* paddle-mobile */,
FCBA505520DA7A1100044AA3 /* Products */,
C496DE8B9216803C3A836198 /* Pods */,
E707ADA0AE1047E37B361DCE /* Frameworks */,
FC039B9D20E11CB20081E9F8 /* Tensor.swift */,
FC039B9E20E11CB20081E9F8 /* Dim.swift */,
);
path = framework;
sourceTree = "<group>";
};
FCBA505520DA7A1100044AA3 /* Products */ = {
FC039BA320E11CBC0081E9F8 /* Operators */ = {
isa = PBXGroup;
children = (
FCBA505420DA7A1100044AA3 /* paddle_mobile.framework */,
FC039BA420E11CBC0081E9F8 /* ConvOp.swift */,
FC039BA520E11CBC0081E9F8 /* ElementwiseAddOp.swift */,
FC039BA620E11CBC0081E9F8 /* Operator.swift */,
FC039BA720E11CBC0081E9F8 /* BatchNormOp.swift */,
FC039BA820E11CBC0081E9F8 /* ReluOp.swift */,
);
name = Products;
path = Operators;
sourceTree = "<group>";
};
FCBA505620DA7A1100044AA3 /* paddle-mobile */ = {
FC039BAE20E11CC20081E9F8 /* Program */ = {
isa = PBXGroup;
children = (
FC2712B020DEA0FE007BC206 /* Operators */,
FC2712A520DE11F1007BC206 /* framework */,
FC9F530820DA835700C9F612 /* Common */,
FC9F52E320DA7E7E00C9F612 /* Program */,
FCBA505720DA7A1100044AA3 /* paddle_mobile.h */,
FCBA505820DA7A1100044AA3 /* Info.plist */,
FCBA505F20DA7CEF00044AA3 /* Loader.swift */,
FC88679C20E0F47900A29C00 /* Executor.swift */,
FC039BAF20E11CC20081E9F8 /* framework.pb.swift */,
FC039BB020E11CC20081E9F8 /* Scope.swift */,
FC039BB120E11CC20081E9F8 /* TensorDesc.swift */,
FC039BB220E11CC20081E9F8 /* ProgramDesc.swift */,
FC039BB320E11CC20081E9F8 /* VarDesc.swift */,
FC039BB420E11CC20081E9F8 /* Program.swift */,
FC039BB520E11CC20081E9F8 /* OpDesc.swift */,
FC039BB620E11CC20081E9F8 /* Attribute.swift */,
FC039BB720E11CC20081E9F8 /* BlockDesc.swift */,
);
path = "paddle-mobile";
path = Program;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
FCBA505120DA7A1100044AA3 /* Headers */ = {
FC039B6720E11C3C0081E9F8 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
FCBA505920DA7A1100044AA3 /* paddle_mobile.h in Headers */,
FC039B6F20E11C3C0081E9F8 /* paddle_mobile.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */
FCBA505320DA7A1100044AA3 /* paddle-mobile */ = {
FC039B6920E11C3C0081E9F8 /* paddle-mobile */ = {
isa = PBXNativeTarget;
buildConfigurationList = FCBA505C20DA7A1100044AA3 /* Build configuration list for PBXNativeTarget "paddle-mobile" */;
buildConfigurationList = FC039B7220E11C3C0081E9F8 /* Build configuration list for PBXNativeTarget "paddle-mobile" */;
buildPhases = (
522C71CE8D72187FBDA21FBA /* [CP] Check Pods Manifest.lock */,
FCBA504F20DA7A1100044AA3 /* Sources */,
FCBA505020DA7A1100044AA3 /* Frameworks */,
FCBA505120DA7A1100044AA3 /* Headers */,
FCBA505220DA7A1100044AA3 /* Resources */,
AF33BB8D0770A77AC22B5EF4 /* [CP] Check Pods Manifest.lock */,
FC039B6520E11C3C0081E9F8 /* Sources */,
FC039B6620E11C3C0081E9F8 /* Frameworks */,
FC039B6720E11C3C0081E9F8 /* Headers */,
FC039B6820E11C3C0081E9F8 /* Resources */,
);
buildRules = (
);
......@@ -201,43 +201,42 @@
);
name = "paddle-mobile";
productName = "paddle-mobile";
productReference = FCBA505420DA7A1100044AA3 /* paddle_mobile.framework */;
productReference = FC039B6A20E11C3C0081E9F8 /* paddle_mobile.framework */;
productType = "com.apple.product-type.framework";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
FCBA504B20DA7A1100044AA3 /* Project object */ = {
FC039B6120E11C3C0081E9F8 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0930;
ORGANIZATIONNAME = orange;
TargetAttributes = {
FCBA505320DA7A1100044AA3 = {
FC039B6920E11C3C0081E9F8 = {
CreatedOnToolsVersion = 9.3.1;
LastSwiftMigration = 0930;
};
};
};
buildConfigurationList = FCBA504E20DA7A1100044AA3 /* Build configuration list for PBXProject "paddle-mobile" */;
buildConfigurationList = FC039B6420E11C3C0081E9F8 /* Build configuration list for PBXProject "paddle-mobile" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = FCBA504A20DA7A1100044AA3;
productRefGroup = FCBA505520DA7A1100044AA3 /* Products */;
mainGroup = FC039B6020E11C3C0081E9F8;
productRefGroup = FC039B6B20E11C3C0081E9F8 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
FCBA505320DA7A1100044AA3 /* paddle-mobile */,
FC039B6920E11C3C0081E9F8 /* paddle-mobile */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
FCBA505220DA7A1100044AA3 /* Resources */ = {
FC039B6820E11C3C0081E9F8 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
......@@ -247,7 +246,7 @@
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
522C71CE8D72187FBDA21FBA /* [CP] Check Pods Manifest.lock */ = {
AF33BB8D0770A77AC22B5EF4 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
......@@ -268,38 +267,38 @@
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
FCBA504F20DA7A1100044AA3 /* Sources */ = {
FC039B6520E11C3C0081E9F8 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
FC111A7220DDED3D00F213F8 /* Attribute.swift in Sources */,
FC9F530C20DA83A700C9F612 /* Errors.swift in Sources */,
FC111A7020DD50AB00F213F8 /* OpDesc.swift in Sources */,
FC2712AB20DE2340007BC206 /* Types.swift in Sources */,
FC2712AD20DE5060007BC206 /* Scope.swift in Sources */,
FC2712AF20DEA008007BC206 /* Operator.swift in Sources */,
FCBA506020DA7CEF00044AA3 /* Loader.swift in Sources */,
FCB7C3FC20DF8EEE00156259 /* BatchNormOp.swift in Sources */,
FC111A6C20DD4DEC00F213F8 /* VarDesc.swift in Sources */,
FC111A6A20DD4DE200F213F8 /* BlockDesc.swift in Sources */,
FC2712A720DE11FE007BC206 /* Tensor.swift in Sources */,
FC111BE620DE088600F213F8 /* Program.swift in Sources */,
FC2712B220DEA108007BC206 /* ConvOp.swift in Sources */,
FC88679D20E0F47900A29C00 /* Executor.swift in Sources */,
FC9F530E20DA861D00C9F612 /* framework.pb.swift in Sources */,
FC2712A920DE1206007BC206 /* Dim.swift in Sources */,
FCB7C3FE20DFE49B00156259 /* ElementwiseAddOp.swift in Sources */,
FC111A6E20DD4DF500F213F8 /* TensorDesc.swift in Sources */,
FC9F530A20DA835D00C9F612 /* Extensions.swift in Sources */,
FCB7C3FA20DF885900156259 /* ReluOp.swift in Sources */,
FC9F530720DA7FB700C9F612 /* ProgramDesc.swift in Sources */,
FC039B9F20E11CB20081E9F8 /* Tensor.swift in Sources */,
FC039BAA20E11CBC0081E9F8 /* ElementwiseAddOp.swift in Sources */,
FC039B9B20E11CA00081E9F8 /* Executor.swift in Sources */,
FC039BBB20E11CC20081E9F8 /* ProgramDesc.swift in Sources */,
FC039BBA20E11CC20081E9F8 /* TensorDesc.swift in Sources */,
FC039BA020E11CB20081E9F8 /* Dim.swift in Sources */,
FC039BB820E11CC20081E9F8 /* framework.pb.swift in Sources */,
FC039B9920E11C9A0081E9F8 /* Types.swift in Sources */,
FC039BA920E11CBC0081E9F8 /* ConvOp.swift in Sources */,
FC039B9820E11C9A0081E9F8 /* Errors.swift in Sources */,
FC039BBF20E11CC20081E9F8 /* Attribute.swift in Sources */,
FC039BB920E11CC20081E9F8 /* Scope.swift in Sources */,
FC039BAC20E11CBC0081E9F8 /* BatchNormOp.swift in Sources */,
FC039BBC20E11CC20081E9F8 /* VarDesc.swift in Sources */,
FC039BAB20E11CBC0081E9F8 /* Operator.swift in Sources */,
FC039BBD20E11CC20081E9F8 /* Program.swift in Sources */,
FC039BA220E11CB70081E9F8 /* Loader.swift in Sources */,
FC039BC020E11CC20081E9F8 /* BlockDesc.swift in Sources */,
FC039BAD20E11CBC0081E9F8 /* ReluOp.swift in Sources */,
FC039BBE20E11CC20081E9F8 /* OpDesc.swift in Sources */,
FC039B9720E11C9A0081E9F8 /* Extensions.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
FCBA505A20DA7A1100044AA3 /* Debug */ = {
FC039B7020E11C3C0081E9F8 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
......@@ -362,7 +361,7 @@
};
name = Debug;
};
FCBA505B20DA7A1100044AA3 /* Release */ = {
FC039B7120E11C3C0081E9F8 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
......@@ -419,11 +418,10 @@
};
name = Release;
};
FCBA505D20DA7A1100044AA3 /* Debug */ = {
FC039B7320E11C3C0081E9F8 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 637CE9BBF82421D0FAECA982 /* Pods-paddle-mobile.debug.xcconfig */;
baseConfigurationReference = CDF58151D902A1CBAE56A0C2 /* Pods-paddle-mobile.debug.xcconfig */;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
......@@ -438,21 +436,18 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MACH_O_TYPE = staticlib;
PRODUCT_BUNDLE_IDENTIFIER = "orange.paddle-mobile";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
FCBA505E20DA7A1100044AA3 /* Release */ = {
FC039B7420E11C3C0081E9F8 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 1BA510B509FF05304A0AA5CF /* Pods-paddle-mobile.release.xcconfig */;
baseConfigurationReference = E2A7957C92EDA5C3BEC0FFC2 /* Pods-paddle-mobile.release.xcconfig */;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
......@@ -467,7 +462,6 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MACH_O_TYPE = staticlib;
PRODUCT_BUNDLE_IDENTIFIER = "orange.paddle-mobile";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
......@@ -479,25 +473,25 @@
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
FCBA504E20DA7A1100044AA3 /* Build configuration list for PBXProject "paddle-mobile" */ = {
FC039B6420E11C3C0081E9F8 /* Build configuration list for PBXProject "paddle-mobile" */ = {
isa = XCConfigurationList;
buildConfigurations = (
FCBA505A20DA7A1100044AA3 /* Debug */,
FCBA505B20DA7A1100044AA3 /* Release */,
FC039B7020E11C3C0081E9F8 /* Debug */,
FC039B7120E11C3C0081E9F8 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
FCBA505C20DA7A1100044AA3 /* Build configuration list for PBXNativeTarget "paddle-mobile" */ = {
FC039B7220E11C3C0081E9F8 /* Build configuration list for PBXNativeTarget "paddle-mobile" */ = {
isa = XCConfigurationList;
buildConfigurations = (
FCBA505D20DA7A1100044AA3 /* Debug */,
FCBA505E20DA7A1100044AA3 /* Release */,
FC039B7320E11C3C0081E9F8 /* Debug */,
FC039B7420E11C3C0081E9F8 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = FCBA504B20DA7A1100044AA3 /* Project object */;
rootObject = FC039B6120E11C3C0081E9F8 /* Project object */;
}
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "group:../../example/paddle-mobile-demo/paddle-mobile-demo.xcodeproj">
</FileRef>
<FileRef
location = "group:paddle-mobile.xcodeproj">
</FileRef>
<FileRef
location = "group:Pods/Pods.xcodeproj">
</FileRef>
</Workspace>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
/* Copyright (c) 2018 PaddlePaddle Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. */
//
// paddle_mobile.h
// paddle-mobile
//
// Created by liuRuiLong on 2018/6/25.
// Copyright © 2018年 orange. All rights reserved.
//
#import <UIKit/UIKit.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册