Skip to content

Commit f57ff13

Browse files
committed
Updated project file
1 parent f65b06b commit f57ff13

File tree

2 files changed

+83
-8
lines changed

2 files changed

+83
-8
lines changed

Example/PAPermissionsApp.xcodeproj/project.pbxproj

Lines changed: 80 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
50E9DD881D7F3701007D0ED5 /* PACustomPermissionsCheck.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50E9DD871D7F3701007D0ED5 /* PACustomPermissionsCheck.swift */; };
2020
50E9DD8D1D7F548B007D0ED5 /* CustomPermissionsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50E9DD8C1D7F548B007D0ED5 /* CustomPermissionsViewController.swift */; };
2121
50E9DD8F1D80925F007D0ED5 /* background.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 50E9DD8E1D80925F007D0ED5 /* background.jpg */; };
22+
D02C8BB09C60CB72568B8FCA /* Pods_PAPermissionsApp.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C7292F8A8CFD2909D2EA9DB6 /* Pods_PAPermissionsApp.framework */; };
2223
/* End PBXBuildFile section */
2324

2425
/* Begin PBXFileReference section */
@@ -36,6 +37,9 @@
3637
50E9DD871D7F3701007D0ED5 /* PACustomPermissionsCheck.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PACustomPermissionsCheck.swift; sourceTree = "<group>"; };
3738
50E9DD8C1D7F548B007D0ED5 /* CustomPermissionsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CustomPermissionsViewController.swift; sourceTree = "<group>"; };
3839
50E9DD8E1D80925F007D0ED5 /* background.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = background.jpg; sourceTree = "<group>"; };
40+
7A076817F20389BCFDB75226 /* Pods-PAPermissionsApp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PAPermissionsApp.debug.xcconfig"; path = "Pods/Target Support Files/Pods-PAPermissionsApp/Pods-PAPermissionsApp.debug.xcconfig"; sourceTree = "<group>"; };
41+
C7292F8A8CFD2909D2EA9DB6 /* Pods_PAPermissionsApp.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PAPermissionsApp.framework; sourceTree = BUILT_PRODUCTS_DIR; };
42+
E57574E623D6435CA7FA8788 /* Pods-PAPermissionsApp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PAPermissionsApp.release.xcconfig"; path = "Pods/Target Support Files/Pods-PAPermissionsApp/Pods-PAPermissionsApp.release.xcconfig"; sourceTree = "<group>"; };
3943
/* End PBXFileReference section */
4044

4145
/* Begin PBXFrameworksBuildPhase section */
@@ -46,12 +50,21 @@
4650
50E9DD2C1D7E44BD007D0ED5 /* AVFoundation.framework in Frameworks */,
4751
50E9DD281D7E41E9007D0ED5 /* CoreLocation.framework in Frameworks */,
4852
50E9DD191D7E37FC007D0ED5 /* CoreBluetooth.framework in Frameworks */,
53+
D02C8BB09C60CB72568B8FCA /* Pods_PAPermissionsApp.framework in Frameworks */,
4954
);
5055
runOnlyForDeploymentPostprocessing = 0;
5156
};
5257
/* End PBXFrameworksBuildPhase section */
5358

5459
/* Begin PBXGroup section */
60+
088A3FEE08AAB9A64E028FA0 /* Frameworks */ = {
61+
isa = PBXGroup;
62+
children = (
63+
C7292F8A8CFD2909D2EA9DB6 /* Pods_PAPermissionsApp.framework */,
64+
);
65+
name = Frameworks;
66+
sourceTree = "<group>";
67+
};
5568
50E9DCC61D7DC370007D0ED5 = {
5669
isa = PBXGroup;
5770
children = (
@@ -60,6 +73,8 @@
6073
50E9DD181D7E37FC007D0ED5 /* CoreBluetooth.framework */,
6174
50E9DCD11D7DC370007D0ED5 /* PAPermissionsApp */,
6275
50E9DCD01D7DC370007D0ED5 /* Products */,
76+
BE512304B20AC7F89D82B883 /* Pods */,
77+
088A3FEE08AAB9A64E028FA0 /* Frameworks */,
6378
);
6479
sourceTree = "<group>";
6580
};
@@ -88,16 +103,28 @@
88103
path = PAPermissionsApp;
89104
sourceTree = "<group>";
90105
};
106+
BE512304B20AC7F89D82B883 /* Pods */ = {
107+
isa = PBXGroup;
108+
children = (
109+
7A076817F20389BCFDB75226 /* Pods-PAPermissionsApp.debug.xcconfig */,
110+
E57574E623D6435CA7FA8788 /* Pods-PAPermissionsApp.release.xcconfig */,
111+
);
112+
name = Pods;
113+
sourceTree = "<group>";
114+
};
91115
/* End PBXGroup section */
92116

93117
/* Begin PBXNativeTarget section */
94118
50E9DCCE1D7DC370007D0ED5 /* PAPermissionsApp */ = {
95119
isa = PBXNativeTarget;
96120
buildConfigurationList = 50E9DCE11D7DC370007D0ED5 /* Build configuration list for PBXNativeTarget "PAPermissionsApp" */;
97121
buildPhases = (
122+
A52F1C072DA5097B808C9C37 /* [CP] Check Pods Manifest.lock */,
98123
50E9DCCB1D7DC370007D0ED5 /* Sources */,
99124
50E9DCCC1D7DC370007D0ED5 /* Frameworks */,
100125
50E9DCCD1D7DC370007D0ED5 /* Resources */,
126+
665D77414CAAF3B81144D9B0 /* [CP] Embed Pods Frameworks */,
127+
07A9B8B99C15E52D997403BA /* [CP] Copy Pods Resources */,
101128
);
102129
buildRules = (
103130
);
@@ -120,7 +147,7 @@
120147
TargetAttributes = {
121148
50E9DCCE1D7DC370007D0ED5 = {
122149
CreatedOnToolsVersion = 7.3.1;
123-
DevelopmentTeam = NRSZN92M5X;
150+
DevelopmentTeam = K78G42H4U2;
124151
LastSwiftMigration = 0800;
125152
};
126153
};
@@ -158,6 +185,54 @@
158185
};
159186
/* End PBXResourcesBuildPhase section */
160187

188+
/* Begin PBXShellScriptBuildPhase section */
189+
07A9B8B99C15E52D997403BA /* [CP] Copy Pods Resources */ = {
190+
isa = PBXShellScriptBuildPhase;
191+
buildActionMask = 2147483647;
192+
files = (
193+
);
194+
inputPaths = (
195+
);
196+
name = "[CP] Copy Pods Resources";
197+
outputPaths = (
198+
);
199+
runOnlyForDeploymentPostprocessing = 0;
200+
shellPath = /bin/sh;
201+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PAPermissionsApp/Pods-PAPermissionsApp-resources.sh\"\n";
202+
showEnvVarsInLog = 0;
203+
};
204+
665D77414CAAF3B81144D9B0 /* [CP] Embed Pods Frameworks */ = {
205+
isa = PBXShellScriptBuildPhase;
206+
buildActionMask = 2147483647;
207+
files = (
208+
);
209+
inputPaths = (
210+
);
211+
name = "[CP] Embed Pods Frameworks";
212+
outputPaths = (
213+
);
214+
runOnlyForDeploymentPostprocessing = 0;
215+
shellPath = /bin/sh;
216+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PAPermissionsApp/Pods-PAPermissionsApp-frameworks.sh\"\n";
217+
showEnvVarsInLog = 0;
218+
};
219+
A52F1C072DA5097B808C9C37 /* [CP] Check Pods Manifest.lock */ = {
220+
isa = PBXShellScriptBuildPhase;
221+
buildActionMask = 2147483647;
222+
files = (
223+
);
224+
inputPaths = (
225+
);
226+
name = "[CP] Check Pods Manifest.lock";
227+
outputPaths = (
228+
);
229+
runOnlyForDeploymentPostprocessing = 0;
230+
shellPath = /bin/sh;
231+
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
232+
showEnvVarsInLog = 0;
233+
};
234+
/* End PBXShellScriptBuildPhase section */
235+
161236
/* Begin PBXSourcesBuildPhase section */
162237
50E9DCCB1D7DC370007D0ED5 /* Sources */ = {
163238
isa = PBXSourcesBuildPhase;
@@ -284,9 +359,11 @@
284359
};
285360
50E9DCE21D7DC370007D0ED5 /* Debug */ = {
286361
isa = XCBuildConfiguration;
362+
baseConfigurationReference = 7A076817F20389BCFDB75226 /* Pods-PAPermissionsApp.debug.xcconfig */;
287363
buildSettings = {
288364
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
289365
CODE_SIGN_IDENTITY = "iPhone Developer";
366+
DEVELOPMENT_TEAM = K78G42H4U2;
290367
INFOPLIST_FILE = PAPermissionsApp/Info.plist;
291368
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
292369
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -298,9 +375,11 @@
298375
};
299376
50E9DCE31D7DC370007D0ED5 /* Release */ = {
300377
isa = XCBuildConfiguration;
378+
baseConfigurationReference = E57574E623D6435CA7FA8788 /* Pods-PAPermissionsApp.release.xcconfig */;
301379
buildSettings = {
302380
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
303381
CODE_SIGN_IDENTITY = "iPhone Developer";
382+
DEVELOPMENT_TEAM = K78G42H4U2;
304383
INFOPLIST_FILE = PAPermissionsApp/Info.plist;
305384
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
306385
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";

Example/Podfile.lock

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,11 @@ PODS:
22
- PAPermissions (0.9.0)
33

44
DEPENDENCIES:
5-
- PAPermissions (from `~/Dropbox/Altri_progetti/PAPermissionsApp/`)
6-
7-
EXTERNAL SOURCES:
8-
PAPermissions:
9-
:path: "~/Dropbox/Altri_progetti/PAPermissionsApp/"
5+
- PAPermissions
106

117
SPEC CHECKSUMS:
128
PAPermissions: b57c549edff6779cf146d745dcdb7cb0fc1e22cf
139

14-
PODFILE CHECKSUM: 4eb91480bf97c03cfb7d034bf01235ca8e09fbe5
10+
PODFILE CHECKSUM: ec2539d0b71ac4bc34675c8dae508a73f7201cdc
1511

16-
COCOAPODS: 1.1.0.rc.2
12+
COCOAPODS: 1.0.1

0 commit comments

Comments
 (0)