-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add carthage 0.30.1 static framework support #132
Conversation
tmspzz
commented
Jul 8, 2018
•
edited
Loading
edited
- Add carthage 0.30.1 static framework support
- Fix Not downloading existing bcsymbolmap files #131
- Add integration tests
- Update README
Generated by 🚫 Danger |
@@ -174,15 +175,15 @@ getAndUnzipBcsymbolmapsFromS3' :: S3.BucketName -- ^ The cache definition | |||
-> ExceptT DWARFOperationError (ReaderT (AWS.Env, CachePrefix, Bool) IO) () | |||
getAndUnzipBcsymbolmapsFromS3' lCacheDir | |||
reverseRomeMap | |||
fVersion@(FrameworkVersion f@(FrameworkName fwn) _) | |||
fVersion@(FrameworkVersion f@(Framework fwn fwt) _) | |||
platform = do | |||
|
|||
dwarfUUIDs <- withExceptT (const ErrorGettingDwarfUUIDs) $ dwarfUUIDsFrom (frameworkDirectory </> fwn) | |||
eitherDwarfUUIDsOrSucces <- forM dwarfUUIDs | |||
(\dwarfUUID -> | |||
lift $ runExceptT (withExceptT | |||
(\e -> (dwarfUUID, e)) $ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -167,7 +167,7 @@ getAndUnzipBcsymbolmapsFromLocalCache lCacheDir | |||
dwarfUUIDs | |||
where | |||
frameworkNameWithFrameworkExtension = appendFrameworkExtensionTo f |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found Reduce duplication
Why Not 1Combine with src/Caches/Local/Downloading.hs:199:5
|
@@ -474,7 +474,7 @@ uploadFrameworkAndArtifactsToCaches s3BucketName | |||
where | |||
|
|||
frameworkNameWithFrameworkExtension = appendFrameworkExtensionTo f |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found Reduce duplication
1frameworkNameWithFrameworkExtension = appendFrameworkExtensionTo f 2platformBuildDirectory 3 = carthageArtifactsBuildDirectoryForPlatform platform f 4frameworkDirectory 5 = platformBuildDirectory </> frameworkNameWithFrameworkExtension 6dSYMNameWithDSYMExtension 7 = frameworkNameWithFrameworkExtension <> ".dSYM" 8dSYMdirectory 9 = platformBuildDirectory </> dSYMNameWithDSYMExtension 10bcSybolMapPath d = platformBuildDirectory </> bcsymbolmapNameFrom d 11 Why Not 1Combine with src/Lib.hs:538:5
|
9ca7f77
to
c5f860e
Compare
b233653
to
4e547b5
Compare
4e547b5
to
b624647
Compare
@blender Could you release this version to CocoaPods? |
@thii I didn't make a full release yet. I'll release everywhere once I am done. If you don't need static framework support this version probably won't change much for you. If you do need static framework support see:https://github.com/blender/Rome#static-frameworks |
@blender Yes, we do need static framework support. Does the current version work with the new |
@thii 0.16.0.46 is out on Cocoapods. 0.16.x.x support |
@thii is cocapods working? I don't see it updated on the website. This is what I got when running the command, seemed successful to me.
|
@blender No, it’s not. You need to update the version in podspec and do another pod trunk push. |
On trunk the podspec should be correct. I now pushed the change to the repo too. How can I see the podspec in trunk? |
Oh sorry my local |