Commit e388169f authored by freecui's avatar freecui

极光

parent 50288661
...@@ -68,6 +68,9 @@ ...@@ -68,6 +68,9 @@
358432F71B998ED2007E73ED /* GXFProductUnit.m in Sources */ = {isa = PBXBuildFile; fileRef = 358432F61B998ED2007E73ED /* GXFProductUnit.m */; }; 358432F71B998ED2007E73ED /* GXFProductUnit.m in Sources */ = {isa = PBXBuildFile; fileRef = 358432F61B998ED2007E73ED /* GXFProductUnit.m */; };
35A1C3551B8EFBBF004AC9F7 /* PermissionJson in Resources */ = {isa = PBXBuildFile; fileRef = 35A1C3541B8EFBBF004AC9F7 /* PermissionJson */; }; 35A1C3551B8EFBBF004AC9F7 /* PermissionJson in Resources */ = {isa = PBXBuildFile; fileRef = 35A1C3541B8EFBBF004AC9F7 /* PermissionJson */; };
35A1C3581B8F09D2004AC9F7 /* GXFFunctionDB.m in Sources */ = {isa = PBXBuildFile; fileRef = 35A1C3571B8F09D2004AC9F7 /* GXFFunctionDB.m */; }; 35A1C3581B8F09D2004AC9F7 /* GXFFunctionDB.m in Sources */ = {isa = PBXBuildFile; fileRef = 35A1C3571B8F09D2004AC9F7 /* GXFFunctionDB.m */; };
35A57A071BE0880C008F3818 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 35A57A061BE0880C008F3818 /* CFNetwork.framework */; };
35A57A091BE08819008F3818 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 35A57A081BE08819008F3818 /* CoreFoundation.framework */; };
35A57A0B1BE08823008F3818 /* CoreTelephony.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 35A57A0A1BE08823008F3818 /* CoreTelephony.framework */; };
35ADF29D1BDE62BA00E2A7E4 /* PushConfig.plist in Resources */ = {isa = PBXBuildFile; fileRef = 35ADF29C1BDE62BA00E2A7E4 /* PushConfig.plist */; }; 35ADF29D1BDE62BA00E2A7E4 /* PushConfig.plist in Resources */ = {isa = PBXBuildFile; fileRef = 35ADF29C1BDE62BA00E2A7E4 /* PushConfig.plist */; };
35B448DF1B9B0A73001209E2 /* ProductBillCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 35B448DE1B9B0A73001209E2 /* ProductBillCell.m */; }; 35B448DF1B9B0A73001209E2 /* ProductBillCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 35B448DE1B9B0A73001209E2 /* ProductBillCell.m */; };
35B9B40E1B8FFB59009851CC /* GXFFunctionDBHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 35B9B40D1B8FFB59009851CC /* GXFFunctionDBHelper.m */; }; 35B9B40E1B8FFB59009851CC /* GXFFunctionDBHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 35B9B40D1B8FFB59009851CC /* GXFFunctionDBHelper.m */; };
...@@ -564,6 +567,9 @@ ...@@ -564,6 +567,9 @@
35A1C3541B8EFBBF004AC9F7 /* PermissionJson */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = PermissionJson; sourceTree = "<group>"; }; 35A1C3541B8EFBBF004AC9F7 /* PermissionJson */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = PermissionJson; sourceTree = "<group>"; };
35A1C3561B8F09D2004AC9F7 /* GXFFunctionDB.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GXFFunctionDB.h; sourceTree = "<group>"; }; 35A1C3561B8F09D2004AC9F7 /* GXFFunctionDB.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GXFFunctionDB.h; sourceTree = "<group>"; };
35A1C3571B8F09D2004AC9F7 /* GXFFunctionDB.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GXFFunctionDB.m; sourceTree = "<group>"; }; 35A1C3571B8F09D2004AC9F7 /* GXFFunctionDB.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GXFFunctionDB.m; sourceTree = "<group>"; };
35A57A061BE0880C008F3818 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; };
35A57A081BE08819008F3818 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
35A57A0A1BE08823008F3818 /* CoreTelephony.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreTelephony.framework; path = System/Library/Frameworks/CoreTelephony.framework; sourceTree = SDKROOT; };
35ADF29C1BDE62BA00E2A7E4 /* PushConfig.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = PushConfig.plist; sourceTree = "<group>"; }; 35ADF29C1BDE62BA00E2A7E4 /* PushConfig.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = PushConfig.plist; sourceTree = "<group>"; };
35B448DD1B9B0A73001209E2 /* ProductBillCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProductBillCell.h; sourceTree = "<group>"; }; 35B448DD1B9B0A73001209E2 /* ProductBillCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProductBillCell.h; sourceTree = "<group>"; };
35B448DE1B9B0A73001209E2 /* ProductBillCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ProductBillCell.m; sourceTree = "<group>"; }; 35B448DE1B9B0A73001209E2 /* ProductBillCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ProductBillCell.m; sourceTree = "<group>"; };
...@@ -1084,12 +1090,15 @@ ...@@ -1084,12 +1090,15 @@
isa = PBXFrameworksBuildPhase; isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
35C3C0AE1AE9560E0035AC8A /* CoreGraphics.framework in Frameworks */,
35C3C0B01AE9561E0035AC8A /* SystemConfiguration.framework in Frameworks */,
35A57A0B1BE08823008F3818 /* CoreTelephony.framework in Frameworks */,
35A57A091BE08819008F3818 /* CoreFoundation.framework in Frameworks */,
35A57A071BE0880C008F3818 /* CFNetwork.framework in Frameworks */,
35C3C0B61AE956390035AC8A /* CoreLocation.framework in Frameworks */, 35C3C0B61AE956390035AC8A /* CoreLocation.framework in Frameworks */,
35C3C0B41AE956300035AC8A /* QuartzCore.framework in Frameworks */, 35C3C0B41AE956300035AC8A /* QuartzCore.framework in Frameworks */,
35C3C0B21AE956290035AC8A /* OpenGLES.framework in Frameworks */, 35C3C0B21AE956290035AC8A /* OpenGLES.framework in Frameworks */,
3557F96B1BDF7E4A00078AF4 /* libPushSDK-1.8.7.a in Frameworks */, 3557F96B1BDF7E4A00078AF4 /* libPushSDK-1.8.7.a in Frameworks */,
35C3C0B01AE9561E0035AC8A /* SystemConfiguration.framework in Frameworks */,
35C3C0AE1AE9560E0035AC8A /* CoreGraphics.framework in Frameworks */,
35C3C0AC1AE956040035AC8A /* Security.framework in Frameworks */, 35C3C0AC1AE956040035AC8A /* Security.framework in Frameworks */,
871F9F047CDDAC523E4358DC /* libPods.a in Frameworks */, 871F9F047CDDAC523E4358DC /* libPods.a in Frameworks */,
); );
...@@ -1664,6 +1673,9 @@ ...@@ -1664,6 +1673,9 @@
8CDB3C30A601E08F91ED44F8 /* Frameworks */ = { 8CDB3C30A601E08F91ED44F8 /* Frameworks */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
35A57A0A1BE08823008F3818 /* CoreTelephony.framework */,
35A57A081BE08819008F3818 /* CoreFoundation.framework */,
35A57A061BE0880C008F3818 /* CFNetwork.framework */,
35C3C0B51AE956390035AC8A /* CoreLocation.framework */, 35C3C0B51AE956390035AC8A /* CoreLocation.framework */,
35C3C0B31AE956300035AC8A /* QuartzCore.framework */, 35C3C0B31AE956300035AC8A /* QuartzCore.framework */,
35C3C0B11AE956290035AC8A /* OpenGLES.framework */, 35C3C0B11AE956290035AC8A /* OpenGLES.framework */,
...@@ -3256,8 +3268,8 @@ ...@@ -3256,8 +3268,8 @@
baseConfigurationReference = 1B0B22845F5CD40B5CF655F2 /* Pods.debug.xcconfig */; baseConfigurationReference = 1B0B22845F5CD40B5CF655F2 /* Pods.debug.xcconfig */;
buildSettings = { buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer: Fanfan Cui (7S27LB84E2)"; CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: Fanfan Cui (7S27LB84E2)"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
ENABLE_BITCODE = NO; ENABLE_BITCODE = NO;
GCC_PREFIX_HEADER = "XFFruit/XFFruit-Prefix.pch"; GCC_PREFIX_HEADER = "XFFruit/XFFruit-Prefix.pch";
INFOPLIST_FILE = XFFruit/Info.plist; INFOPLIST_FILE = XFFruit/Info.plist;
...@@ -3269,7 +3281,7 @@ ...@@ -3269,7 +3281,7 @@
"$(PROJECT_DIR)/XFFruit/Vendors/JiGuang/lib", "$(PROJECT_DIR)/XFFruit/Vendors/JiGuang/lib",
); );
PRODUCT_NAME = XFFruit; PRODUCT_NAME = XFFruit;
PROVISIONING_PROFILE = "1b29260f-2cce-4fae-ad9b-bdd1e1652dcf"; PROVISIONING_PROFILE = "";
USER_HEADER_SEARCH_PATHS = "${SRCROOT}/**"; USER_HEADER_SEARCH_PATHS = "${SRCROOT}/**";
}; };
name = Debug; name = Debug;
...@@ -3279,8 +3291,8 @@ ...@@ -3279,8 +3291,8 @@
baseConfigurationReference = 7DDFB1D460448C3B45118195 /* Pods.release.xcconfig */; baseConfigurationReference = 7DDFB1D460448C3B45118195 /* Pods.release.xcconfig */;
buildSettings = { buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Distribution: Shanghai Gomore Information Technology Co.,Ltd (2G3393EZPN)"; CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Shanghai Gomore Information Technology Co.,Ltd"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
ENABLE_BITCODE = NO; ENABLE_BITCODE = NO;
GCC_PREFIX_HEADER = "XFFruit/XFFruit-Prefix.pch"; GCC_PREFIX_HEADER = "XFFruit/XFFruit-Prefix.pch";
INFOPLIST_FILE = XFFruit/Info.plist; INFOPLIST_FILE = XFFruit/Info.plist;
...@@ -3292,7 +3304,7 @@ ...@@ -3292,7 +3304,7 @@
"$(PROJECT_DIR)/XFFruit/Vendors/JiGuang/lib", "$(PROJECT_DIR)/XFFruit/Vendors/JiGuang/lib",
); );
PRODUCT_NAME = XFFruit; PRODUCT_NAME = XFFruit;
PROVISIONING_PROFILE = "1b29260f-2cce-4fae-ad9b-bdd1e1652dcf"; PROVISIONING_PROFILE = "";
USER_HEADER_SEARCH_PATHS = "${SRCROOT}/**"; USER_HEADER_SEARCH_PATHS = "${SRCROOT}/**";
}; };
name = Release; name = Release;
......
...@@ -180,7 +180,7 @@ ...@@ -180,7 +180,7 @@
//极光别名 //极光别名
NSSet *setTags = [NSSet setWithArray:@[@""]]; NSSet *setTags = [NSSet setWithArray:@[@""]];
[APService setTags:setTags [APService setTags:setTags
alias:@"" alias:userUtil.userId
callbackSelector:nil object:nil]; callbackSelector:nil object:nil];
}; };
......
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