Skip to content

Commit

Permalink
deleted amplifyconfiguration.json fix README.md step 4, and add to ig…
Browse files Browse the repository at this point in the history
…nore configuration file in gitignore
  • Loading branch information
ruiguoamz committed May 21, 2020
1 parent 29e7048 commit e4f043a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 40 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@ Scripts/ocunit2junit
__pycache__/
*awsconfiguration.json
*amplifyconfiguration.json
awsconfiguration.json
amplifyconfiguration.json
credentials-mc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The following steps demonstrate how to set up Analytics. Auth category is also r

[temporary step]: Until Amplify CLI supports adding the auth section into amplifyconfiguation.json, copy `awsconfiguration.json`'s auth section over
4. Copy `amplifyconfiguration.json` over to `~/AWSPinpointAnalyticPluginIntegrationTests/AWSPinpointAnalyticsPluginIntegrationTests-amplifyconfiguration.json`
4. Copy `amplifyconfiguration.json` over to folder `AWSPinpointAnalyticPluginIntegrationTests` as `AWSPinpointAnalyticsPluginIntegrationTests-amplifyconfiguration.json`
5. You can now run all of the integration tests.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
B478F6E12374E0CF00C4F92B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B478F6D52374E0CF00C4F92B /* Assets.xcassets */; };
B478F6E22374E0CF00C4F92B /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B478F6D62374E0CF00C4F92B /* LaunchScreen.storyboard */; };
B478F6E32374E0CF00C4F92B /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B478F6D82374E0CF00C4F92B /* Main.storyboard */; };
B478F6E52374E0CF00C4F92B /* amplifyconfiguration.json in Resources */ = {isa = PBXBuildFile; fileRef = B478F6DC2374E0CF00C4F92B /* amplifyconfiguration.json */; };
B478F6E62374E0CF00C4F92B /* awsconfiguration.json in Resources */ = {isa = PBXBuildFile; fileRef = B478F6DD2374E0CF00C4F92B /* awsconfiguration.json */; };
B478F7432375014E00C4F92B /* AWSPinpointAnalyticsPlugin+Reset.swift in Sources */ = {isa = PBXBuildFile; fileRef = B478F7252375014D00C4F92B /* AWSPinpointAnalyticsPlugin+Reset.swift */; };
B478F7442375014E00C4F92B /* AWSPinpointAnalyticsPluginConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B478F7272375014D00C4F92B /* AWSPinpointAnalyticsPluginConfiguration.swift */; };
B478F7452375014E00C4F92B /* AWSPinpointAnalyticsPlugin+ClientBehavior.swift in Sources */ = {isa = PBXBuildFile; fileRef = B478F7282375014D00C4F92B /* AWSPinpointAnalyticsPlugin+ClientBehavior.swift */; };
Expand Down Expand Up @@ -111,8 +109,6 @@
B478F6D72374E0CF00C4F92B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
B478F6D92374E0CF00C4F92B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
B478F6DA2374E0CF00C4F92B /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
B478F6DC2374E0CF00C4F92B /* amplifyconfiguration.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = amplifyconfiguration.json; sourceTree = "<group>"; };
B478F6DD2374E0CF00C4F92B /* awsconfiguration.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = awsconfiguration.json; sourceTree = "<group>"; };
B478F7252375014D00C4F92B /* AWSPinpointAnalyticsPlugin+Reset.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "AWSPinpointAnalyticsPlugin+Reset.swift"; sourceTree = "<group>"; };
B478F7272375014D00C4F92B /* AWSPinpointAnalyticsPluginConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AWSPinpointAnalyticsPluginConfiguration.swift; sourceTree = "<group>"; };
B478F7282375014D00C4F92B /* AWSPinpointAnalyticsPlugin+ClientBehavior.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "AWSPinpointAnalyticsPlugin+ClientBehavior.swift"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -301,8 +297,6 @@
B478F6DB2374E0CF00C4F92B /* Configuration */ = {
isa = PBXGroup;
children = (
B478F6DC2374E0CF00C4F92B /* amplifyconfiguration.json */,
B478F6DD2374E0CF00C4F92B /* awsconfiguration.json */,
);
path = Configuration;
sourceTree = "<group>";
Expand Down Expand Up @@ -616,8 +610,6 @@
files = (
B478F6E32374E0CF00C4F92B /* Main.storyboard in Resources */,
21233DFA2475C8BB00039337 /* AWSPinpointAnalyticsPluginIntegrationTests-amplifyconfiguration.json in Resources */,
B478F6E62374E0CF00C4F92B /* awsconfiguration.json in Resources */,
B478F6E52374E0CF00C4F92B /* amplifyconfiguration.json in Resources */,
B478F6E12374E0CF00C4F92B /* Assets.xcassets in Resources */,
B478F6E22374E0CF00C4F92B /* LaunchScreen.storyboard in Resources */,
);
Expand Down

This file was deleted.

0 comments on commit e4f043a

Please sign in to comment.