Commit cea2a776 by tw

添加armv7 i386架构的HBweChat

parent 87f4013d
......@@ -215,6 +215,7 @@
TargetAttributes = {
607FACCF1AFB9204008FA782 = {
CreatedOnToolsVersion = 6.3.1;
DevelopmentTeam = LV7J7LKEY5;
LastSwiftMigration = 0930;
};
607FACE41AFB9204008FA782 = {
......@@ -493,11 +494,14 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
DEVELOPMENT_TEAM = LV7J7LKEY5;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/HBLibraries",
);
INFOPLIST_FILE = HBLibraries/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
......@@ -515,11 +519,14 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
DEVELOPMENT_TEAM = LV7J7LKEY5;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/HBLibraries",
);
INFOPLIST_FILE = HBLibraries/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
......
......@@ -9,6 +9,7 @@
import UIKit
import HBLibWeChat
import HBLibraries
class ViewController: UIViewController {
......
......@@ -20,7 +20,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a
HBLibraries: 7fac915f1a1dd030870be36175f2f45502fc851f
HBLibraries: 5513deaefe88fb36ad7b445424655b23143c9186
PODFILE CHECKSUM: 14a4556ea2cb52538cc81b12a9e5c7f018d73289
......
......@@ -13,7 +13,7 @@
"tamwei": "417759748@qq.com"
},
"source": {
"git": "https://github.com/tamwei/HBLibraries.git",
"git": "git@115.159.76.241:HBCommon/HBLibraries.git",
"tag": "0.1.0"
},
"platforms": {
......
......@@ -20,7 +20,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a
HBLibraries: 7fac915f1a1dd030870be36175f2f45502fc851f
HBLibraries: 5513deaefe88fb36ad7b445424655b23143c9186
PODFILE CHECKSUM: 14a4556ea2cb52538cc81b12a9e5c7f018d73289
......
......@@ -8,10 +8,6 @@
#import <UIKit/UIKit.h>
#import "WechatAuthSDK.h"
#import "WXApi.h"
#import "WXApiObject.h"
//! Project version number for HBLibWeChat.
FOUNDATION_EXPORT double HBLibWeChatVersionNumber;
......@@ -21,4 +17,8 @@ FOUNDATION_EXPORT const unsigned char HBLibWeChatVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <HBLibWeChat/PublicHeader.h>
#import "WechatAuthSDK.h"
#import "WXApi.h"
#import "WXApiObject.h"
......@@ -26,7 +26,7 @@ TODO: Add long description of the pod here.
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'tamwei' => '417759748@qq.com' }
s.source = { :git => 'https://github.com/tamwei/HBLibraries.git', :tag => s.version.to_s }
s.source = { :git => 'git@115.159.76.241:HBCommon/HBLibraries.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s.ios.deployment_target = '8.0'
......
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