Skip to content

Commit

Permalink
update github token
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesGrimont committed Feb 12, 2018
1 parent ce322c8 commit b0e915d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@ before_script:
script:
- mkdir -p ./buildSim
- mkdir -p ./universal_outputfolder
- ./scripts/ci-script.bash
- xcodebuild test -workspace C8oSDKiOS.xcworkspace -scheme C8oSDKiOS -destination 'platform=iOS Simulator,name=iPhone X,OS=11.2'
- "./scripts/ci-script.bash"
- xcodebuild test -workspace C8oSDKiOS.xcworkspace -scheme C8oSDKiOS -destination
'platform=iOS Simulator,name=iPhone X,OS=11.2'
- xcodebuild -workspace C8oSDKiOS.xcworkspace -scheme C8oSDKiOS archive
- mkdir Frameworks && cp -r ./universal_outputfolder/C8o.framework ./Frameworks/ && zip -r -X C8oSDK.zip ./Frameworks/C8o.framework LICENSE
- mkdir Frameworks && cp -r ./universal_outputfolder/C8o.framework ./Frameworks/ &&
zip -r -X C8oSDK.zip ./Frameworks/C8o.framework LICENSE
deploy:
provider: releases
api_key:
secure: NdNNGb2lAQJwpczjzMcVvcCpaR/whh6uHZ/bPLkoJeI1q7mkvtjcTKa970utzKDcW4ngZdcI7ldAfH/Pf1ylgyIXymy1N3RkQbBJTzXERCHH/7M9iXJXUjrDlxA7plEXvkSHadnckmKgnvSDZtFX5BX2YYON81cSw//NktwUNNxDc4viTPJTn35RS4mvYUtzDLSrk8hfupgZpD7rz4MqHIgFCJzlp71Z+ESbgvfqTapIXD0f90U72P5UiVi60KfPctuaEW10IBvNSxI2xDTXvfUZ0reoT2JEKf9UECdDUXD9OO/OREWrytg3FP2ivUrAn/qWyHZIFJVAxOicMXdDZhFS9CJB31SzaeTfJDEBHCrOtkYv6b63q2LtcKsiGcVzc0ulID334YneeXHb8ffWRsLvtdlVIm0gRHNfpl+UyO5Lxc0duEa44lQFPEw8Q1iwT4Umbrv57qxFtgOSNyjd5f2BLjytkzfVHiYBGbTZPm1GHwhRaw1B/IZfvzA4gS0Q9Qv1P7bJIRslub8RMbi98XX5NvqOJEeSmaR8Z3BmZumPnzeE1A5E4M+M62I/jPzZUVJbzNll5cAXbOi2P4Tn6KG6hZgd3flUUMeS+MhzaKBWa7qiZC03B4Cj41V4z45X1rXBaBEIsqIp78rGT2oKTZVPRWdS5d9fD2FHqPKaIMw=
secure: NtvoZYdFl1iOB1zwNEh28pvvUDWkmzEDt/UymbritZ5DxHx3or/09A+7X3Io1Ujl3Lp9SHMasG1PUElPkjE3pMw7bRH0N3xlje49FNE7WYAtXSmqABTUIQT9At28h8TtN3gvC8+Khn6M9+mI1i/x3kQwdTI0F7YAZqD2aW/0sWbNcv3D2GSmUa6OAVyqupmnGVZKCGWlicIcJ1J0yba8P97DgXD3LiytHfCmouKdRRszy67wKrrELnbaIHhKYP6Kxg88sIT8hMlTKSLqsCcXEH72UcX8AooFsiUXnPXurDWoQlQ3dbL+EWMl2XD4cr+Y2nIEsx2M7MWh4jeR94IKNkrhRmhoTwYLxiSTVsySiM2AbR5pSulngIPzVJa9rOneGtNs0eAea2WwoorzOqTqRkXMEGJ96uOHx0+i1PTuoqHNAyXDHfbth8W/6wvcSh+ZoCYiyzhZbSbMiiqg+g+IL8N6kzRSNh94vgutoOdV2l5q2QckB6QrsC+k70m5OpEbhEcThPP2djv5luStp0BTxIouzGt0WzQcBvjIUtxCVMNZc3Kmm2F0XVSYP8loTq5A/wIDOUt+IzBopkDLFHijed5VqBaEiTw0QSpPNfwFa/tWaSCuU7zfGBFYrv6AKm7TecRhwskqnOPZd5pw9BTPqLqgyZvjucrEsaUP/98HOyY=
file: "C8oSDK.zip"
skip_cleanup: true
on:
Expand Down
4 changes: 0 additions & 4 deletions C8oSDKiOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
62EDE9311C762FFE00D9213F /* C8oFileManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62EDE9301C762FFE00D9213F /* C8oFileManager.swift */; };
62EDE9331C76314200D9213F /* C8oFullSync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62EDE9321C76314200D9213F /* C8oFullSync.swift */; };
B79434C820235DCD00DDE990 /* scripts in Resources */ = {isa = PBXBuildFile; fileRef = B79434C720235DCC00DDE990 /* scripts */; };
B79434CA2023610100DDE990 /* universal_outputfolder in Resources */ = {isa = PBXBuildFile; fileRef = B79434C92023610100DDE990 /* universal_outputfolder */; };
D1E67029367412270B12DFA4 /* Pods_C8oSDKiOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3EBE744ED5FB126ADD38B6DD /* Pods_C8oSDKiOS.framework */; };
D8245BE8EF45CF77D770CC8D /* Pods_C8oSDKiOSTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 040F84B5718525109D28750D /* Pods_C8oSDKiOSTests.framework */; };
/* End PBXBuildFile section */
Expand Down Expand Up @@ -126,7 +125,6 @@
73A8549AAD8B896907F2F6CB /* Pods-C8oSDKiOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-C8oSDKiOS.debug.xcconfig"; path = "Pods/Target Support Files/Pods-C8oSDKiOS/Pods-C8oSDKiOS.debug.xcconfig"; sourceTree = "<group>"; };
7C2A23DDBCB149E8C1358243 /* Pods-C8oSDKiOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-C8oSDKiOS.release.xcconfig"; path = "Pods/Target Support Files/Pods-C8oSDKiOS/Pods-C8oSDKiOS.release.xcconfig"; sourceTree = "<group>"; };
B79434C720235DCC00DDE990 /* scripts */ = {isa = PBXFileReference; lastKnownFileType = folder; path = scripts; sourceTree = "<group>"; };
B79434C92023610100DDE990 /* universal_outputfolder */ = {isa = PBXFileReference; lastKnownFileType = folder; path = universal_outputfolder; sourceTree = "<group>"; };
EB9DD9C4928622F71D6AB05F /* Pods-C8oSDKiOSTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-C8oSDKiOSTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-C8oSDKiOSTests/Pods-C8oSDKiOSTests.release.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */

Expand Down Expand Up @@ -173,7 +171,6 @@
children = (
62E4B45D1EF03A2D004C84AB /* LICENSE */,
62E4B45B1EF02595004C84AB /* .travis.yml */,
B79434C92023610100DDE990 /* universal_outputfolder */,
B79434C720235DCC00DDE990 /* scripts */,
621C066C1D5A08F100192E90 /* PodSpec */,
62CD2A961C6210D6009E9F7E /* PodFile */,
Expand Down Expand Up @@ -370,7 +367,6 @@
62E4B45E1EF03A2D004C84AB /* LICENSE in Resources */,
62E4B45C1EF02595004C84AB /* .travis.yml in Resources */,
621C066E1D5A08F100192E90 /* C8oSDK.podspec in Resources */,
B79434CA2023610100DDE990 /* universal_outputfolder in Resources */,
B79434C820235DCD00DDE990 /* scripts in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
4 changes: 2 additions & 2 deletions PodSpec/C8oSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Pod::Spec.new do |s|
s.name = 'C8oSDK'
s.module_name = 'C8o'
s.version = '2.2.0-beta9'
s.version = '2.2.2'

s.author = 'Convertigo'
s.license = 'Apache License 2.0'
Expand All @@ -22,7 +22,7 @@ Pod::Spec.new do |s|
documentation_url = 'http://www.convertigo.com/document/convertigo-client-sdk/'
social_media_url = 'https://twitter.com/convertigo'

s.source = { :http => 'https://github.com/CharlesGrimont/c8osdk-ios/releases/download/2.4.0/C8oSDK.zip' }
s.source = { :http => 'https://github.com/convertigo/c8osdk-ios/releases/download/2.2.2/C8oSDK.zip' }
s.ios.deployment_target = '8.0'
s.vendored_frameworks = 'Frameworks/C8o.framework'
s.preserve_paths = 'Frameworks/C8o.framework'
Expand Down

0 comments on commit b0e915d

Please sign in to comment.