Commit cea2a776 by tw

添加armv7 i386架构的HBweChat

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