Skip to content

Commit 0fd24cd

Browse files
author
Peter Fernandez
committed
Updated files referenced in project
1 parent fcc8e40 commit 0fd24cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

iOS Swift Protected API Call.xcodeproj/project.pbxproj

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
99362D272BBD5BB300F748D5 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = 99362D262BBD5BB300F748D5 /* LICENSE */; };
1011
99B9755C2BB5D9410093DBD2 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 99B9755B2BB5D9410093DBD2 /* README.md */; };
1112
99DD98DA2BB428C300339A61 /* APICallView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99DD98D92BB428C300339A61 /* APICallView.swift */; };
1213
D4F66D21288F28A7009F7A80 /* iOS_SwiftUI_App.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4F66D20288F28A7009F7A80 /* iOS_SwiftUI_App.swift */; };
@@ -19,6 +20,7 @@
1920
/* End PBXBuildFile section */
2021

2122
/* Begin PBXFileReference section */
23+
99362D262BBD5BB300F748D5 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
2224
99B9755B2BB5D9410093DBD2 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
2325
99DD98D92BB428C300339A61 /* APICallView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APICallView.swift; sourceTree = "<group>"; };
2426
D4F66D1D288F28A7009F7A80 /* iOS Swift Protected API Call.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "iOS Swift Protected API Call.app"; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -45,6 +47,7 @@
4547
D4F66D14288F28A7009F7A80 = {
4648
isa = PBXGroup;
4749
children = (
50+
99362D262BBD5BB300F748D5 /* LICENSE */,
4851
99B9755B2BB5D9410093DBD2 /* README.md */,
4952
D4F66D1F288F28A7009F7A80 /* iOS Swift Protected API Call */,
5053
D4F66D1E288F28A7009F7A80 /* Products */,
@@ -149,6 +152,7 @@
149152
D4F66D28288F28AC009F7A80 /* Preview Assets.xcassets in Resources */,
150153
99B9755C2BB5D9410093DBD2 /* README.md in Resources */,
151154
D4F66D25288F28AC009F7A80 /* Assets.xcassets in Resources */,
155+
99362D272BBD5BB300F748D5 /* LICENSE in Resources */,
152156
);
153157
runOnlyForDeploymentPostprocessing = 0;
154158
};

0 commit comments

Comments
 (0)