Skip to content

Commit 0dd472d

Browse files
author
Toine Heuvelmans
committed
Update .swift-version
1 parent 64ebc54 commit 0dd472d

File tree

2 files changed

+42
-36
lines changed

2 files changed

+42
-36
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.2
1+
5

Examples/BuiltInTransitionsCatalog/BuiltInTransitionsCatalog.xcodeproj/project.pbxproj

Lines changed: 41 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
85277C71050F4FC75BBA430F /* Pods_BuiltInTransitionsCatalog.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08B4DEF040CAAD71238C4EB5 /* Pods_BuiltInTransitionsCatalog.framework */; };
10+
7D947F11C53AD01295A9A725 /* Pods_BuiltInTransitionsCatalog.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A7D42E41089137333F688668 /* Pods_BuiltInTransitionsCatalog.framework */; };
1111
BA7592DE1E5CC79B00B021BF /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA7592DD1E5CC79B00B021BF /* AppDelegate.swift */; };
1212
BA7592E01E5CC79B00B021BF /* AwesomeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA7592DF1E5CC79B00B021BF /* AwesomeViewController.swift */; };
1313
BA7592E31E5CC79B00B021BF /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BA7592E11E5CC79B00B021BF /* Main.storyboard */; };
@@ -19,8 +19,8 @@
1919
/* End PBXBuildFile section */
2020

2121
/* Begin PBXFileReference section */
22-
08B4DEF040CAAD71238C4EB5 /* Pods_BuiltInTransitionsCatalog.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_BuiltInTransitionsCatalog.framework; sourceTree = BUILT_PRODUCTS_DIR; };
23-
4DEF4EAD7EED2B7BDBA682E7 /* Pods-BuiltInTransitionsCatalog.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BuiltInTransitionsCatalog.release.xcconfig"; path = "Pods/Target Support Files/Pods-BuiltInTransitionsCatalog/Pods-BuiltInTransitionsCatalog.release.xcconfig"; sourceTree = "<group>"; };
22+
42630ACD291E937B4B367E36 /* Pods-BuiltInTransitionsCatalog.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BuiltInTransitionsCatalog.release.xcconfig"; path = "Pods/Target Support Files/Pods-BuiltInTransitionsCatalog/Pods-BuiltInTransitionsCatalog.release.xcconfig"; sourceTree = "<group>"; };
23+
A7D42E41089137333F688668 /* Pods_BuiltInTransitionsCatalog.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_BuiltInTransitionsCatalog.framework; sourceTree = BUILT_PRODUCTS_DIR; };
2424
BA7592DA1E5CC79B00B021BF /* BuiltInTransitionsCatalog.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BuiltInTransitionsCatalog.app; sourceTree = BUILT_PRODUCTS_DIR; };
2525
BA7592DD1E5CC79B00B021BF /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
2626
BA7592DF1E5CC79B00B021BF /* AwesomeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AwesomeViewController.swift; sourceTree = "<group>"; };
@@ -31,37 +31,45 @@
3131
BA7592EF1E5CC89F00B021BF /* CatalogMenu.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CatalogMenu.swift; sourceTree = "<group>"; };
3232
BA7592F11E5CD10C00B021BF /* Catalog.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Catalog.swift; sourceTree = "<group>"; };
3333
BAE576761E5ED48400E8ABC3 /* TransitionStyle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TransitionStyle.swift; sourceTree = "<group>"; };
34-
D5C11E822D9E1D25F5AFFE7C /* Pods-BuiltInTransitionsCatalog.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BuiltInTransitionsCatalog.debug.xcconfig"; path = "Pods/Target Support Files/Pods-BuiltInTransitionsCatalog/Pods-BuiltInTransitionsCatalog.debug.xcconfig"; sourceTree = "<group>"; };
34+
C4197FEA39A058BB7450EC19 /* Pods-BuiltInTransitionsCatalog.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BuiltInTransitionsCatalog.debug.xcconfig"; path = "Pods/Target Support Files/Pods-BuiltInTransitionsCatalog/Pods-BuiltInTransitionsCatalog.debug.xcconfig"; sourceTree = "<group>"; };
3535
/* End PBXFileReference section */
3636

3737
/* Begin PBXFrameworksBuildPhase section */
3838
BA7592D71E5CC79B00B021BF /* Frameworks */ = {
3939
isa = PBXFrameworksBuildPhase;
4040
buildActionMask = 2147483647;
4141
files = (
42-
85277C71050F4FC75BBA430F /* Pods_BuiltInTransitionsCatalog.framework in Frameworks */,
42+
7D947F11C53AD01295A9A725 /* Pods_BuiltInTransitionsCatalog.framework in Frameworks */,
4343
);
4444
runOnlyForDeploymentPostprocessing = 0;
4545
};
4646
/* End PBXFrameworksBuildPhase section */
4747

4848
/* Begin PBXGroup section */
49-
18E86D9309BD4FAD631D0F18 /* Pods */ = {
49+
0A992125230932818237138E /* Pods */ = {
5050
isa = PBXGroup;
5151
children = (
52-
D5C11E822D9E1D25F5AFFE7C /* Pods-BuiltInTransitionsCatalog.debug.xcconfig */,
53-
4DEF4EAD7EED2B7BDBA682E7 /* Pods-BuiltInTransitionsCatalog.release.xcconfig */,
52+
C4197FEA39A058BB7450EC19 /* Pods-BuiltInTransitionsCatalog.debug.xcconfig */,
53+
42630ACD291E937B4B367E36 /* Pods-BuiltInTransitionsCatalog.release.xcconfig */,
5454
);
5555
name = Pods;
5656
sourceTree = "<group>";
5757
};
58+
86838CA4C07D09EC20478934 /* Frameworks */ = {
59+
isa = PBXGroup;
60+
children = (
61+
A7D42E41089137333F688668 /* Pods_BuiltInTransitionsCatalog.framework */,
62+
);
63+
name = Frameworks;
64+
sourceTree = "<group>";
65+
};
5866
BA7592D11E5CC79B00B021BF = {
5967
isa = PBXGroup;
6068
children = (
6169
BA7592DC1E5CC79B00B021BF /* BuiltInTransitionsCatalog */,
6270
BA7592DB1E5CC79B00B021BF /* Products */,
63-
18E86D9309BD4FAD631D0F18 /* Pods */,
64-
E43A34B2DF12344A2117A3D0 /* Frameworks */,
71+
0A992125230932818237138E /* Pods */,
72+
86838CA4C07D09EC20478934 /* Frameworks */,
6573
);
6674
sourceTree = "<group>";
6775
};
@@ -97,26 +105,18 @@
97105
name = Resources;
98106
sourceTree = "<group>";
99107
};
100-
E43A34B2DF12344A2117A3D0 /* Frameworks */ = {
101-
isa = PBXGroup;
102-
children = (
103-
08B4DEF040CAAD71238C4EB5 /* Pods_BuiltInTransitionsCatalog.framework */,
104-
);
105-
name = Frameworks;
106-
sourceTree = "<group>";
107-
};
108108
/* End PBXGroup section */
109109

110110
/* Begin PBXNativeTarget section */
111111
BA7592D91E5CC79B00B021BF /* BuiltInTransitionsCatalog */ = {
112112
isa = PBXNativeTarget;
113113
buildConfigurationList = BA7592EC1E5CC79B00B021BF /* Build configuration list for PBXNativeTarget "BuiltInTransitionsCatalog" */;
114114
buildPhases = (
115-
F5EC54BB13AFE33EC4E55605 /* [CP] Check Pods Manifest.lock */,
115+
463997EEC7F7D248D9BE506E /* [CP] Check Pods Manifest.lock */,
116116
BA7592D61E5CC79B00B021BF /* Sources */,
117117
BA7592D71E5CC79B00B021BF /* Frameworks */,
118118
BA7592D81E5CC79B00B021BF /* Resources */,
119-
7C7AB9BE18FC8A69D847A051 /* [CP] Embed Pods Frameworks */,
119+
998D0EE913C5A517377F9B55 /* [CP] Embed Pods Frameworks */,
120120
);
121121
buildRules = (
122122
);
@@ -141,7 +141,7 @@
141141
CreatedOnToolsVersion = 8.2.1;
142142
DevelopmentTeam = LQ449R4NTB;
143143
LastSwiftMigration = 0900;
144-
ProvisioningStyle = Automatic;
144+
ProvisioningStyle = Manual;
145145
};
146146
};
147147
};
@@ -177,48 +177,48 @@
177177
/* End PBXResourcesBuildPhase section */
178178

179179
/* Begin PBXShellScriptBuildPhase section */
180-
7C7AB9BE18FC8A69D847A051 /* [CP] Embed Pods Frameworks */ = {
180+
463997EEC7F7D248D9BE506E /* [CP] Check Pods Manifest.lock */ = {
181181
isa = PBXShellScriptBuildPhase;
182182
buildActionMask = 2147483647;
183183
files = (
184184
);
185185
inputFileListPaths = (
186186
);
187187
inputPaths = (
188-
"${SRCROOT}/Pods/Target Support Files/Pods-BuiltInTransitionsCatalog/Pods-BuiltInTransitionsCatalog-frameworks.sh",
189-
"${BUILT_PRODUCTS_DIR}/Transition/Transition.framework",
188+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
189+
"${PODS_ROOT}/Manifest.lock",
190190
);
191-
name = "[CP] Embed Pods Frameworks";
191+
name = "[CP] Check Pods Manifest.lock";
192192
outputFileListPaths = (
193193
);
194194
outputPaths = (
195-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Transition.framework",
195+
"$(DERIVED_FILE_DIR)/Pods-BuiltInTransitionsCatalog-checkManifestLockResult.txt",
196196
);
197197
runOnlyForDeploymentPostprocessing = 0;
198198
shellPath = /bin/sh;
199-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-BuiltInTransitionsCatalog/Pods-BuiltInTransitionsCatalog-frameworks.sh\"\n";
199+
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
200200
showEnvVarsInLog = 0;
201201
};
202-
F5EC54BB13AFE33EC4E55605 /* [CP] Check Pods Manifest.lock */ = {
202+
998D0EE913C5A517377F9B55 /* [CP] Embed Pods Frameworks */ = {
203203
isa = PBXShellScriptBuildPhase;
204204
buildActionMask = 2147483647;
205205
files = (
206206
);
207207
inputFileListPaths = (
208208
);
209209
inputPaths = (
210-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
211-
"${PODS_ROOT}/Manifest.lock",
210+
"${SRCROOT}/Pods/Target Support Files/Pods-BuiltInTransitionsCatalog/Pods-BuiltInTransitionsCatalog-frameworks.sh",
211+
"${BUILT_PRODUCTS_DIR}/Transition/Transition.framework",
212212
);
213-
name = "[CP] Check Pods Manifest.lock";
213+
name = "[CP] Embed Pods Frameworks";
214214
outputFileListPaths = (
215215
);
216216
outputPaths = (
217-
"$(DERIVED_FILE_DIR)/Pods-BuiltInTransitionsCatalog-checkManifestLockResult.txt",
217+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Transition.framework",
218218
);
219219
runOnlyForDeploymentPostprocessing = 0;
220220
shellPath = /bin/sh;
221-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
221+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-BuiltInTransitionsCatalog/Pods-BuiltInTransitionsCatalog-frameworks.sh\"\n";
222222
showEnvVarsInLog = 0;
223223
};
224224
/* End PBXShellScriptBuildPhase section */
@@ -365,27 +365,33 @@
365365
};
366366
BA7592ED1E5CC79B00B021BF /* Debug */ = {
367367
isa = XCBuildConfiguration;
368-
baseConfigurationReference = D5C11E822D9E1D25F5AFFE7C /* Pods-BuiltInTransitionsCatalog.debug.xcconfig */;
368+
baseConfigurationReference = C4197FEA39A058BB7450EC19 /* Pods-BuiltInTransitionsCatalog.debug.xcconfig */;
369369
buildSettings = {
370370
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
371+
CODE_SIGN_STYLE = Manual;
372+
DEVELOPMENT_TEAM = LQ449R4NTB;
371373
INFOPLIST_FILE = BuiltInTransitionsCatalog/Info.plist;
372374
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
373375
PRODUCT_BUNDLE_IDENTIFIER = com.touchwonders.BuiltInTransitionsCatalog;
374376
PRODUCT_NAME = "$(TARGET_NAME)";
377+
PROVISIONING_PROFILE_SPECIFIER = "Touchwonders Wildcard Development";
375378
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
376379
SWIFT_VERSION = 4.2;
377380
};
378381
name = Debug;
379382
};
380383
BA7592EE1E5CC79B00B021BF /* Release */ = {
381384
isa = XCBuildConfiguration;
382-
baseConfigurationReference = 4DEF4EAD7EED2B7BDBA682E7 /* Pods-BuiltInTransitionsCatalog.release.xcconfig */;
385+
baseConfigurationReference = 42630ACD291E937B4B367E36 /* Pods-BuiltInTransitionsCatalog.release.xcconfig */;
383386
buildSettings = {
384387
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
388+
CODE_SIGN_STYLE = Manual;
389+
DEVELOPMENT_TEAM = "";
385390
INFOPLIST_FILE = BuiltInTransitionsCatalog/Info.plist;
386391
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
387392
PRODUCT_BUNDLE_IDENTIFIER = com.touchwonders.BuiltInTransitionsCatalog;
388393
PRODUCT_NAME = "$(TARGET_NAME)";
394+
PROVISIONING_PROFILE_SPECIFIER = "";
389395
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
390396
SWIFT_VERSION = 4.2;
391397
};

0 commit comments

Comments
 (0)