Skip to content

Commit 60500b7

Browse files
Steve TreaseSteve Trease
authored andcommitted
Added file to save AppCenter token so actual token is not pushed to GitHub.
1 parent a2d01f6 commit 60500b7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+2081
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
IP\ Address/AppCenterToken.swift
12
.DS_Store

IP Address.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
/* Begin PBXBuildFile section */
1010
AA12DD8F1FAB85F8004EB978 /* DNSlookup.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA12DD8E1FAB85F8004EB978 /* DNSlookup.swift */; };
11+
AA3757981FE94E1000F59336 /* AppCenterToken.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA3757971FE94E1000F59336 /* AppCenterToken.swift */; };
1112
AAE235201F91223400FB8E69 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAE2351F1F91223400FB8E69 /* AppDelegate.swift */; };
1213
AAE235221F91223400FB8E69 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAE235211F91223400FB8E69 /* ViewController.swift */; };
1314
AAE235251F91223400FB8E69 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AAE235231F91223400FB8E69 /* Main.storyboard */; };
@@ -19,6 +20,7 @@
1920

2021
/* Begin PBXFileReference section */
2122
AA12DD8E1FAB85F8004EB978 /* DNSlookup.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DNSlookup.swift; sourceTree = "<group>"; };
23+
AA3757971FE94E1000F59336 /* AppCenterToken.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppCenterToken.swift; sourceTree = "<group>"; };
2224
AAE2351C1F91223400FB8E69 /* IP Address.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "IP Address.app"; sourceTree = BUILT_PRODUCTS_DIR; };
2325
AAE2351F1F91223400FB8E69 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
2426
AAE235211F91223400FB8E69 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
@@ -75,6 +77,7 @@
7577
isa = PBXGroup;
7678
children = (
7779
AAE2351F1F91223400FB8E69 /* AppDelegate.swift */,
80+
AA3757971FE94E1000F59336 /* AppCenterToken.swift */,
7881
AAE235211F91223400FB8E69 /* ViewController.swift */,
7982
AA12DD8E1FAB85F8004EB978 /* DNSlookup.swift */,
8083
AAE235331F91254800FB8E69 /* Interface.swift */,
@@ -245,6 +248,7 @@
245248
isa = PBXSourcesBuildPhase;
246249
buildActionMask = 2147483647;
247250
files = (
251+
AA3757981FE94E1000F59336 /* AppCenterToken.swift in Sources */,
248252
AAE235221F91223400FB8E69 /* ViewController.swift in Sources */,
249253
AA12DD8F1FAB85F8004EB978 /* DNSlookup.swift in Sources */,
250254
AAE235201F91223400FB8E69 /* AppDelegate.swift in Sources */,

IP Address/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
2828
let versionNumber: String = (Bundle.main.infoDictionary?["CFBundleVersion"] as? String)!
2929
print ("\(appName) (\(versionNumber))")
3030

31-
MSAppCenter.start("8fb724db-5358-43ca-9d83-e76d88e982a5", withServices:[
31+
MSAppCenter.start(appCenterToken, withServices:[
3232
MSAnalytics.self,
3333
MSCrashes.self
3434
])

IP Address/Base.lproj/LaunchScreen.storyboard

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
2222
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
2323
<subviews>
24-
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Build: 17 (86c8174)" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yhA-lX-4Of" userLabel="APP_VERSION">
24+
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Build: 22 (a2d01f6)" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yhA-lX-4Of" userLabel="APP_VERSION">
2525
<rect key="frame" x="132.5" y="527" width="55.5" height="21"/>
2626
<fontDescription key="fontDescription" type="system" pointSize="17"/>
2727
<nil key="textColor"/>

IP Address/Base.lproj/LaunchScreen.storyboardbak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
2222
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
2323
<subviews>
24-
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Build: 16 (86c8174)" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yhA-lX-4Of" userLabel="APP_VERSION">
24+
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Build: 21 (a2d01f6)" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yhA-lX-4Of" userLabel="APP_VERSION">
2525
<rect key="frame" x="132.5" y="527" width="55.5" height="21"/>
2626
<fontDescription key="fontDescription" type="system" pointSize="17"/>
2727
<nil key="textColor"/>

IP Address/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundleShortVersionString</key>
1818
<string>1.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>17</string>
20+
<string>22</string>
2121
<key>LSRequiresIPhoneOS</key>
2222
<true/>
2323
<key>UILaunchStoryboardName</key>

Podfile.lock

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
PODS:
2+
- AppCenter (1.0.1):
3+
- AppCenter/Analytics (= 1.0.1)
4+
- AppCenter/Crashes (= 1.0.1)
5+
- AppCenter/Analytics (1.0.1):
6+
- AppCenter/Core
7+
- AppCenter/Core (1.0.1)
8+
- AppCenter/Crashes (1.0.1):
9+
- AppCenter/Core
10+
11+
DEPENDENCIES:
12+
- AppCenter
13+
14+
SPEC CHECKSUMS:
15+
AppCenter: 1d9e08e4ffe7a8eab6e9741a12d27e44074e73a7
16+
17+
PODFILE CHECKSUM: ac4cbbb75f718ac626fcd7cf6f8ca8b8186307f9
18+
19+
COCOAPODS: 1.2.1
Binary file not shown.

Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/AppCenter.h

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSAbstractLog.h

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)