Skip to content

Commit 4c2c699

Browse files
authored
Merge pull request #119 from aerogear/NEWPOD
New POD
2 parents 763912f + 6f22650 commit 4c2c699

File tree

4 files changed

+2
-220
lines changed

4 files changed

+2
-220
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
2-
s.name = "AeroGearPush-Swift"
3-
s.version = "3.0.0"
2+
s.name = "AeroGear-UPS-Client"
3+
s.version = "3.1.0"
44
s.summary = "AeroGear UnifiedPush Client Registration SDK (Swift)."
55
s.homepage = "https://github.com/aerogear/aerogear-ios-push"
66
s.license = 'Apache License, Version 2.0'

AeroGearPush.xcodeproj/project.pbxproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
482A24ED1B09D4BF00CE5BDC /* PushAnalyticsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 482A24EB1B09D45000CE5BDC /* PushAnalyticsTests.swift */; };
1110
48AAA6E81C450DA90048C53A /* pushproperties.plist in Resources */ = {isa = PBXBuildFile; fileRef = 48AAA6E71C450DA90048C53A /* pushproperties.plist */; };
12-
48EDFAE61B00E8D300F8D11F /* PushAnalytics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48EDFAE51B00E8D300F8D11F /* PushAnalytics.swift */; };
1311
6F46417219654E4A00D2B1C9 /* DeviceRegistration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F46417119654E4A00D2B1C9 /* DeviceRegistration.swift */; };
1412
6F464174196564A500D2B1C9 /* ClientDeviceInformation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F464173196564A500D2B1C9 /* ClientDeviceInformation.swift */; };
1513
6F4641771965660300D2B1C9 /* ClientDeviceInformationImpl.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F4641761965660300D2B1C9 /* ClientDeviceInformationImpl.swift */; };
@@ -60,9 +58,7 @@
6058

6159
/* Begin PBXFileReference section */
6260
07B7A95683BA849A36EB18D1 /* Pods_AeroGearPushTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AeroGearPushTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
63-
482A24EB1B09D45000CE5BDC /* PushAnalyticsTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PushAnalyticsTests.swift; sourceTree = "<group>"; };
6461
48AAA6E71C450DA90048C53A /* pushproperties.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = pushproperties.plist; sourceTree = "<group>"; };
65-
48EDFAE51B00E8D300F8D11F /* PushAnalytics.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PushAnalytics.swift; sourceTree = "<group>"; };
6662
6F46417119654E4A00D2B1C9 /* DeviceRegistration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DeviceRegistration.swift; sourceTree = "<group>"; };
6763
6F464173196564A500D2B1C9 /* ClientDeviceInformation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ClientDeviceInformation.swift; sourceTree = "<group>"; };
6864
6F4641761965660300D2B1C9 /* ClientDeviceInformationImpl.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ClientDeviceInformationImpl.swift; sourceTree = "<group>"; };
@@ -148,7 +144,6 @@
148144
6F464175196565EE00D2B1C9 /* Internal */,
149145
6F46417119654E4A00D2B1C9 /* DeviceRegistration.swift */,
150146
6F464173196564A500D2B1C9 /* ClientDeviceInformation.swift */,
151-
48EDFAE51B00E8D300F8D11F /* PushAnalytics.swift */,
152147
6F71353419646266009B26D8 /* Supporting Files */,
153148
);
154149
path = AeroGearPush;
@@ -166,7 +161,6 @@
166161
isa = PBXGroup;
167162
children = (
168163
6F71354319646266009B26D8 /* DeviceRegistrationTests.swift */,
169-
482A24EB1B09D45000CE5BDC /* PushAnalyticsTests.swift */,
170164
6F71354119646266009B26D8 /* Supporting Files */,
171165
);
172166
path = AeroGearPushTests;
@@ -338,7 +332,6 @@
338332
isa = PBXSourcesBuildPhase;
339333
buildActionMask = 2147483647;
340334
files = (
341-
48EDFAE61B00E8D300F8D11F /* PushAnalytics.swift in Sources */,
342335
6F4641771965660300D2B1C9 /* ClientDeviceInformationImpl.swift in Sources */,
343336
6F46417219654E4A00D2B1C9 /* DeviceRegistration.swift in Sources */,
344337
6F464174196564A500D2B1C9 /* ClientDeviceInformation.swift in Sources */,
@@ -349,7 +342,6 @@
349342
isa = PBXSourcesBuildPhase;
350343
buildActionMask = 2147483647;
351344
files = (
352-
482A24ED1B09D4BF00CE5BDC /* PushAnalyticsTests.swift in Sources */,
353345
6F71354419646266009B26D8 /* DeviceRegistrationTests.swift in Sources */,
354346
);
355347
runOnlyForDeploymentPostprocessing = 0;

AeroGearPush/PushAnalytics.swift

Lines changed: 0 additions & 117 deletions
This file was deleted.

AeroGearPushTests/PushAnalyticsTests.swift

Lines changed: 0 additions & 93 deletions
This file was deleted.

0 commit comments

Comments
 (0)