Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 7 additions & 9 deletions OAuthSample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 70;
objectVersion = 56;
objects = {

/* Begin PBXBuildFile section */
Expand All @@ -16,6 +16,9 @@
CE38E0ED2E0719EB0065319C /* OAuth+Window.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE38E0EC2E0719EB0065319C /* OAuth+Window.swift */; };
CE4317502E08AF77009B3DF1 /* OAuthKit in Frameworks */ = {isa = PBXBuildFile; productRef = CE43174F2E08AF77009B3DF1 /* OAuthKit */; };
CE4317512E08B0BB009B3DF1 /* oauth.json in Resources */ = {isa = PBXBuildFile; fileRef = CE1FE0CC2BF6F73000078EB1 /* oauth.json */; };
CE43175A2E09A27D009B3DF1 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE1FE0BB2BF66AC400078EB1 /* ContentView.swift */; };
CE43175B2E09A2E5009B3DF1 /* OAuthSampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE1FE0B92BF66AC400078EB1 /* OAuthSampleApp.swift */; };
CE43175C2E09A321009B3DF1 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = CE1FE0BD2BF66AC500078EB1 /* Assets.xcassets */; };
CE65D4F52DEB6C4A00A24D2A /* OAuthKit in Frameworks */ = {isa = PBXBuildFile; productRef = CE65D4F42DEB6C4A00A24D2A /* OAuthKit */; };
CEC9CBB62DE946EF00F181DF /* OAuthKit in Frameworks */ = {isa = PBXBuildFile; productRef = CEC9CBB52DE946EF00F181DF /* OAuthKit */; };
CEF889822E08ACFF0083845F /* OAuthSampleWatch.app in Embed Watch Content */ = {isa = PBXBuildFile; fileRef = CEF889782E08ACFD0083845F /* OAuthSampleWatch.app */; platformFilters = (ios, xros, ); settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
Expand Down Expand Up @@ -58,10 +61,6 @@
CEF889782E08ACFD0083845F /* OAuthSampleWatch.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = OAuthSampleWatch.app; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFileSystemSynchronizedRootGroup section */
CEF889792E08ACFD0083845F /* OAuthSampleWatch */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = OAuthSampleWatch; sourceTree = "<group>"; };
/* End PBXFileSystemSynchronizedRootGroup section */

/* Begin PBXFrameworksBuildPhase section */
CE1FE0B32BF66AC400078EB1 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
Expand All @@ -88,7 +87,6 @@
isa = PBXGroup;
children = (
CE1FE0B82BF66AC400078EB1 /* OAuthSample */,
CEF889792E08ACFD0083845F /* OAuthSampleWatch */,
CE43174E2E08AF77009B3DF1 /* Frameworks */,
CE1FE0B72BF66AC400078EB1 /* Products */,
);
Expand Down Expand Up @@ -188,9 +186,6 @@
);
dependencies = (
);
fileSystemSynchronizedGroups = (
CEF889792E08ACFD0083845F /* OAuthSampleWatch */,
);
name = OAuthSampleWatch;
packageProductDependencies = (
CE43174F2E08AF77009B3DF1 /* OAuthKit */,
Expand Down Expand Up @@ -254,6 +249,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
CE43175C2E09A321009B3DF1 /* Assets.xcassets in Resources */,
CE4317512E08B0BB009B3DF1 /* oauth.json in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -275,6 +271,8 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
CE43175A2E09A27D009B3DF1 /* ContentView.swift in Sources */,
CE43175B2E09A2E5009B3DF1 /* OAuthSampleApp.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

This file was deleted.

13 changes: 0 additions & 13 deletions OAuthSampleWatch/Assets.xcassets/AppIcon.appiconset/Contents.json

This file was deleted.

6 changes: 0 additions & 6 deletions OAuthSampleWatch/Assets.xcassets/Contents.json

This file was deleted.

69 changes: 0 additions & 69 deletions OAuthSampleWatch/Classes/ContentView.swift

This file was deleted.

22 changes: 0 additions & 22 deletions OAuthSampleWatch/Classes/OAuthSampleWatchApp.swift

This file was deleted.