Commit 4e5b7259c0e9d8928f1ce7870ba6450e6d73e1b7

Authored by 赵康
1 parent 0c3f8e86af
Exists in master

update to 1.0.2;modify the way of share the promote code

Showing 7 changed files with 21 additions and 9 deletions Side-by-side Diff

ios/SpreadDemo/SpreadDemo.xcodeproj/project.pbxproj
... ... @@ -17,7 +17,7 @@
17 17 3309D8DC1C3BA7CE00534E33 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3309D8DB1C3BA7CE00534E33 /* Default-568h@2x.png */; };
18 18 3309D9511C3E098000534E33 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3309D9501C3E098000534E33 /* SystemConfiguration.framework */; };
19 19 3309D95B1C3E0B1500534E33 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3309D95A1C3E0B1500534E33 /* MobileCoreServices.framework */; };
20   - 336FC7F61C4F305F00151550 /* Spreader.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 336FC7F51C4F305F00151550 /* Spreader.framework */; };
  20 + 339662571C85724700022866 /* Spreader.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 339662561C85724700022866 /* Spreader.framework */; };
21 21 /* End PBXBuildFile section */
22 22  
23 23 /* Begin PBXFileReference section */
... ... @@ -35,7 +35,7 @@
35 35 3309D8DB1C3BA7CE00534E33 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
36 36 3309D9501C3E098000534E33 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
37 37 3309D95A1C3E0B1500534E33 /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
38   - 336FC7F51C4F305F00151550 /* Spreader.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Spreader.framework; path = ../Spreader.framework; sourceTree = "<group>"; };
  38 + 339662561C85724700022866 /* Spreader.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Spreader.framework; path = ../Spreader.framework; sourceTree = "<group>"; };
39 39 /* End PBXFileReference section */
40 40  
41 41 /* Begin PBXFrameworksBuildPhase section */
... ... @@ -43,7 +43,7 @@
43 43 isa = PBXFrameworksBuildPhase;
44 44 buildActionMask = 2147483647;
45 45 files = (
46   - 336FC7F61C4F305F00151550 /* Spreader.framework in Frameworks */,
  46 + 339662571C85724700022866 /* Spreader.framework in Frameworks */,
47 47 3309D95B1C3E0B1500534E33 /* MobileCoreServices.framework in Frameworks */,
48 48 3309D9511C3E098000534E33 /* SystemConfiguration.framework in Frameworks */,
49 49 3309D8CF1C34CEF000534E33 /* CoreGraphics.framework in Frameworks */,
... ... @@ -98,7 +98,7 @@
98 98 3309D8D01C3A28A000534E33 /* Frameworks */ = {
99 99 isa = PBXGroup;
100 100 children = (
101   - 336FC7F51C4F305F00151550 /* Spreader.framework */,
  101 + 339662561C85724700022866 /* Spreader.framework */,
102 102 3309D95A1C3E0B1500534E33 /* MobileCoreServices.framework */,
103 103 3309D9501C3E098000534E33 /* SystemConfiguration.framework */,
104 104 3309D8CE1C34CEF000534E33 /* CoreGraphics.framework */,
... ... @@ -294,10 +294,14 @@
294 294 "$(PROJECT_DIR)",
295 295 "$(PROJECT_DIR)/../",
296 296 );
297   - HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/../Spreader.Framework/**";
  297 + HEADER_SEARCH_PATHS = (
  298 + "$(PROJECT_DIR)/../Spreader.Framework/**",
  299 + "$(PROJECT_DIR)/../../../SpreaderSDK/**",
  300 + );
298 301 INFOPLIST_FILE = SpreadDemo/Info.plist;
299 302 IPHONEOS_DEPLOYMENT_TARGET = 6.0;
300 303 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  304 + LIBRARY_SEARCH_PATHS = "";
301 305 OTHER_CODE_SIGN_FLAGS = "";
302 306 OTHER_LDFLAGS = "-ObjC";
303 307 PRODUCT_BUNDLE_IDENTIFIER = Gump.SpreadDemo;
... ... @@ -318,10 +322,14 @@
318 322 "$(PROJECT_DIR)",
319 323 "$(PROJECT_DIR)/../",
320 324 );
321   - HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/../Spreader.Framework/**";
  325 + HEADER_SEARCH_PATHS = (
  326 + "$(PROJECT_DIR)/../Spreader.Framework/**",
  327 + "$(PROJECT_DIR)/../../../SpreaderSDK/**",
  328 + );
322 329 INFOPLIST_FILE = SpreadDemo/Info.plist;
323 330 IPHONEOS_DEPLOYMENT_TARGET = 6.0;
324 331 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  332 + LIBRARY_SEARCH_PATHS = "";
325 333 OTHER_CODE_SIGN_FLAGS = "";
326 334 OTHER_LDFLAGS = "-ObjC";
327 335 PRODUCT_BUNDLE_IDENTIFIER = Gump.SpreadDemo;
ios/SpreadDemo/SpreadDemo/Spreader.bundle/en.strings
1 1 "promote"="Promote";
2 2 "claim"="Claim";
3 3 "verify"="Verify";
4   -"invalid_request"="Invalid request";
5 4 \ No newline at end of file
  5 +"invalid_request"="Invalid request";
  6 +"copy4share"="Copy and share";
  7 +"copied_tips"="Copied to the clipboard";
6 8 \ No newline at end of file
ios/Spreader.bundle/en.strings
1 1 "promote"="Promote";
2 2 "claim"="Claim";
3 3 "verify"="Verify";
4   -"invalid_request"="Invalid request";
5 4 \ No newline at end of file
  5 +"invalid_request"="Invalid request";
  6 +"copy4share"="Copy and share";
  7 +"copied_tips"="Copied to the clipboard";
6 8 \ No newline at end of file
ios/Spreader.framework/Versions/A/Headers/SpreaderSDK.h
... ... @@ -15,7 +15,7 @@
15 15  
16 16 @end
17 17  
18   -static NSString *spreaderVersion = @"1.0.1";
  18 +static NSString *spreaderVersion = @"1.0.2";
19 19 @interface SpreaderSDK : NSObject
20 20  
21 21 @property(nonatomic,copy) NSString *appId;
ios/Spreader.framework/Versions/A/Spreader
No preview for this file type
No preview for this file type
ios/spreader.zip
No preview for this file type