cocoapods-tdfire-binary 1.4.26 → 1.4.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/cocoapods-tdfire-binary/binary_cache_cleaner.rb +9 -0
- data/lib/cocoapods-tdfire-binary/binary_config.rb +2 -1
- data/lib/cocoapods-tdfire-binary/binary_specification_refactor.rb +6 -6
- data/lib/cocoapods-tdfire-binary/gem_version.rb +1 -1
- data/lib/cocoapods-tdfire-binary/specification_dsl.rb +9 -8
- metadata +2 -33
- data/example/test/.gitignore +0 -42
- data/example/test/.gitlab-ci.yml +0 -101
- data/example/test/.travis.yml +0 -14
- data/example/test/Example/Podfile +0 -22
- data/example/test/Example/Podfile.lock +0 -337
- data/example/test/Example/Tests/Tests-Info.plist +0 -22
- data/example/test/Example/Tests/Tests-Prefix.pch +0 -7
- data/example/test/Example/Tests/Tests.m +0 -35
- data/example/test/Example/Tests/en.lproj/InfoPlist.strings +0 -2
- data/example/test/Example/test.xcodeproj/project.pbxproj +0 -635
- data/example/test/Example/test.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
- data/example/test/Example/test.xcodeproj/xcshareddata/xcschemes/test-Example.xcscheme +0 -101
- data/example/test/Example/test.xcworkspace/contents.xcworkspacedata +0 -10
- data/example/test/Example/test.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
- data/example/test/Example/test/Base.lproj/LaunchScreen.storyboard +0 -31
- data/example/test/Example/test/Base.lproj/Main.storyboard +0 -50
- data/example/test/Example/test/Images.xcassets/AppIcon.appiconset/Contents.json +0 -98
- data/example/test/Example/test/TDFAppDelegate.h +0 -15
- data/example/test/Example/test/TDFAppDelegate.m +0 -46
- data/example/test/Example/test/TDFViewController.h +0 -13
- data/example/test/Example/test/TDFViewController.m +0 -29
- data/example/test/Example/test/en.lproj/InfoPlist.strings +0 -2
- data/example/test/Example/test/main.m +0 -17
- data/example/test/Example/test/test-Info.plist +0 -49
- data/example/test/Example/test/test-Prefix.pch +0 -16
- data/example/test/LICENSE +0 -19
- data/example/test/README.md +0 -29
- data/example/test/test.podspec +0 -56
- data/example/test/test/Assets/.gitkeep +0 -0
- data/example/test/test/Classes/.gitkeep +0 -0
- data/example/test/test/Classes/ReplaceMe.m +0 -1
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
-
<plist version="1.0">
|
|
4
|
-
<dict>
|
|
5
|
-
<key>CFBundleDevelopmentRegion</key>
|
|
6
|
-
<string>en</string>
|
|
7
|
-
<key>CFBundleDisplayName</key>
|
|
8
|
-
<string>${PRODUCT_NAME}</string>
|
|
9
|
-
<key>CFBundleExecutable</key>
|
|
10
|
-
<string>${EXECUTABLE_NAME}</string>
|
|
11
|
-
<key>CFBundleIdentifier</key>
|
|
12
|
-
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
13
|
-
<key>CFBundleInfoDictionaryVersion</key>
|
|
14
|
-
<string>6.0</string>
|
|
15
|
-
<key>CFBundleName</key>
|
|
16
|
-
<string>${PRODUCT_NAME}</string>
|
|
17
|
-
<key>CFBundlePackageType</key>
|
|
18
|
-
<string>APPL</string>
|
|
19
|
-
<key>CFBundleShortVersionString</key>
|
|
20
|
-
<string>1.0</string>
|
|
21
|
-
<key>CFBundleSignature</key>
|
|
22
|
-
<string>????</string>
|
|
23
|
-
<key>CFBundleVersion</key>
|
|
24
|
-
<string>1.0</string>
|
|
25
|
-
<key>LSRequiresIPhoneOS</key>
|
|
26
|
-
<true/>
|
|
27
|
-
<key>UILaunchStoryboardName</key>
|
|
28
|
-
<string>LaunchScreen</string>
|
|
29
|
-
<key>UIMainStoryboardFile</key>
|
|
30
|
-
<string>Main</string>
|
|
31
|
-
<key>UIRequiredDeviceCapabilities</key>
|
|
32
|
-
<array>
|
|
33
|
-
<string>armv7</string>
|
|
34
|
-
</array>
|
|
35
|
-
<key>UISupportedInterfaceOrientations</key>
|
|
36
|
-
<array>
|
|
37
|
-
<string>UIInterfaceOrientationPortrait</string>
|
|
38
|
-
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
39
|
-
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
40
|
-
</array>
|
|
41
|
-
<key>UISupportedInterfaceOrientations~ipad</key>
|
|
42
|
-
<array>
|
|
43
|
-
<string>UIInterfaceOrientationPortrait</string>
|
|
44
|
-
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
|
45
|
-
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
46
|
-
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
47
|
-
</array>
|
|
48
|
-
</dict>
|
|
49
|
-
</plist>
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Prefix header
|
|
3
|
-
//
|
|
4
|
-
// The contents of this file are implicitly included at the beginning of every source file.
|
|
5
|
-
//
|
|
6
|
-
|
|
7
|
-
#import <Availability.h>
|
|
8
|
-
|
|
9
|
-
#ifndef __IPHONE_5_0
|
|
10
|
-
#warning "This project uses features only available in iOS SDK 5.0 and later."
|
|
11
|
-
#endif
|
|
12
|
-
|
|
13
|
-
#ifdef __OBJC__
|
|
14
|
-
@import UIKit;
|
|
15
|
-
@import Foundation;
|
|
16
|
-
#endif
|
data/example/test/LICENSE
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
Copyright (c) 2018 tripleCC <triplec.linux@gmail.com>
|
|
2
|
-
|
|
3
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
5
|
-
in the Software without restriction, including without limitation the rights
|
|
6
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
7
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
8
|
-
furnished to do so, subject to the following conditions:
|
|
9
|
-
|
|
10
|
-
The above copyright notice and this permission notice shall be included in
|
|
11
|
-
all copies or substantial portions of the Software.
|
|
12
|
-
|
|
13
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
15
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
16
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
17
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
18
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
19
|
-
THE SOFTWARE.
|
data/example/test/README.md
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
# test
|
|
2
|
-
|
|
3
|
-

|
|
4
|
-

|
|
5
|
-
[](http://cocoapods.org/pods/test)
|
|
6
|
-
[](http://cocoapods.org/pods/test)
|
|
7
|
-
|
|
8
|
-
## Example
|
|
9
|
-
|
|
10
|
-
To run the example project, clone the repo, and run `pod install` from the Example directory first.
|
|
11
|
-
|
|
12
|
-
## Requirements
|
|
13
|
-
|
|
14
|
-
## Installation
|
|
15
|
-
|
|
16
|
-
test is available through [CocoaPods](http://cocoapods.org). To install
|
|
17
|
-
it, simply add the following line to your Podfile:
|
|
18
|
-
|
|
19
|
-
```ruby
|
|
20
|
-
pod 'test'
|
|
21
|
-
```
|
|
22
|
-
|
|
23
|
-
## Author
|
|
24
|
-
|
|
25
|
-
tripleCC, triplec.linux@gmail.com
|
|
26
|
-
|
|
27
|
-
## License
|
|
28
|
-
|
|
29
|
-
test is available under the MIT license. See the LICENSE file for more info.
|
data/example/test/test.podspec
DELETED
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
#
|
|
2
|
-
# Be sure to run `pod lib lint test.podspec' to ensure this is a
|
|
3
|
-
# valid spec before submitting.
|
|
4
|
-
#
|
|
5
|
-
# Any lines starting with a # are optional, but their use is encouraged
|
|
6
|
-
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
|
|
7
|
-
#
|
|
8
|
-
|
|
9
|
-
Pod::Spec.new do |s|
|
|
10
|
-
s.name = 'test'
|
|
11
|
-
s.version = '0.1.0'
|
|
12
|
-
s.summary = 'A short description of test.'
|
|
13
|
-
|
|
14
|
-
# This description is used to generate tags and improve search results.
|
|
15
|
-
# * Think: What does it do? Why did you write it? What is the focus?
|
|
16
|
-
# * Try to keep it short, snappy and to the point.
|
|
17
|
-
# * Write the description between the DESC delimiters below.
|
|
18
|
-
# * Finally, don't worry about the indent, CocoaPods strips it!
|
|
19
|
-
|
|
20
|
-
s.description = <<-DESC
|
|
21
|
-
TODO: Add long description of the pod here.
|
|
22
|
-
DESC
|
|
23
|
-
|
|
24
|
-
s.homepage = 'http://git.2dfire-inc.com/ios/test'
|
|
25
|
-
s.license = { :type => 'MIT', :file => 'LICENSE' }
|
|
26
|
-
s.author = { 'tripleCC' => 'triplec.linux@gmail.com' }
|
|
27
|
-
s.source = { :git => 'http://git.2dfire-inc.com/ios/test.git', :tag => s.version.to_s }
|
|
28
|
-
s.ios.deployment_target = '8.0'
|
|
29
|
-
|
|
30
|
-
tdfire_source_configurator = lambda do |s|
|
|
31
|
-
# 源码依赖配置
|
|
32
|
-
s.source_files = 'test/Classes/**/*'
|
|
33
|
-
s.public_header_files = 'test/Classes/**/*.{h}'
|
|
34
|
-
# s.private_header_files =
|
|
35
|
-
|
|
36
|
-
# 资源依赖必须使用 bundle
|
|
37
|
-
# s.resource_bundles = {
|
|
38
|
-
# 'test' => ['test/Assets/*']
|
|
39
|
-
# }
|
|
40
|
-
|
|
41
|
-
# s.dependency 'TDFModuleKit'
|
|
42
|
-
end
|
|
43
|
-
|
|
44
|
-
unless %w[tdfire_set_binary_download_configurations tdfire_source tdfire_binary].reduce(true) { |r, m| s.respond_to?(m) & r }
|
|
45
|
-
tdfire_source_configurator.call s
|
|
46
|
-
else
|
|
47
|
-
s.tdfire_source tdfire_source_configurator
|
|
48
|
-
s.tdfire_binary tdfire_source_configurator
|
|
49
|
-
|
|
50
|
-
#s.tdfire_binary tdfire_source_configurator do |s|
|
|
51
|
-
# 额外配置 (一般不用)
|
|
52
|
-
#end
|
|
53
|
-
|
|
54
|
-
s.tdfire_set_binary_download_configurations
|
|
55
|
-
end
|
|
56
|
-
end
|
|
File without changes
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
故意写的,让 Xcode 报错,创建自己的文件后,记得删除 ReplaceMe.m
|