Commit f861c5d9 by 左计刚

补充文件上传

parent 2de2e889
Pod::Spec.new do |s|
s.name = 'ZDDR'
s.version = '1.0.0'
s.summary = '测试 Framework'
s.homepage = 'http://39.98.116.222:30006/aidr-sdk/aidr-sdk-ios'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'ZuoJiGang' => '365257510@qq.com' }
s.source = { :git => 'http://39.98.116.222:30006/aidr-sdk/aidr-sdk-ios.git', :tag => s.version }
s.platform = :ios
s.ios.deployment_target = '9.0'
s.swift_version = '4.0'
# 依赖库
s.dependency 'AFNetworking'
end
//
// UIZZDRView.h
// ZDDR
//
// Created by 左计刚 on 2022/1/19.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface UIZZDRView : UIView
- (instancetype)initWithFrame:(CGRect)frame;
@end
NS_ASSUME_NONNULL_END
//
// ZDDR.h
// ZDDR
//
// Created by 左计刚 on 2022/1/19.
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
//! Project version number for SDKHeader.
FOUNDATION_EXPORT double ZDDRVersionNumber;
//! Project version string for MyFrameWork.
FOUNDATION_EXPORT const unsigned char ZDDRVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <SDKHeader/PublicHeader.h>
#import <ZDDR/ZDDRInit.h>
#import <ZDDR/UIZZDRView.h>
//
// ZDDRInit.h
// ZDDR
//
// Created by 左计刚 on 2022/1/20.
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface ZDDRInit : NSObject
- (BOOL)applicationDidFinishLaunchingWithOptions:(NSDictionary *)launchOptions;
@end
NS_ASSUME_NONNULL_END
/*
MGFaceDetection.strings
MegLiveDemo
Created by Megvii on 2017/5/26.
Copyright © 2017Year megvii. All rights reserved.
*/
//"face_check_error1" = "Keep your phone vertically";
//"face_check_error2" = "Face not found";
//"face_check_error3" = "Face not found";
//"face_check_error4" = "Face not found";
//"face_check_error5" = "Face too dark";
//"face_check_error6" = "Face too bright";
//"face_check_error7" = "Face too small";
//"face_check_error8" = "Face too large";
//"face_check_error9" = "Please avoid side light or backlight";
//"face_check_error10" = "Face out of rect";
//"face_check_error11" = "Keep the pose";
//"face_check_error12" = "Show me your eyes";
//"face_check_error13" = "Show me your mouth";
//
//"face_check_title" = "Finish";
//"face_check_title1" = "Keep your face in the frame";
//"face_check_title2" = "Keep the pose";
//"face_check_title3" = "Detect finish";
//
//"face_check_eye" = "Blink";
//"face_check_mouse" = "Open your mouth";
//"face_check_header_3" = "Shake your head";
//"face_check_header_1" = "Node your head";
"face_check_error1" = "请垂直握紧设备";
"face_check_error2" = "请让我看到您的正脸";
"face_check_error3" = "请让我看到您的正脸";
"face_check_error4" = "请让我看到您的正脸";
"face_check_error5" = "请让光线再亮点";
"face_check_error6" = "请让光线再暗点";
"face_check_error7" = "请再靠近一些";
"face_check_error8" = "请距离屏幕远一些";
"face_check_error9" = "请避免侧光和背光";
"face_check_error10" = "请将正脸置于取景框内";
"face_check_error11" = "没问题,请保持";
"face_check_error12" = "请勿遮挡眼睛";
"face_check_error13" = "请勿遮挡嘴";
"face_check_title" = "完成";
"face_check_title1" = "请将正脸置于取景框内";
"face_check_title2" = "没问题,请保持";
"face_check_title3" = "检测完成";
"face_check_eye" = "眨眼";
"face_check_mouse" = "张嘴";
"face_check_header_3" = "左右转头";
"face_check_header_1" = "上下点头";
/*
MGFaceDetection.strings
MegLiveDemo
Created by Megvii on 2017/5/26.
Copyright © 2017Year megvii. All rights reserved.
*/
"face_check_error1" = "请垂直握紧设备";
"face_check_error2" = "请让我看到您的正脸";
"face_check_error3" = "请让我看到您的正脸";
"face_check_error4" = "请让我看到您的正脸";
"face_check_error5" = "请让光线再亮点";
"face_check_error6" = "请让光线再暗点";
"face_check_error7" = "请再靠近一些";
"face_check_error8" = "请距离屏幕远一些";
"face_check_error9" = "请避免侧光和背光";
"face_check_error10" = "请将正脸置于取景框内";
"face_check_error11" = "没问题,请保持";
"face_check_error12" = "请勿遮挡眼睛";
"face_check_error13" = "请勿遮挡嘴";
"face_check_title" = "完成";
"face_check_title1" = "请将正脸置于取景框内";
"face_check_title2" = "没问题,请保持";
"face_check_title3" = "检测完成";
"face_check_eye" = "眨眼";
"face_check_mouse" = "张嘴";
"face_check_header_3" = "左右转头";
"face_check_header_1" = "上下点头";
framework module ZDDR {
umbrella header "ZDDR.h"
export *
module * { export * }
}
========================================================================
CONSOLE APPLICATION : sm2 Project Overview
========================================================================
AppWizard has created this sm2 application for you.
This file contains a summary of what you will find in each of the files that
make up your sm2 application.
sm2.vcxproj
This is the main project file for VC++ projects generated using an Application Wizard.
It contains information about the version of Visual C++ that generated the file, and
information about the platforms, configurations, and project features selected with the
Application Wizard.
sm2.vcxproj.filters
This is the filters file for VC++ projects generated using an Application Wizard.
It contains information about the association between the files in your project
and the filters. This association is used in the IDE to show grouping of files with
similar extensions under a specific node (for e.g. ".cpp" files are associated with the
"Source Files" filter).
sm2.cpp
This is the main application source file.
/////////////////////////////////////////////////////////////////////////////
Other standard files:
StdAfx.h, StdAfx.cpp
These files are used to build a precompiled header (PCH) file
named sm2.pch and a precompiled types file named StdAfx.obj.
/////////////////////////////////////////////////////////////////////////////
Other notes:
AppWizard uses "TODO:" comments to indicate parts of the source code you
should add to or customize.
/////////////////////////////////////////////////////////////////////////////
<?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>StringsTable</key>
<string>Root</string>
<key>PreferenceSpecifiers</key>
<array>
<dict>
<key>Type</key>
<string>PSGroupSpecifier</string>
<key>Title</key>
<string>Group</string>
</dict>
<dict>
<key>Type</key>
<string>PSTextFieldSpecifier</string>
<key>Title</key>
<string>Name</string>
<key>Key</key>
<string>name_preference</string>
<key>DefaultValue</key>
<string></string>
<key>IsSecure</key>
<false/>
<key>KeyboardType</key>
<string>Alphabet</string>
<key>AutocapitalizationType</key>
<string>None</string>
<key>AutocorrectionType</key>
<string>No</string>
</dict>
<dict>
<key>Type</key>
<string>PSToggleSwitchSpecifier</string>
<key>Title</key>
<string>Enabled</string>
<key>Key</key>
<string>enabled_preference</string>
<key>DefaultValue</key>
<true/>
</dict>
<dict>
<key>Type</key>
<string>PSSliderSpecifier</string>
<key>Key</key>
<string>slider_preference</string>
<key>DefaultValue</key>
<real>0.5</real>
<key>MinimumValue</key>
<integer>0</integer>
<key>MaximumValue</key>
<integer>1</integer>
<key>MinimumValueImage</key>
<string></string>
<key>MaximumValueImage</key>
<string></string>
</dict>
</array>
</dict>
</plist>
pactera_other @ c741c027
This diff is collapsed. Click to expand it.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment