Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
XYHandShootSDK
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
干嗣杰
XYHandShootSDK
Commits
e32a8d22
Commit
e32a8d22
authored
Dec 16, 2021
by
Geraldgan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
初始化项目
parent
2e51c745
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
284 additions
and
0 deletions
+284
-0
Podfile
XYHandShootSDK/Podfile
+11
-0
project.pbxproj
XYHandShootSDK/Pods/Pods.xcodeproj/project.pbxproj
+205
-0
project.pbxproj
XYHandShootSDK/XYHandShootSDK.xcodeproj/project.pbxproj
+0
-0
XYHandShootSDK.md
...tSDK/XYHandShootSDK/XYHandShootSDK.docc/XYHandShootSDK.md
+14
-0
XYHandShootSDK.h
XYHandShootSDK/XYHandShootSDK/XYHandShootSDK.h
+18
-0
XYHandShootSDKTests.m
XYHandShootSDK/XYHandShootSDKTests/XYHandShootSDKTests.m
+36
-0
No files found.
XYHandShootSDK/Podfile
0 → 100644
View file @
e32a8d22
# Uncomment the next line to define a global platform for your project
source
'https://github.com/CocoaPods/Specs.git'
platform
:ios
,
'9.0'
target
'XYHandShootSDK'
do
pod
'YYModel'
end
XYHandShootSDK/Pods/Pods.xcodeproj/project.pbxproj
0 → 100644
View file @
e32a8d22
// !$*UTF8*$!
{
archiveVersion
=
1
;
classes
=
{
};
objectVersion
=
46
;
objects
=
{
/* Begin PBXFileReference section */
9D940727FF8FB9C785EB98E56350EF41
/* Podfile */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
text.script.ruby
;
includeInIndex
=
1
;
indentWidth
=
2
;
lastKnownFileType
=
text
;
name
=
Podfile
;
path
=
../Podfile
;
sourceTree
=
SOURCE_ROOT
;
tabWidth
=
2
;
xcLanguageSpecificationIdentifier
=
xcode.lang.ruby
;
};
/* End PBXFileReference section */
/* Begin PBXGroup section */
93BAFDF14BA360977052E7B9CCC18E94
/* Products */
=
{
isa
=
PBXGroup
;
children
=
(
);
name
=
Products
;
sourceTree
=
"<group>"
;
};
CF1408CF629C7361332E53B88F7BD30C
=
{
isa
=
PBXGroup
;
children
=
(
9D940727FF8FB9C785EB98E56350EF41
/* Podfile */
,
D89477F20FB1DE18A04690586D7808C4
/* Frameworks */
,
93BAFDF14BA360977052E7B9CCC18E94
/* Products */
,
);
sourceTree
=
"<group>"
;
};
D89477F20FB1DE18A04690586D7808C4
/* Frameworks */
=
{
isa
=
PBXGroup
;
children
=
(
);
name
=
Frameworks
;
sourceTree
=
"<group>"
;
};
/* End PBXGroup section */
/* Begin PBXProject section */
BFDFE7DC352907FC980B868725387E98
/* Project object */
=
{
isa
=
PBXProject
;
attributes
=
{
LastSwiftUpdateCheck
=
1100
;
LastUpgradeCheck
=
1100
;
};
buildConfigurationList
=
4821239608C13582E20E6DA73FD5F1F9
/* Build configuration list for PBXProject "Pods" */
;
compatibilityVersion
=
"Xcode 3.2"
;
developmentRegion
=
en
;
hasScannedForEncodings
=
0
;
knownRegions
=
(
en
,
Base
,
);
mainGroup
=
CF1408CF629C7361332E53B88F7BD30C
;
productRefGroup
=
93BAFDF14BA360977052E7B9CCC18E94
/* Products */
;
projectDirPath
=
""
;
projectRoot
=
""
;
targets
=
(
);
};
/* End PBXProject section */
/* Begin XCBuildConfiguration section */
2426522C419C0DE4525883EA7AABC025
/* Release */
=
{
isa
=
XCBuildConfiguration
;
buildSettings
=
{
ALWAYS_SEARCH_USER_PATHS
=
NO
;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED
=
YES
;
CLANG_ANALYZER_NONNULL
=
YES
;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION
=
YES_AGGRESSIVE
;
CLANG_CXX_LANGUAGE_STANDARD
=
"gnu++14"
;
CLANG_CXX_LIBRARY
=
"libc++"
;
CLANG_ENABLE_MODULES
=
YES
;
CLANG_ENABLE_OBJC_ARC
=
YES
;
CLANG_ENABLE_OBJC_WEAK
=
YES
;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING
=
YES
;
CLANG_WARN_BOOL_CONVERSION
=
YES
;
CLANG_WARN_COMMA
=
YES
;
CLANG_WARN_CONSTANT_CONVERSION
=
YES
;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS
=
YES
;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE
=
YES_ERROR
;
CLANG_WARN_DOCUMENTATION_COMMENTS
=
YES
;
CLANG_WARN_EMPTY_BODY
=
YES
;
CLANG_WARN_ENUM_CONVERSION
=
YES
;
CLANG_WARN_INFINITE_RECURSION
=
YES
;
CLANG_WARN_INT_CONVERSION
=
YES
;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION
=
YES
;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF
=
YES
;
CLANG_WARN_OBJC_LITERAL_CONVERSION
=
YES
;
CLANG_WARN_OBJC_ROOT_CLASS
=
YES_ERROR
;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER
=
YES
;
CLANG_WARN_RANGE_LOOP_ANALYSIS
=
YES
;
CLANG_WARN_STRICT_PROTOTYPES
=
YES
;
CLANG_WARN_SUSPICIOUS_MOVE
=
YES
;
CLANG_WARN_UNGUARDED_AVAILABILITY
=
YES_AGGRESSIVE
;
CLANG_WARN_UNREACHABLE_CODE
=
YES
;
CLANG_WARN__DUPLICATE_METHOD_MATCH
=
YES
;
COPY_PHASE_STRIP
=
NO
;
DEBUG_INFORMATION_FORMAT
=
"dwarf-with-dsym"
;
ENABLE_NS_ASSERTIONS
=
NO
;
ENABLE_STRICT_OBJC_MSGSEND
=
YES
;
GCC_C_LANGUAGE_STANDARD
=
gnu11
;
GCC_NO_COMMON_BLOCKS
=
YES
;
GCC_PREPROCESSOR_DEFINITIONS
=
(
"POD_CONFIGURATION_RELEASE=1"
,
"$(inherited)"
,
);
GCC_WARN_64_TO_32_BIT_CONVERSION
=
YES
;
GCC_WARN_ABOUT_RETURN_TYPE
=
YES_ERROR
;
GCC_WARN_UNDECLARED_SELECTOR
=
YES
;
GCC_WARN_UNINITIALIZED_AUTOS
=
YES_AGGRESSIVE
;
GCC_WARN_UNUSED_FUNCTION
=
YES
;
GCC_WARN_UNUSED_VARIABLE
=
YES
;
MTL_ENABLE_DEBUG_INFO
=
NO
;
MTL_FAST_MATH
=
YES
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
STRIP_INSTALLED_PRODUCT
=
NO
;
SWIFT_COMPILATION_MODE
=
wholemodule
;
SWIFT_OPTIMIZATION_LEVEL
=
"-O"
;
SWIFT_VERSION
=
5.0
;
SYMROOT
=
"${SRCROOT}/../build"
;
};
name
=
Release
;
};
8F9FEBB7130A3DF8746ED9AA46FE33FA
/* Debug */
=
{
isa
=
XCBuildConfiguration
;
buildSettings
=
{
ALWAYS_SEARCH_USER_PATHS
=
NO
;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED
=
YES
;
CLANG_ANALYZER_NONNULL
=
YES
;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION
=
YES_AGGRESSIVE
;
CLANG_CXX_LANGUAGE_STANDARD
=
"gnu++14"
;
CLANG_CXX_LIBRARY
=
"libc++"
;
CLANG_ENABLE_MODULES
=
YES
;
CLANG_ENABLE_OBJC_ARC
=
YES
;
CLANG_ENABLE_OBJC_WEAK
=
YES
;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING
=
YES
;
CLANG_WARN_BOOL_CONVERSION
=
YES
;
CLANG_WARN_COMMA
=
YES
;
CLANG_WARN_CONSTANT_CONVERSION
=
YES
;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS
=
YES
;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE
=
YES_ERROR
;
CLANG_WARN_DOCUMENTATION_COMMENTS
=
YES
;
CLANG_WARN_EMPTY_BODY
=
YES
;
CLANG_WARN_ENUM_CONVERSION
=
YES
;
CLANG_WARN_INFINITE_RECURSION
=
YES
;
CLANG_WARN_INT_CONVERSION
=
YES
;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION
=
YES
;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF
=
YES
;
CLANG_WARN_OBJC_LITERAL_CONVERSION
=
YES
;
CLANG_WARN_OBJC_ROOT_CLASS
=
YES_ERROR
;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER
=
YES
;
CLANG_WARN_RANGE_LOOP_ANALYSIS
=
YES
;
CLANG_WARN_STRICT_PROTOTYPES
=
YES
;
CLANG_WARN_SUSPICIOUS_MOVE
=
YES
;
CLANG_WARN_UNGUARDED_AVAILABILITY
=
YES_AGGRESSIVE
;
CLANG_WARN_UNREACHABLE_CODE
=
YES
;
CLANG_WARN__DUPLICATE_METHOD_MATCH
=
YES
;
COPY_PHASE_STRIP
=
NO
;
DEBUG_INFORMATION_FORMAT
=
dwarf
;
ENABLE_STRICT_OBJC_MSGSEND
=
YES
;
ENABLE_TESTABILITY
=
YES
;
GCC_C_LANGUAGE_STANDARD
=
gnu11
;
GCC_DYNAMIC_NO_PIC
=
NO
;
GCC_NO_COMMON_BLOCKS
=
YES
;
GCC_OPTIMIZATION_LEVEL
=
0
;
GCC_PREPROCESSOR_DEFINITIONS
=
(
"POD_CONFIGURATION_DEBUG=1"
,
"DEBUG=1"
,
"$(inherited)"
,
);
GCC_WARN_64_TO_32_BIT_CONVERSION
=
YES
;
GCC_WARN_ABOUT_RETURN_TYPE
=
YES_ERROR
;
GCC_WARN_UNDECLARED_SELECTOR
=
YES
;
GCC_WARN_UNINITIALIZED_AUTOS
=
YES_AGGRESSIVE
;
GCC_WARN_UNUSED_FUNCTION
=
YES
;
GCC_WARN_UNUSED_VARIABLE
=
YES
;
MTL_ENABLE_DEBUG_INFO
=
INCLUDE_SOURCE
;
MTL_FAST_MATH
=
YES
;
ONLY_ACTIVE_ARCH
=
YES
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
STRIP_INSTALLED_PRODUCT
=
NO
;
SWIFT_ACTIVE_COMPILATION_CONDITIONS
=
DEBUG
;
SWIFT_OPTIMIZATION_LEVEL
=
"-Onone"
;
SWIFT_VERSION
=
5.0
;
SYMROOT
=
"${SRCROOT}/../build"
;
};
name
=
Debug
;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
4821239608C13582E20E6DA73FD5F1F9
/* Build configuration list for PBXProject "Pods" */
=
{
isa
=
XCConfigurationList
;
buildConfigurations
=
(
8F9FEBB7130A3DF8746ED9AA46FE33FA
/* Debug */
,
2426522C419C0DE4525883EA7AABC025
/* Release */
,
);
defaultConfigurationIsVisible
=
0
;
defaultConfigurationName
=
Release
;
};
/* End XCConfigurationList section */
};
rootObject
=
BFDFE7DC352907FC980B868725387E98
/* Project object */
;
}
XYHandShootSDK/XYHandShootSDK.xcodeproj/project.pbxproj
0 → 100644
View file @
e32a8d22
This diff is collapsed.
Click to expand it.
XYHandShootSDK/XYHandShootSDK/XYHandShootSDK.docc/XYHandShootSDK.md
0 → 100755
View file @
e32a8d22
# ``XYHandShootSDK``
<!--@START_MENU_TOKEN@-->
Summary
<!--@END_MENU_TOKEN@-->
## Overview
<!--@START_MENU_TOKEN@-->
Text
<!--@END_MENU_TOKEN@-->
## Topics
### <!--@START_MENU_TOKEN@-->Group<!--@END_MENU_TOKEN@-->
-
<!--@START_MENU_TOKEN@-->
``Symbol``
<!--@END_MENU_TOKEN@-->
\ No newline at end of file
XYHandShootSDK/XYHandShootSDK/XYHandShootSDK.h
0 → 100644
View file @
e32a8d22
//
// XYHandShootSDK.h
// XYHandShootSDK
//
// Created by GeraldGan on 2021/12/16.
//
#import <Foundation/Foundation.h>
//! Project version number for XYHandShootSDK.
FOUNDATION_EXPORT
double
XYHandShootSDKVersionNumber
;
//! Project version string for XYHandShootSDK.
FOUNDATION_EXPORT
const
unsigned
char
XYHandShootSDKVersionString
[];
// In this header, you should import all the public headers of your framework using statements like #import <XYHandShootSDK/PublicHeader.h>
XYHandShootSDK/XYHandShootSDKTests/XYHandShootSDKTests.m
0 → 100644
View file @
e32a8d22
//
// XYHandShootSDKTests.m
// XYHandShootSDKTests
//
// Created by GeraldGan on 2021/12/16.
//
#import <XCTest/XCTest.h>
@interface
XYHandShootSDKTests
:
XCTestCase
@end
@implementation
XYHandShootSDKTests
-
(
void
)
setUp
{
// Put setup code here. This method is called before the invocation of each test method in the class.
}
-
(
void
)
tearDown
{
// Put teardown code here. This method is called after the invocation of each test method in the class.
}
-
(
void
)
testExample
{
// This is an example of a functional test case.
// Use XCTAssert and related functions to verify your tests produce the correct results.
}
-
(
void
)
testPerformanceExample
{
// This is an example of a performance test case.
[
self
measureBlock
:
^
{
// Put the code you want to measure the time of here.
}];
}
@end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment