Commit 1ac35d72 by wanggang

add framework component

parent 40e1d733
<?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>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
</plist>
//
// WXDownloadingComponent.h
// WXDownloadingComponent
//
// Created by Davinci.Pi on 2020/3/6.
// Copyright © 2020 Davinci.Pi. All rights reserved.
//
#import <Foundation/Foundation.h>
//! Project version number for WXDownloadingComponent.
FOUNDATION_EXPORT double WXDownloadingComponentVersionNumber;
//! Project version string for WXDownloadingComponent.
FOUNDATION_EXPORT const unsigned char WXDownloadingComponentVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <WXDownloadingComponent/PublicHeader.h>
...@@ -4,6 +4,11 @@ ...@@ -4,6 +4,11 @@
<dict> <dict>
<key>SchemeUserState</key> <key>SchemeUserState</key>
<dict> <dict>
<key>WXDownloadingComponent.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>5</integer>
</dict>
<key>WXDownloadingKit.xcscheme_^#shared#^_</key> <key>WXDownloadingKit.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
......
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